Shades of Medium Orchid #D24DEC
Tints of Medium Orchid #D24DEC
RGB
CMYK
RGB Variations
Color information
#D24DEC (or 0xD24DEC) is known color: Medium Orchid. HEX triplet: D2, 4D and EC. RGB value is (210,77,236). Sum of RGB (Red+Green+Blue) = 210+77+236=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24DEC is #2DB213. Grayscale: #868686. Windows color (decimal): -2994708 or 15486418. OLE color: 15486418.
HSL color Cylindrical-coordinate representation of color #D24DEC: hue angle of 290.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24DEC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 77 | 236 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 290.19º | 0.81% | 0.61% | - |
| HSV(B) | 290.19º | 0.67% | 0.93% | - |
| XYZ | 44.37 | 25.07 | 81.86 | - |
| YUV | 134.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 236 | 0.11 | 0.67 | 0 | 0.07 | 290.19 | 0.81 | 0.61 |
| Hex | D2 | 4D | EC | B | 43 | 0 | 7 | 122 | 51 | 3D |
| Octal | 322 | 115 | 354 | 13 | 103 | 0 | 7 | 442 | 121 | 75 |
| Binary | 11010010 | 1001101 | 11101100 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010001 | 111101 |
Color Harmonies of #D24DEC
Complementary color
Monochromatic Colors of #D24DEC
Black with #D24DEC
Text Example
Text Example
White with #D24DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DEC; }
p { color: rgb(210,77,236); }
H1.HeaderClassName
{
color: #D24DEC;
}
.AnyTagClassName
{
color: #D24DEC;
}
</style>
background-color css
<style>
a { background-color: #D24DEC; }
a { background-color: rgb(210,77,236); }
div.DivClassName
{
background-color: #D24DEC;
}
.BgClassName
{
background-color: #D24DEC;
}
</style>
border-color css
<style>
span { border-color: #D24DEC; }
span { border-color: rgb(210,77,236); }
td.TdClassName
{
border-color: #D24DEC;
}
.TagClassName
{
border-color: #D24DEC;
}
</style>