Shades of Heliotrope #D05EED
Tints of Heliotrope #D05EED
RGB
CMYK
RGB Variations
Color information
#D05EED (or 0xD05EED) is known color: Heliotrope. HEX triplet: D0, 5E and ED. RGB value is (208,94,237). Sum of RGB (Red+Green+Blue) = 208+94+237=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #D05EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EED is #2FA112. Grayscale: #8F8F8F. Windows color (decimal): -3121427 or 15556304. OLE color: 15556304.
HSL color Cylindrical-coordinate representation of color #D05EED: hue angle of 287.83º degrees, saturation: 0.8, 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 #D05EED is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 94 | 237 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.07 |
| HSL | 287.83º | 0.8% | 0.65% | - |
| HSV(B) | 287.83º | 0.6% | 0.93% | - |
| XYZ | 45.3 | 27.53 | 83.05 | - |
| YUV | 144.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 237 | 0.12 | 0.60 | 0 | 0.07 | 287.83 | 0.8 | 0.65 |
| Hex | D0 | 5E | ED | C | 3C | 0 | 7 | 120 | 50 | 41 |
| Octal | 320 | 136 | 355 | 14 | 74 | 0 | 7 | 440 | 120 | 101 |
| Binary | 11010000 | 1011110 | 11101101 | 1100 | 111100 | 0 | 111 | 100100000 | 1010000 | 1000001 |
Color Harmonies of #D05EED
Complementary color
Monochromatic Colors of #D05EED
Black with #D05EED
Text Example
Text Example
White with #D05EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EED; }
p { color: rgb(208,94,237); }
H1.HeaderClassName
{
color: #D05EED;
}
.AnyTagClassName
{
color: #D05EED;
}
</style>
background-color css
<style>
a { background-color: #D05EED; }
a { background-color: rgb(208,94,237); }
div.DivClassName
{
background-color: #D05EED;
}
.BgClassName
{
background-color: #D05EED;
}
</style>
border-color css
<style>
span { border-color: #D05EED; }
span { border-color: rgb(208,94,237); }
td.TdClassName
{
border-color: #D05EED;
}
.TagClassName
{
border-color: #D05EED;
}
</style>