Shades of Heliotrope #D16FF7
Tints of Heliotrope #D16FF7
RGB
CMYK
RGB Variations
Color information
#D16FF7 (or 0xD16FF7) is known color: Heliotrope. HEX triplet: D1, 6F and F7. RGB value is (209,111,247). Sum of RGB (Red+Green+Blue) = 209+111+247=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #D16FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FF7 is #2E9008. Grayscale: #9B9B9B. Windows color (decimal): -3051529 or 16216017. OLE color: 16216017.
HSL color Cylindrical-coordinate representation of color #D16FF7: hue angle of 283.24º degrees, saturation: 0.89, 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 #D16FF7 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 111 | 247 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.03 |
| HSL | 283.24º | 0.89% | 0.7% | - |
| HSV(B) | 283.24º | 0.55% | 0.97% | - |
| XYZ | 48.77 | 31.64 | 91.53 | - |
| YUV | 155.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 247 | 0.15 | 0.55 | 0 | 0.03 | 283.24 | 0.89 | 0.7 |
| Hex | D1 | 6F | F7 | F | 37 | 0 | 3 | 11B | 59 | 46 |
| Octal | 321 | 157 | 367 | 17 | 67 | 0 | 3 | 433 | 131 | 106 |
| Binary | 11010001 | 1101111 | 11110111 | 1111 | 110111 | 0 | 11 | 100011011 | 1011001 | 1000110 |
Color Harmonies of #D16FF7
Complementary color
Monochromatic Colors of #D16FF7
Black with #D16FF7
Text Example
Text Example
White with #D16FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FF7; }
p { color: rgb(209,111,247); }
H1.HeaderClassName
{
color: #D16FF7;
}
.AnyTagClassName
{
color: #D16FF7;
}
</style>
background-color css
<style>
a { background-color: #D16FF7; }
a { background-color: rgb(209,111,247); }
div.DivClassName
{
background-color: #D16FF7;
}
.BgClassName
{
background-color: #D16FF7;
}
</style>
border-color css
<style>
span { border-color: #D16FF7; }
span { border-color: rgb(209,111,247); }
td.TdClassName
{
border-color: #D16FF7;
}
.TagClassName
{
border-color: #D16FF7;
}
</style>