#CC66D3
A light, moderate magenta closely aligning with Orchid.
About #CC66D3
When working with digital screens, the color #CC66D3 is rendered by mixing light. Its closest recognized web color is Orchid. In the RGB color space, it consists of 204 red, 102 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 3% C, 52% M, 0% Y, and 17% K. With a hue angle of 296.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC66D3
RGB204, 102, 211
HSL296.1°, 55.3%, 61.4%
CMYK3%, 52%, 0%, 17%
HSV296.1°, 51.7%, 82.7%
LAB59.0, 55.7, -38.8
XYZ41.4, 27.0, 64.7
Decimal13395667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC66D3;
}
.text-color {
color: #CC66D3;
}
.border-color {
border: 2px solid #CC66D3;
}