Shades of Heliotrope #D16CFC
Tints of Heliotrope #D16CFC
RGB
CMYK
RGB Variations
Color information
#D16CFC (or 0xD16CFC) is known color: Heliotrope. HEX triplet: D1, 6C and FC. RGB value is (209,108,252). Sum of RGB (Red+Green+Blue) = 209+108+252=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #D16CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16CFC is #2E9303. Grayscale: #9A9A9A. Windows color (decimal): -3052292 or 16542929. OLE color: 16542929.
HSL color Cylindrical-coordinate representation of color #D16CFC: hue angle of 282.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16CFC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 108 | 252 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.01 |
| HSL | 282.08º | 0.96% | 0.71% | - |
| HSV(B) | 282.08º | 0.57% | 0.99% | - |
| XYZ | 49.23 | 31.31 | 95.54 | - |
| YUV | 154.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 252 | 0.17 | 0.57 | 0 | 0.01 | 282.08 | 0.96 | 0.71 |
| Hex | D1 | 6C | FC | 11 | 39 | 0 | 1 | 11A | 60 | 47 |
| Octal | 321 | 154 | 374 | 21 | 71 | 0 | 1 | 432 | 140 | 107 |
| Binary | 11010001 | 1101100 | 11111100 | 10001 | 111001 | 0 | 1 | 100011010 | 1100000 | 1000111 |
Color Harmonies of #D16CFC
Complementary color
Monochromatic Colors of #D16CFC
Black with #D16CFC
Text Example
Text Example
White with #D16CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CFC; }
p { color: rgb(209,108,252); }
H1.HeaderClassName
{
color: #D16CFC;
}
.AnyTagClassName
{
color: #D16CFC;
}
</style>
background-color css
<style>
a { background-color: #D16CFC; }
a { background-color: rgb(209,108,252); }
div.DivClassName
{
background-color: #D16CFC;
}
.BgClassName
{
background-color: #D16CFC;
}
</style>
border-color css
<style>
span { border-color: #D16CFC; }
span { border-color: rgb(209,108,252); }
td.TdClassName
{
border-color: #D16CFC;
}
.TagClassName
{
border-color: #D16CFC;
}
</style>