Shades of Heliotrope #D16EFC
Tints of Heliotrope #D16EFC
RGB
CMYK
RGB Variations
Color information
#D16EFC (or 0xD16EFC) is known color: Heliotrope. HEX triplet: D1, 6E and FC. RGB value is (209,110,252). Sum of RGB (Red+Green+Blue) = 209+110+252=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #D16EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EFC is #2E9103. Grayscale: #9B9B9B. Windows color (decimal): -3051780 or 16543441. OLE color: 16543441.
HSL color Cylindrical-coordinate representation of color #D16EFC: hue angle of 281.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16EFC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 110 | 252 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.01 |
| HSL | 281.83º | 0.96% | 0.71% | - |
| HSV(B) | 281.83º | 0.56% | 0.99% | - |
| XYZ | 49.44 | 31.74 | 95.62 | - |
| YUV | 155.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 252 | 0.17 | 0.56 | 0 | 0.01 | 281.83 | 0.96 | 0.71 |
| Hex | D1 | 6E | FC | 11 | 38 | 0 | 1 | 11A | 60 | 47 |
| Octal | 321 | 156 | 374 | 21 | 70 | 0 | 1 | 432 | 140 | 107 |
| Binary | 11010001 | 1101110 | 11111100 | 10001 | 111000 | 0 | 1 | 100011010 | 1100000 | 1000111 |
Color Harmonies of #D16EFC
Complementary color
Monochromatic Colors of #D16EFC
Black with #D16EFC
Text Example
Text Example
White with #D16EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EFC; }
p { color: rgb(209,110,252); }
H1.HeaderClassName
{
color: #D16EFC;
}
.AnyTagClassName
{
color: #D16EFC;
}
</style>
background-color css
<style>
a { background-color: #D16EFC; }
a { background-color: rgb(209,110,252); }
div.DivClassName
{
background-color: #D16EFC;
}
.BgClassName
{
background-color: #D16EFC;
}
</style>
border-color css
<style>
span { border-color: #D16EFC; }
span { border-color: rgb(209,110,252); }
td.TdClassName
{
border-color: #D16EFC;
}
.TagClassName
{
border-color: #D16EFC;
}
</style>