Shades of Heliotrope #D16EFE
Tints of Heliotrope #D16EFE
RGB
CMYK
RGB Variations
Color information
#D16EFE (or 0xD16EFE) is known color: Heliotrope. HEX triplet: D1, 6E and FE. RGB value is (209,110,254). Sum of RGB (Red+Green+Blue) = 209+110+254=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #D16EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EFE is #2E9101. Grayscale: #9B9B9B. Windows color (decimal): -3051778 or 16674513. OLE color: 16674513.
HSL color Cylindrical-coordinate representation of color #D16EFE: hue angle of 281.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16EFE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 110 | 254 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.00 |
| HSL | 281.25º | 0.99% | 0.71% | - |
| HSV(B) | 281.25º | 0.57% | 1% | - |
| XYZ | 49.76 | 31.86 | 97.29 | - |
| YUV | 156.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 254 | 0.18 | 0.57 | 0 | 0.00 | 281.25 | 0.99 | 0.71 |
| Hex | D1 | 6E | FE | 12 | 39 | 0 | 0 | 119 | 63 | 47 |
| Octal | 321 | 156 | 376 | 22 | 71 | 0 | 0 | 431 | 143 | 107 |
| Binary | 11010001 | 1101110 | 11111110 | 10010 | 111001 | 0 | 0 | 100011001 | 1100011 | 1000111 |
Color Harmonies of #D16EFE
Complementary color
Monochromatic Colors of #D16EFE
Black with #D16EFE
Text Example
Text Example
White with #D16EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EFE; }
p { color: rgb(209,110,254); }
H1.HeaderClassName
{
color: #D16EFE;
}
.AnyTagClassName
{
color: #D16EFE;
}
</style>
background-color css
<style>
a { background-color: #D16EFE; }
a { background-color: rgb(209,110,254); }
div.DivClassName
{
background-color: #D16EFE;
}
.BgClassName
{
background-color: #D16EFE;
}
</style>
border-color css
<style>
span { border-color: #D16EFE; }
span { border-color: rgb(209,110,254); }
td.TdClassName
{
border-color: #D16EFE;
}
.TagClassName
{
border-color: #D16EFE;
}
</style>