Shades of Heliotrope #D07FF6
Tints of Heliotrope #D07FF6
RGB
CMYK
RGB Variations
Color information
#D07FF6 (or 0xD07FF6) is known color: Heliotrope. HEX triplet: D0, 7F and F6. RGB value is (208,127,246). Sum of RGB (Red+Green+Blue) = 208+127+246=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #D07FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FF6 is #2F8009. Grayscale: #A4A4A4. Windows color (decimal): -3112970 or 16154576. OLE color: 16154576.
HSL color Cylindrical-coordinate representation of color #D07FF6: hue angle of 280.84º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07FF6 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 127 | 246 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.04 |
| HSL | 280.84º | 0.87% | 0.73% | - |
| HSV(B) | 280.84º | 0.48% | 0.96% | - |
| XYZ | 50.24 | 35.24 | 91.34 | - |
| YUV | 164.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 246 | 0.15 | 0.48 | 0 | 0.04 | 280.84 | 0.87 | 0.73 |
| Hex | D0 | 7F | F6 | F | 30 | 0 | 4 | 119 | 57 | 49 |
| Octal | 320 | 177 | 366 | 17 | 60 | 0 | 4 | 431 | 127 | 111 |
| Binary | 11010000 | 1111111 | 11110110 | 1111 | 110000 | 0 | 100 | 100011001 | 1010111 | 1001001 |
Color Harmonies of #D07FF6
Complementary color
Monochromatic Colors of #D07FF6
Black with #D07FF6
Text Example
Text Example
White with #D07FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FF6; }
p { color: rgb(208,127,246); }
H1.HeaderClassName
{
color: #D07FF6;
}
.AnyTagClassName
{
color: #D07FF6;
}
</style>
background-color css
<style>
a { background-color: #D07FF6; }
a { background-color: rgb(208,127,246); }
div.DivClassName
{
background-color: #D07FF6;
}
.BgClassName
{
background-color: #D07FF6;
}
</style>
border-color css
<style>
span { border-color: #D07FF6; }
span { border-color: rgb(208,127,246); }
td.TdClassName
{
border-color: #D07FF6;
}
.TagClassName
{
border-color: #D07FF6;
}
</style>