#D333CC
A medium, moderate magenta closely aligning with Mediumorchid.
About #D333CC
Visually, #D333CC is defined as a moderate magenta. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 51, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 76% Magenta, 3% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D333CC
RGB211, 51, 204
HSL302.6°, 64.5%, 51.4%
CMYK0%, 76%, 3%, 17%
HSV302.6°, 75.8%, 82.7%
LAB52.5, 76.2, -45.0
XYZ38.9, 20.6, 59.0
Decimal13841356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D333CC;
}
.text-color {
color: #D333CC;
}
.border-color {
border: 2px solid #D333CC;
}