Shades of Heliotrope #D06EEB
Tints of Heliotrope #D06EEB
RGB
CMYK
RGB Variations
Color information
#D06EEB (or 0xD06EEB) is known color: Heliotrope. HEX triplet: D0, 6E and EB. RGB value is (208,110,235). Sum of RGB (Red+Green+Blue) = 208+110+235=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #D06EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EEB is #2F9114. Grayscale: #999999. Windows color (decimal): -3117333 or 15429328. OLE color: 15429328.
HSL color Cylindrical-coordinate representation of color #D06EEB: hue angle of 287.04º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06EEB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 110 | 235 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.08 |
| HSL | 287.04º | 0.76% | 0.68% | - |
| HSV(B) | 287.04º | 0.53% | 0.92% | - |
| XYZ | 46.58 | 30.56 | 82.04 | - |
| YUV | 153.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 235 | 0.11 | 0.53 | 0 | 0.08 | 287.04 | 0.76 | 0.68 |
| Hex | D0 | 6E | EB | B | 35 | 0 | 8 | 11F | 4C | 44 |
| Octal | 320 | 156 | 353 | 13 | 65 | 0 | 10 | 437 | 114 | 104 |
| Binary | 11010000 | 1101110 | 11101011 | 1011 | 110101 | 0 | 1000 | 100011111 | 1001100 | 1000100 |
Color Harmonies of #D06EEB
Complementary color
Monochromatic Colors of #D06EEB
Black with #D06EEB
Text Example
Text Example
White with #D06EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EEB; }
p { color: rgb(208,110,235); }
H1.HeaderClassName
{
color: #D06EEB;
}
.AnyTagClassName
{
color: #D06EEB;
}
</style>
background-color css
<style>
a { background-color: #D06EEB; }
a { background-color: rgb(208,110,235); }
div.DivClassName
{
background-color: #D06EEB;
}
.BgClassName
{
background-color: #D06EEB;
}
</style>
border-color css
<style>
span { border-color: #D06EEB; }
span { border-color: rgb(208,110,235); }
td.TdClassName
{
border-color: #D06EEB;
}
.TagClassName
{
border-color: #D06EEB;
}
</style>