Shades of Medium Orchid #D24EEC
Tints of Medium Orchid #D24EEC
RGB
CMYK
RGB Variations
Color information
#D24EEC (or 0xD24EEC) is known color: Medium Orchid. HEX triplet: D2, 4E and EC. RGB value is (210,78,236). Sum of RGB (Red+Green+Blue) = 210+78+236=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EEC is #2DB113. Grayscale: #868686. Windows color (decimal): -2994452 or 15486674. OLE color: 15486674.
HSL color Cylindrical-coordinate representation of color #D24EEC: hue angle of 290.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24EEC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 78 | 236 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 290.13º | 0.81% | 0.62% | - |
| HSV(B) | 290.13º | 0.67% | 0.93% | - |
| XYZ | 44.44 | 25.21 | 81.88 | - |
| YUV | 135.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 236 | 0.11 | 0.67 | 0 | 0.07 | 290.13 | 0.81 | 0.62 |
| Hex | D2 | 4E | EC | B | 43 | 0 | 7 | 122 | 51 | 3E |
| Octal | 322 | 116 | 354 | 13 | 103 | 0 | 7 | 442 | 121 | 76 |
| Binary | 11010010 | 1001110 | 11101100 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010001 | 111110 |
Color Harmonies of #D24EEC
Complementary color
Monochromatic Colors of #D24EEC
Black with #D24EEC
Text Example
Text Example
White with #D24EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EEC; }
p { color: rgb(210,78,236); }
H1.HeaderClassName
{
color: #D24EEC;
}
.AnyTagClassName
{
color: #D24EEC;
}
</style>
background-color css
<style>
a { background-color: #D24EEC; }
a { background-color: rgb(210,78,236); }
div.DivClassName
{
background-color: #D24EEC;
}
.BgClassName
{
background-color: #D24EEC;
}
</style>
border-color css
<style>
span { border-color: #D24EEC; }
span { border-color: rgb(210,78,236); }
td.TdClassName
{
border-color: #D24EEC;
}
.TagClassName
{
border-color: #D24EEC;
}
</style>