Shades of Medium Orchid #D24EEB
Tints of Medium Orchid #D24EEB
RGB
CMYK
RGB Variations
Color information
#D24EEB (or 0xD24EEB) is known color: Medium Orchid. HEX triplet: D2, 4E and EB. RGB value is (210,78,235). Sum of RGB (Red+Green+Blue) = 210+78+235=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #D24EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EEB is #2DB114. Grayscale: #868686. Windows color (decimal): -2994453 or 15421138. OLE color: 15421138.
HSL color Cylindrical-coordinate representation of color #D24EEB: hue angle of 290.45º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24EEB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 78 | 235 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.08 |
| HSL | 290.45º | 0.8% | 0.61% | - |
| HSV(B) | 290.45º | 0.67% | 0.92% | - |
| XYZ | 44.3 | 25.15 | 81.12 | - |
| YUV | 135.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 235 | 0.11 | 0.67 | 0 | 0.08 | 290.45 | 0.8 | 0.61 |
| Hex | D2 | 4E | EB | B | 43 | 0 | 8 | 122 | 50 | 3D |
| Octal | 322 | 116 | 353 | 13 | 103 | 0 | 10 | 442 | 120 | 75 |
| Binary | 11010010 | 1001110 | 11101011 | 1011 | 1000011 | 0 | 1000 | 100100010 | 1010000 | 111101 |
Color Harmonies of #D24EEB
Complementary color
Monochromatic Colors of #D24EEB
Black with #D24EEB
Text Example
Text Example
White with #D24EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EEB; }
p { color: rgb(210,78,235); }
H1.HeaderClassName
{
color: #D24EEB;
}
.AnyTagClassName
{
color: #D24EEB;
}
</style>
background-color css
<style>
a { background-color: #D24EEB; }
a { background-color: rgb(210,78,235); }
div.DivClassName
{
background-color: #D24EEB;
}
.BgClassName
{
background-color: #D24EEB;
}
</style>
border-color css
<style>
span { border-color: #D24EEB; }
span { border-color: rgb(210,78,235); }
td.TdClassName
{
border-color: #D24EEB;
}
.TagClassName
{
border-color: #D24EEB;
}
</style>