#CC50BD
A medium, moderate magenta closely aligning with Orchid.
About #CC50BD
When working with digital screens, the color #CC50BD is rendered by mixing light. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(204, 80, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 61% magenta, 7% yellow, and 20% black. The HSL representation is 307.3° hue, 54.9% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC50BD
RGB204, 80, 189
HSL307.3°, 54.9%, 55.7%
CMYK0%, 61%, 7%, 20%
HSV307.3°, 60.8%, 80.0%
LAB54.3, 62.0, -33.6
XYZ37.0, 22.2, 50.5
Decimal13390013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC50BD;
}
.text-color {
color: #CC50BD;
}
.border-color {
border: 2px solid #CC50BD;
}