Shades of Medium Orchid #D23EEC
Tints of Medium Orchid #D23EEC
RGB
CMYK
RGB Variations
Color information
#D23EEC (or 0xD23EEC) is known color: Medium Orchid. HEX triplet: D2, 3E and EC. RGB value is (210,62,236). Sum of RGB (Red+Green+Blue) = 210+62+236=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #D23EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EEC is #2DC113. Grayscale: #7D7D7D. Windows color (decimal): -2998548 or 15482578. OLE color: 15482578.
HSL color Cylindrical-coordinate representation of color #D23EEC: hue angle of 291.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23EEC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 62 | 236 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.07 |
| HSL | 291.03º | 0.82% | 0.58% | - |
| HSV(B) | 291.03º | 0.74% | 0.93% | - |
| XYZ | 43.44 | 23.2 | 81.55 | - |
| YUV | 126.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 236 | 0.11 | 0.74 | 0 | 0.07 | 291.03 | 0.82 | 0.58 |
| Hex | D2 | 3E | EC | B | 4A | 0 | 7 | 123 | 52 | 3A |
| Octal | 322 | 76 | 354 | 13 | 112 | 0 | 7 | 443 | 122 | 72 |
| Binary | 11010010 | 111110 | 11101100 | 1011 | 1001010 | 0 | 111 | 100100011 | 1010010 | 111010 |
Color Harmonies of #D23EEC
Complementary color
Monochromatic Colors of #D23EEC
Black with #D23EEC
Text Example
Text Example
White with #D23EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EEC; }
p { color: rgb(210,62,236); }
H1.HeaderClassName
{
color: #D23EEC;
}
.AnyTagClassName
{
color: #D23EEC;
}
</style>
background-color css
<style>
a { background-color: #D23EEC; }
a { background-color: rgb(210,62,236); }
div.DivClassName
{
background-color: #D23EEC;
}
.BgClassName
{
background-color: #D23EEC;
}
</style>
border-color css
<style>
span { border-color: #D23EEC; }
span { border-color: rgb(210,62,236); }
td.TdClassName
{
border-color: #D23EEC;
}
.TagClassName
{
border-color: #D23EEC;
}
</style>