Shades of Heliotrope #D16DFC
Tints of Heliotrope #D16DFC
RGB
CMYK
RGB Variations
Color information
#D16DFC (or 0xD16DFC) is known color: Heliotrope. HEX triplet: D1, 6D and FC. RGB value is (209,109,252). Sum of RGB (Red+Green+Blue) = 209+109+252=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #D16DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16DFC is #2E9203. Grayscale: #9A9A9A. Windows color (decimal): -3052036 or 16543185. OLE color: 16543185.
HSL color Cylindrical-coordinate representation of color #D16DFC: hue angle of 281.96º 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 #D16DFC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 109 | 252 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.01 |
| HSL | 281.96º | 0.96% | 0.71% | - |
| HSV(B) | 281.96º | 0.57% | 0.99% | - |
| XYZ | 49.33 | 31.52 | 95.58 | - |
| YUV | 155.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 252 | 0.17 | 0.57 | 0 | 0.01 | 281.96 | 0.96 | 0.71 |
| Hex | D1 | 6D | FC | 11 | 39 | 0 | 1 | 11A | 60 | 47 |
| Octal | 321 | 155 | 374 | 21 | 71 | 0 | 1 | 432 | 140 | 107 |
| Binary | 11010001 | 1101101 | 11111100 | 10001 | 111001 | 0 | 1 | 100011010 | 1100000 | 1000111 |
Color Harmonies of #D16DFC
Complementary color
Monochromatic Colors of #D16DFC
Black with #D16DFC
Text Example
Text Example
White with #D16DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DFC; }
p { color: rgb(209,109,252); }
H1.HeaderClassName
{
color: #D16DFC;
}
.AnyTagClassName
{
color: #D16DFC;
}
</style>
background-color css
<style>
a { background-color: #D16DFC; }
a { background-color: rgb(209,109,252); }
div.DivClassName
{
background-color: #D16DFC;
}
.BgClassName
{
background-color: #D16DFC;
}
</style>
border-color css
<style>
span { border-color: #D16DFC; }
span { border-color: rgb(209,109,252); }
td.TdClassName
{
border-color: #D16DFC;
}
.TagClassName
{
border-color: #D16DFC;
}
</style>