Shades of Heliotrope #D07EF6
Tints of Heliotrope #D07EF6
RGB
CMYK
RGB Variations
Color information
#D07EF6 (or 0xD07EF6) is known color: Heliotrope. HEX triplet: D0, 7E and F6. RGB value is (208,126,246). Sum of RGB (Red+Green+Blue) = 208+126+246=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #D07EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EF6 is #2F8109. Grayscale: #A3A3A3. Windows color (decimal): -3113226 or 16154320. OLE color: 16154320.
HSL color Cylindrical-coordinate representation of color #D07EF6: hue angle of 281º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07EF6 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 126 | 246 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.04 |
| HSL | 281º | 0.87% | 0.73% | - |
| HSV(B) | 281º | 0.49% | 0.96% | - |
| XYZ | 50.11 | 34.99 | 91.3 | - |
| YUV | 164.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 246 | 0.15 | 0.49 | 0 | 0.04 | 281 | 0.87 | 0.73 |
| Hex | D0 | 7E | F6 | F | 31 | 0 | 4 | 119 | 57 | 49 |
| Octal | 320 | 176 | 366 | 17 | 61 | 0 | 4 | 431 | 127 | 111 |
| Binary | 11010000 | 1111110 | 11110110 | 1111 | 110001 | 0 | 100 | 100011001 | 1010111 | 1001001 |
Color Harmonies of #D07EF6
Complementary color
Monochromatic Colors of #D07EF6
Black with #D07EF6
Text Example
Text Example
White with #D07EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EF6; }
p { color: rgb(208,126,246); }
H1.HeaderClassName
{
color: #D07EF6;
}
.AnyTagClassName
{
color: #D07EF6;
}
</style>
background-color css
<style>
a { background-color: #D07EF6; }
a { background-color: rgb(208,126,246); }
div.DivClassName
{
background-color: #D07EF6;
}
.BgClassName
{
background-color: #D07EF6;
}
</style>
border-color css
<style>
span { border-color: #D07EF6; }
span { border-color: rgb(208,126,246); }
td.TdClassName
{
border-color: #D07EF6;
}
.TagClassName
{
border-color: #D07EF6;
}
</style>