Shades of Heliotrope #D16EF7
Tints of Heliotrope #D16EF7
RGB
CMYK
RGB Variations
Color information
#D16EF7 (or 0xD16EF7) is known color: Heliotrope. HEX triplet: D1, 6E and F7. RGB value is (209,110,247). Sum of RGB (Red+Green+Blue) = 209+110+247=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #D16EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EF7 is #2E9108. Grayscale: #9A9A9A. Windows color (decimal): -3051785 or 16215761. OLE color: 16215761.
HSL color Cylindrical-coordinate representation of color #D16EF7: hue angle of 283.36º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16EF7 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 110 | 247 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.03 |
| HSL | 283.36º | 0.9% | 0.7% | - |
| HSV(B) | 283.36º | 0.55% | 0.97% | - |
| XYZ | 48.66 | 31.42 | 91.5 | - |
| YUV | 155.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 247 | 0.15 | 0.55 | 0 | 0.03 | 283.36 | 0.9 | 0.7 |
| Hex | D1 | 6E | F7 | F | 37 | 0 | 3 | 11B | 5A | 46 |
| Octal | 321 | 156 | 367 | 17 | 67 | 0 | 3 | 433 | 132 | 106 |
| Binary | 11010001 | 1101110 | 11110111 | 1111 | 110111 | 0 | 11 | 100011011 | 1011010 | 1000110 |
Color Harmonies of #D16EF7
Complementary color
Monochromatic Colors of #D16EF7
Black with #D16EF7
Text Example
Text Example
White with #D16EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EF7; }
p { color: rgb(209,110,247); }
H1.HeaderClassName
{
color: #D16EF7;
}
.AnyTagClassName
{
color: #D16EF7;
}
</style>
background-color css
<style>
a { background-color: #D16EF7; }
a { background-color: rgb(209,110,247); }
div.DivClassName
{
background-color: #D16EF7;
}
.BgClassName
{
background-color: #D16EF7;
}
</style>
border-color css
<style>
span { border-color: #D16EF7; }
span { border-color: rgb(209,110,247); }
td.TdClassName
{
border-color: #D16EF7;
}
.TagClassName
{
border-color: #D16EF7;
}
</style>