Shades of Heliotrope #D16FEC
Tints of Heliotrope #D16FEC
RGB
CMYK
RGB Variations
Color information
#D16FEC (or 0xD16FEC) is known color: Heliotrope. HEX triplet: D1, 6F and EC. RGB value is (209,111,236). Sum of RGB (Red+Green+Blue) = 209+111+236=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #D16FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FEC is #2E9013. Grayscale: #9A9A9A. Windows color (decimal): -3051540 or 15495121. OLE color: 15495121.
HSL color Cylindrical-coordinate representation of color #D16FEC: hue angle of 287.04º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16FEC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 111 | 236 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.07 |
| HSL | 287.04º | 0.77% | 0.68% | - |
| HSV(B) | 287.04º | 0.53% | 0.93% | - |
| XYZ | 47.12 | 30.98 | 82.85 | - |
| YUV | 154.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 236 | 0.11 | 0.53 | 0 | 0.07 | 287.04 | 0.77 | 0.68 |
| Hex | D1 | 6F | EC | B | 35 | 0 | 7 | 11F | 4D | 44 |
| Octal | 321 | 157 | 354 | 13 | 65 | 0 | 7 | 437 | 115 | 104 |
| Binary | 11010001 | 1101111 | 11101100 | 1011 | 110101 | 0 | 111 | 100011111 | 1001101 | 1000100 |
Color Harmonies of #D16FEC
Complementary color
Monochromatic Colors of #D16FEC
Black with #D16FEC
Text Example
Text Example
White with #D16FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FEC; }
p { color: rgb(209,111,236); }
H1.HeaderClassName
{
color: #D16FEC;
}
.AnyTagClassName
{
color: #D16FEC;
}
</style>
background-color css
<style>
a { background-color: #D16FEC; }
a { background-color: rgb(209,111,236); }
div.DivClassName
{
background-color: #D16FEC;
}
.BgClassName
{
background-color: #D16FEC;
}
</style>
border-color css
<style>
span { border-color: #D16FEC; }
span { border-color: rgb(209,111,236); }
td.TdClassName
{
border-color: #D16FEC;
}
.TagClassName
{
border-color: #D16FEC;
}
</style>