Shades of Heliotrope #D07EFF
Tints of Heliotrope #D07EFF
RGB
CMYK
RGB Variations
Color information
#D07EFF (or 0xD07EFF) is known color: Heliotrope. HEX triplet: D0, 7E and FF. RGB value is (208,126,255). Sum of RGB (Red+Green+Blue) = 208+126+255=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFF is #2F8100. Grayscale: #A4A4A4. Windows color (decimal): -3113217 or 16744144. OLE color: 16744144.
HSL color Cylindrical-coordinate representation of color #D07EFF: hue angle of 278.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07EFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 126 | 255 | - |
| CMYK | 0.18 | 0.51 | 0 | 0 |
| HSL | 278.14º | 1% | 0.75% | - |
| HSV(B) | 278.14º | 0.51% | 1% | - |
| XYZ | 51.52 | 35.55 | 98.75 | - |
| YUV | 165.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 255 | 0.18 | 0.51 | 0 | 0 | 278.14 | 1 | 0.75 |
| Hex | D0 | 7E | FF | 12 | 33 | 0 | 0 | 116 | 64 | 4B |
| Octal | 320 | 176 | 377 | 22 | 63 | 0 | 0 | 426 | 144 | 113 |
| Binary | 11010000 | 1111110 | 11111111 | 10010 | 110011 | 0 | 0 | 100010110 | 1100100 | 1001011 |
Color Harmonies of #D07EFF
Complementary color
Monochromatic Colors of #D07EFF
Black with #D07EFF
Text Example
Text Example
White with #D07EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EFF; }
p { color: rgb(208,126,255); }
H1.HeaderClassName
{
color: #D07EFF;
}
.AnyTagClassName
{
color: #D07EFF;
}
</style>
background-color css
<style>
a { background-color: #D07EFF; }
a { background-color: rgb(208,126,255); }
div.DivClassName
{
background-color: #D07EFF;
}
.BgClassName
{
background-color: #D07EFF;
}
</style>
border-color css
<style>
span { border-color: #D07EFF; }
span { border-color: rgb(208,126,255); }
td.TdClassName
{
border-color: #D07EFF;
}
.TagClassName
{
border-color: #D07EFF;
}
</style>