Shades of Heliotrope #D076EE
Tints of Heliotrope #D076EE
RGB
CMYK
RGB Variations
Color information
#D076EE (or 0xD076EE) is known color: Heliotrope. HEX triplet: D0, 76 and EE. RGB value is (208,118,238). Sum of RGB (Red+Green+Blue) = 208+118+238=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #D076EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076EE is #2F8911. Grayscale: #9E9E9E. Windows color (decimal): -3115282 or 15627984. OLE color: 15627984.
HSL color Cylindrical-coordinate representation of color #D076EE: hue angle of 285º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D076EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 118 | 238 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 285º | 0.78% | 0.7% | - |
| HSV(B) | 285º | 0.5% | 0.93% | - |
| XYZ | 47.92 | 32.54 | 84.64 | - |
| YUV | 158.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 238 | 0.13 | 0.50 | 0 | 0.07 | 285 | 0.78 | 0.7 |
| Hex | D0 | 76 | EE | D | 32 | 0 | 7 | 11D | 4E | 46 |
| Octal | 320 | 166 | 356 | 15 | 62 | 0 | 7 | 435 | 116 | 106 |
| Binary | 11010000 | 1110110 | 11101110 | 1101 | 110010 | 0 | 111 | 100011101 | 1001110 | 1000110 |
Color Harmonies of #D076EE
Complementary color
Monochromatic Colors of #D076EE
Black with #D076EE
Text Example
Text Example
White with #D076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076EE; }
p { color: rgb(208,118,238); }
H1.HeaderClassName
{
color: #D076EE;
}
.AnyTagClassName
{
color: #D076EE;
}
</style>
background-color css
<style>
a { background-color: #D076EE; }
a { background-color: rgb(208,118,238); }
div.DivClassName
{
background-color: #D076EE;
}
.BgClassName
{
background-color: #D076EE;
}
</style>
border-color css
<style>
span { border-color: #D076EE; }
span { border-color: rgb(208,118,238); }
td.TdClassName
{
border-color: #D076EE;
}
.TagClassName
{
border-color: #D076EE;
}
</style>