#C55FCC
A medium, moderate magenta closely aligning with Orchid.
About #C55FCC
The precise color #C55FCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(197, 95, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% cyan and 53% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C55FCC
RGB197, 95, 204
HSL296.1°, 51.7%, 58.6%
CMYK3%, 53%, 0%, 20%
HSV296.1°, 53.4%, 80.0%
LAB56.5, 55.9, -38.8
XYZ38.0, 24.4, 59.8
Decimal12935116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C55FCC;
}
.text-color {
color: #C55FCC;
}
.border-color {
border: 2px solid #C55FCC;
}