Shades of Heliotrope #D16AEC
Tints of Heliotrope #D16AEC
RGB
CMYK
RGB Variations
Color information
#D16AEC (or 0xD16AEC) is known color: Heliotrope. HEX triplet: D1, 6A and EC. RGB value is (209,106,236). Sum of RGB (Red+Green+Blue) = 209+106+236=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #D16AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AEC is #2E9513. Grayscale: #979797. Windows color (decimal): -3052820 or 15493841. OLE color: 15493841.
HSL color Cylindrical-coordinate representation of color #D16AEC: hue angle of 287.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16AEC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 106 | 236 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.07 |
| HSL | 287.54º | 0.77% | 0.67% | - |
| HSV(B) | 287.54º | 0.55% | 0.93% | - |
| XYZ | 46.59 | 29.92 | 82.68 | - |
| YUV | 151.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 236 | 0.11 | 0.55 | 0 | 0.07 | 287.54 | 0.77 | 0.67 |
| Hex | D1 | 6A | EC | B | 37 | 0 | 7 | 120 | 4D | 43 |
| Octal | 321 | 152 | 354 | 13 | 67 | 0 | 7 | 440 | 115 | 103 |
| Binary | 11010001 | 1101010 | 11101100 | 1011 | 110111 | 0 | 111 | 100100000 | 1001101 | 1000011 |
Color Harmonies of #D16AEC
Complementary color
Monochromatic Colors of #D16AEC
Black with #D16AEC
Text Example
Text Example
White with #D16AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AEC; }
p { color: rgb(209,106,236); }
H1.HeaderClassName
{
color: #D16AEC;
}
.AnyTagClassName
{
color: #D16AEC;
}
</style>
background-color css
<style>
a { background-color: #D16AEC; }
a { background-color: rgb(209,106,236); }
div.DivClassName
{
background-color: #D16AEC;
}
.BgClassName
{
background-color: #D16AEC;
}
</style>
border-color css
<style>
span { border-color: #D16AEC; }
span { border-color: rgb(209,106,236); }
td.TdClassName
{
border-color: #D16AEC;
}
.TagClassName
{
border-color: #D16AEC;
}
</style>