Shades of Heliotrope #D05EEC
Tints of Heliotrope #D05EEC
RGB
CMYK
RGB Variations
Color information
#D05EEC (or 0xD05EEC) is known color: Heliotrope. HEX triplet: D0, 5E and EC. RGB value is (208,94,236). Sum of RGB (Red+Green+Blue) = 208+94+236=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #D05EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EEC is #2FA113. Grayscale: #8F8F8F. Windows color (decimal): -3121428 or 15490768. OLE color: 15490768.
HSL color Cylindrical-coordinate representation of color #D05EEC: hue angle of 288.17º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05EEC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 94 | 236 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.07 |
| HSL | 288.17º | 0.79% | 0.65% | - |
| HSV(B) | 288.17º | 0.6% | 0.93% | - |
| XYZ | 45.16 | 27.47 | 82.28 | - |
| YUV | 144.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 236 | 0.12 | 0.60 | 0 | 0.07 | 288.17 | 0.79 | 0.65 |
| Hex | D0 | 5E | EC | C | 3C | 0 | 7 | 120 | 4F | 41 |
| Octal | 320 | 136 | 354 | 14 | 74 | 0 | 7 | 440 | 117 | 101 |
| Binary | 11010000 | 1011110 | 11101100 | 1100 | 111100 | 0 | 111 | 100100000 | 1001111 | 1000001 |
Color Harmonies of #D05EEC
Complementary color
Monochromatic Colors of #D05EEC
Black with #D05EEC
Text Example
Text Example
White with #D05EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EEC; }
p { color: rgb(208,94,236); }
H1.HeaderClassName
{
color: #D05EEC;
}
.AnyTagClassName
{
color: #D05EEC;
}
</style>
background-color css
<style>
a { background-color: #D05EEC; }
a { background-color: rgb(208,94,236); }
div.DivClassName
{
background-color: #D05EEC;
}
.BgClassName
{
background-color: #D05EEC;
}
</style>
border-color css
<style>
span { border-color: #D05EEC; }
span { border-color: rgb(208,94,236); }
td.TdClassName
{
border-color: #D05EEC;
}
.TagClassName
{
border-color: #D05EEC;
}
</style>