#C550A0
A medium, moderate magenta closely aligning with Orchid.
About #C550A0
At its core, #C550A0 is a medium and moderate hue. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 80, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 59% Magenta, 19% Yellow, and 23% Black. The HSL representation is 319.0° hue, 50.2% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C550A0
RGB197, 80, 160
HSL319.0°, 50.2%, 54.3%
CMYK0%, 59%, 19%, 23%
HSV319.0°, 59.4%, 77.3%
LAB52.0, 55.6, -20.3
XYZ32.2, 20.1, 35.4
Decimal12931232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C550A0;
}
.text-color {
color: #C550A0;
}
.border-color {
border: 2px solid #C550A0;
}