#C566FF
A light, vivid purple closely aligning with Mediumorchid.
About #C566FF
The precise color #C566FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(197, 102, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 60% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C566FF
RGB197, 102, 255
HSL277.3°, 100.0%, 70.0%
CMYK23%, 60%, 0%, 0%
HSV277.3°, 60.0%, 100.0%
LAB60.4, 62.7, -61.2
XYZ45.8, 28.6, 97.7
Decimal12936959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C566FF;
}
.text-color {
color: #C566FF;
}
.border-color {
border: 2px solid #C566FF;
}