Shades of Heliotrope #D16CFE
Tints of Heliotrope #D16CFE
RGB
CMYK
RGB Variations
Color information
#D16CFE (or 0xD16CFE) is known color: Heliotrope. HEX triplet: D1, 6C and FE. RGB value is (209,108,254). Sum of RGB (Red+Green+Blue) = 209+108+254=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #D16CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16CFE is #2E9301. Grayscale: #9A9A9A. Windows color (decimal): -3052290 or 16674001. OLE color: 16674001.
HSL color Cylindrical-coordinate representation of color #D16CFE: hue angle of 281.51º 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 #D16CFE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 108 | 254 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.00 |
| HSL | 281.51º | 0.99% | 0.71% | - |
| HSV(B) | 281.51º | 0.57% | 1% | - |
| XYZ | 49.55 | 31.44 | 97.22 | - |
| YUV | 154.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 254 | 0.18 | 0.57 | 0 | 0.00 | 281.51 | 0.99 | 0.71 |
| Hex | D1 | 6C | FE | 12 | 39 | 0 | 0 | 11A | 63 | 47 |
| Octal | 321 | 154 | 376 | 22 | 71 | 0 | 0 | 432 | 143 | 107 |
| Binary | 11010001 | 1101100 | 11111110 | 10010 | 111001 | 0 | 0 | 100011010 | 1100011 | 1000111 |
Color Harmonies of #D16CFE
Complementary color
Monochromatic Colors of #D16CFE
Black with #D16CFE
Text Example
Text Example
White with #D16CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CFE; }
p { color: rgb(209,108,254); }
H1.HeaderClassName
{
color: #D16CFE;
}
.AnyTagClassName
{
color: #D16CFE;
}
</style>
background-color css
<style>
a { background-color: #D16CFE; }
a { background-color: rgb(209,108,254); }
div.DivClassName
{
background-color: #D16CFE;
}
.BgClassName
{
background-color: #D16CFE;
}
</style>
border-color css
<style>
span { border-color: #D16CFE; }
span { border-color: rgb(209,108,254); }
td.TdClassName
{
border-color: #D16CFE;
}
.TagClassName
{
border-color: #D16CFE;
}
</style>