Shades of Medium Orchid #D24FEC
Tints of Medium Orchid #D24FEC
RGB
CMYK
RGB Variations
Color information
#D24FEC (or 0xD24FEC) is known color: Medium Orchid. HEX triplet: D2, 4F and EC. RGB value is (210,79,236). Sum of RGB (Red+Green+Blue) = 210+79+236=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FEC is #2DB013. Grayscale: #878787. Windows color (decimal): -2994196 or 15486930. OLE color: 15486930.
HSL color Cylindrical-coordinate representation of color #D24FEC: hue angle of 290.06º 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 #D24FEC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 79 | 236 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 290.06º | 0.81% | 0.62% | - |
| HSV(B) | 290.06º | 0.67% | 0.93% | - |
| XYZ | 44.51 | 25.35 | 81.9 | - |
| YUV | 136.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 236 | 0.11 | 0.67 | 0 | 0.07 | 290.06 | 0.81 | 0.62 |
| Hex | D2 | 4F | EC | B | 43 | 0 | 7 | 122 | 51 | 3E |
| Octal | 322 | 117 | 354 | 13 | 103 | 0 | 7 | 442 | 121 | 76 |
| Binary | 11010010 | 1001111 | 11101100 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010001 | 111110 |
Color Harmonies of #D24FEC
Complementary color
Monochromatic Colors of #D24FEC
Black with #D24FEC
Text Example
Text Example
White with #D24FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FEC; }
p { color: rgb(210,79,236); }
H1.HeaderClassName
{
color: #D24FEC;
}
.AnyTagClassName
{
color: #D24FEC;
}
</style>
background-color css
<style>
a { background-color: #D24FEC; }
a { background-color: rgb(210,79,236); }
div.DivClassName
{
background-color: #D24FEC;
}
.BgClassName
{
background-color: #D24FEC;
}
</style>
border-color css
<style>
span { border-color: #D24FEC; }
span { border-color: rgb(210,79,236); }
td.TdClassName
{
border-color: #D24FEC;
}
.TagClassName
{
border-color: #D24FEC;
}
</style>