Shades of Heliotrope #D07FE6
Tints of Heliotrope #D07FE6
RGB
CMYK
RGB Variations
Color information
#D07FE6 (or 0xD07FE6) is known color: Heliotrope. HEX triplet: D0, 7F and E6. RGB value is (208,127,230). Sum of RGB (Red+Green+Blue) = 208+127+230=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #D07FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FE6 is #2F8019. Grayscale: #A2A2A2. Windows color (decimal): -3112986 or 15106000. OLE color: 15106000.
HSL color Cylindrical-coordinate representation of color #D07FE6: hue angle of 287.18º degrees, saturation: 0.67, 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 #D07FE6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 127 | 230 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.10 |
| HSL | 287.18º | 0.67% | 0.7% | - |
| HSV(B) | 287.18º | 0.45% | 0.9% | - |
| XYZ | 47.88 | 34.3 | 78.96 | - |
| YUV | 162.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 230 | 0.10 | 0.45 | 0 | 0.10 | 287.18 | 0.67 | 0.7 |
| Hex | D0 | 7F | E6 | A | 2D | 0 | A | 11F | 43 | 46 |
| Octal | 320 | 177 | 346 | 12 | 55 | 0 | 12 | 437 | 103 | 106 |
| Binary | 11010000 | 1111111 | 11100110 | 1010 | 101101 | 0 | 1010 | 100011111 | 1000011 | 1000110 |
Color Harmonies of #D07FE6
Complementary color
Monochromatic Colors of #D07FE6
Black with #D07FE6
Text Example
Text Example
White with #D07FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FE6; }
p { color: rgb(208,127,230); }
H1.HeaderClassName
{
color: #D07FE6;
}
.AnyTagClassName
{
color: #D07FE6;
}
</style>
background-color css
<style>
a { background-color: #D07FE6; }
a { background-color: rgb(208,127,230); }
div.DivClassName
{
background-color: #D07FE6;
}
.BgClassName
{
background-color: #D07FE6;
}
</style>
border-color css
<style>
span { border-color: #D07FE6; }
span { border-color: rgb(208,127,230); }
td.TdClassName
{
border-color: #D07FE6;
}
.TagClassName
{
border-color: #D07FE6;
}
</style>