Shades of Heliotrope #D07EE6
Tints of Heliotrope #D07EE6
RGB
CMYK
RGB Variations
Color information
#D07EE6 (or 0xD07EE6) is known color: Heliotrope. HEX triplet: D0, 7E and E6. RGB value is (208,126,230). Sum of RGB (Red+Green+Blue) = 208+126+230=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D07EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EE6 is #2F8119. Grayscale: #A2A2A2. Windows color (decimal): -3113242 or 15105744. OLE color: 15105744.
HSL color Cylindrical-coordinate representation of color #D07EE6: hue angle of 287.31º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07EE6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 126 | 230 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.10 |
| HSL | 287.31º | 0.68% | 0.7% | - |
| HSV(B) | 287.31º | 0.45% | 0.9% | - |
| XYZ | 47.76 | 34.04 | 78.92 | - |
| YUV | 162.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 230 | 0.10 | 0.45 | 0 | 0.10 | 287.31 | 0.68 | 0.7 |
| Hex | D0 | 7E | E6 | A | 2D | 0 | A | 11F | 44 | 46 |
| Octal | 320 | 176 | 346 | 12 | 55 | 0 | 12 | 437 | 104 | 106 |
| Binary | 11010000 | 1111110 | 11100110 | 1010 | 101101 | 0 | 1010 | 100011111 | 1000100 | 1000110 |
Color Harmonies of #D07EE6
Complementary color
Monochromatic Colors of #D07EE6
Black with #D07EE6
Text Example
Text Example
White with #D07EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EE6; }
p { color: rgb(208,126,230); }
H1.HeaderClassName
{
color: #D07EE6;
}
.AnyTagClassName
{
color: #D07EE6;
}
</style>
background-color css
<style>
a { background-color: #D07EE6; }
a { background-color: rgb(208,126,230); }
div.DivClassName
{
background-color: #D07EE6;
}
.BgClassName
{
background-color: #D07EE6;
}
</style>
border-color css
<style>
span { border-color: #D07EE6; }
span { border-color: rgb(208,126,230); }
td.TdClassName
{
border-color: #D07EE6;
}
.TagClassName
{
border-color: #D07EE6;
}
</style>