Shades of Heliotrope #D076EC
Tints of Heliotrope #D076EC
RGB
CMYK
RGB Variations
Color information
#D076EC (or 0xD076EC) is known color: Heliotrope. HEX triplet: D0, 76 and EC. RGB value is (208,118,236). Sum of RGB (Red+Green+Blue) = 208+118+236=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D076EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076EC is #2F8913. Grayscale: #9D9D9D. Windows color (decimal): -3115284 or 15496912. OLE color: 15496912.
HSL color Cylindrical-coordinate representation of color #D076EC: hue angle of 285.76º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D076EC is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 118 | 236 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.07 |
| HSL | 285.76º | 0.76% | 0.69% | - |
| HSV(B) | 285.76º | 0.5% | 0.93% | - |
| XYZ | 47.63 | 32.42 | 83.1 | - |
| YUV | 158.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 236 | 0.12 | 0.5 | 0 | 0.07 | 285.76 | 0.76 | 0.69 |
| Hex | D0 | 76 | EC | C | 32 | 0 | 7 | 11E | 4C | 45 |
| Octal | 320 | 166 | 354 | 14 | 62 | 0 | 7 | 436 | 114 | 105 |
| Binary | 11010000 | 1110110 | 11101100 | 1100 | 110010 | 0 | 111 | 100011110 | 1001100 | 1000101 |
Color Harmonies of #D076EC
Complementary color
Monochromatic Colors of #D076EC
Black with #D076EC
Text Example
Text Example
White with #D076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076EC; }
p { color: rgb(208,118,236); }
H1.HeaderClassName
{
color: #D076EC;
}
.AnyTagClassName
{
color: #D076EC;
}
</style>
background-color css
<style>
a { background-color: #D076EC; }
a { background-color: rgb(208,118,236); }
div.DivClassName
{
background-color: #D076EC;
}
.BgClassName
{
background-color: #D076EC;
}
</style>
border-color css
<style>
span { border-color: #D076EC; }
span { border-color: rgb(208,118,236); }
td.TdClassName
{
border-color: #D076EC;
}
.TagClassName
{
border-color: #D076EC;
}
</style>