#CC66CC
A light, moderate magenta closely aligning with Orchid.
About #CC66CC
The precise color #CC66CC is an excellent choice for modern design projects. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(204, 102, 204).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 50% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
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#CC66CC
RGB204, 102, 204
HSL300.0°, 50.0%, 60.0%
CMYK0%, 50%, 0%, 20%
HSV300.0°, 50.0%, 80.0%
LAB58.7, 54.4, -35.3
XYZ40.6, 26.7, 60.1
Decimal13395660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC66CC;
}
.text-color {
color: #CC66CC;
}
.border-color {
border: 2px solid #CC66CC;
}