Shades of Heliotrope #D16FFC
Tints of Heliotrope #D16FFC
RGB
CMYK
RGB Variations
Color information
#D16FFC (or 0xD16FFC) is known color: Heliotrope. HEX triplet: D1, 6F and FC. RGB value is (209,111,252). Sum of RGB (Red+Green+Blue) = 209+111+252=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #D16FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FFC is #2E9003. Grayscale: #9B9B9B. Windows color (decimal): -3051524 or 16543697. OLE color: 16543697.
HSL color Cylindrical-coordinate representation of color #D16FFC: hue angle of 281.7º 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 #D16FFC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 111 | 252 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.01 |
| HSL | 281.7º | 0.96% | 0.71% | - |
| HSV(B) | 281.7º | 0.56% | 0.99% | - |
| XYZ | 49.55 | 31.95 | 95.65 | - |
| YUV | 156.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 252 | 0.17 | 0.56 | 0 | 0.01 | 281.7 | 0.96 | 0.71 |
| Hex | D1 | 6F | FC | 11 | 38 | 0 | 1 | 11A | 60 | 47 |
| Octal | 321 | 157 | 374 | 21 | 70 | 0 | 1 | 432 | 140 | 107 |
| Binary | 11010001 | 1101111 | 11111100 | 10001 | 111000 | 0 | 1 | 100011010 | 1100000 | 1000111 |
Color Harmonies of #D16FFC
Complementary color
Monochromatic Colors of #D16FFC
Black with #D16FFC
Text Example
Text Example
White with #D16FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FFC; }
p { color: rgb(209,111,252); }
H1.HeaderClassName
{
color: #D16FFC;
}
.AnyTagClassName
{
color: #D16FFC;
}
</style>
background-color css
<style>
a { background-color: #D16FFC; }
a { background-color: rgb(209,111,252); }
div.DivClassName
{
background-color: #D16FFC;
}
.BgClassName
{
background-color: #D16FFC;
}
</style>
border-color css
<style>
span { border-color: #D16FFC; }
span { border-color: rgb(209,111,252); }
td.TdClassName
{
border-color: #D16FFC;
}
.TagClassName
{
border-color: #D16FFC;
}
</style>