Shades of Medium Orchid #D24CEC
Tints of Medium Orchid #D24CEC
RGB
CMYK
RGB Variations
Color information
#D24CEC (or 0xD24CEC) is known color: Medium Orchid. HEX triplet: D2, 4C and EC. RGB value is (210,76,236). Sum of RGB (Red+Green+Blue) = 210+76+236=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CEC is #2DB313. Grayscale: #858585. Windows color (decimal): -2994964 or 15486162. OLE color: 15486162.
HSL color Cylindrical-coordinate representation of color #D24CEC: hue angle of 290.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24CEC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 76 | 236 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290.25º | 0.81% | 0.61% | - |
| HSV(B) | 290.25º | 0.68% | 0.93% | - |
| XYZ | 44.3 | 24.93 | 81.83 | - |
| YUV | 134.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 236 | 0.11 | 0.68 | 0 | 0.07 | 290.25 | 0.81 | 0.61 |
| Hex | D2 | 4C | EC | B | 44 | 0 | 7 | 122 | 51 | 3D |
| Octal | 322 | 114 | 354 | 13 | 104 | 0 | 7 | 442 | 121 | 75 |
| Binary | 11010010 | 1001100 | 11101100 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010001 | 111101 |
Color Harmonies of #D24CEC
Complementary color
Monochromatic Colors of #D24CEC
Black with #D24CEC
Text Example
Text Example
White with #D24CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CEC; }
p { color: rgb(210,76,236); }
H1.HeaderClassName
{
color: #D24CEC;
}
.AnyTagClassName
{
color: #D24CEC;
}
</style>
background-color css
<style>
a { background-color: #D24CEC; }
a { background-color: rgb(210,76,236); }
div.DivClassName
{
background-color: #D24CEC;
}
.BgClassName
{
background-color: #D24CEC;
}
</style>
border-color css
<style>
span { border-color: #D24CEC; }
span { border-color: rgb(210,76,236); }
td.TdClassName
{
border-color: #D24CEC;
}
.TagClassName
{
border-color: #D24CEC;
}
</style>