Shades of Heliotrope #D16BEC
Tints of Heliotrope #D16BEC
RGB
CMYK
RGB Variations
Color information
#D16BEC (or 0xD16BEC) is known color: Heliotrope. HEX triplet: D1, 6B and EC. RGB value is (209,107,236). Sum of RGB (Red+Green+Blue) = 209+107+236=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #D16BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BEC is #2E9413. Grayscale: #979797. Windows color (decimal): -3052564 or 15494097. OLE color: 15494097.
HSL color Cylindrical-coordinate representation of color #D16BEC: hue angle of 287.44º 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 #D16BEC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 107 | 236 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.07 |
| HSL | 287.44º | 0.77% | 0.67% | - |
| HSV(B) | 287.44º | 0.55% | 0.93% | - |
| XYZ | 46.69 | 30.13 | 82.71 | - |
| YUV | 152.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 236 | 0.11 | 0.55 | 0 | 0.07 | 287.44 | 0.77 | 0.67 |
| Hex | D1 | 6B | EC | B | 37 | 0 | 7 | 11F | 4D | 43 |
| Octal | 321 | 153 | 354 | 13 | 67 | 0 | 7 | 437 | 115 | 103 |
| Binary | 11010001 | 1101011 | 11101100 | 1011 | 110111 | 0 | 111 | 100011111 | 1001101 | 1000011 |
Color Harmonies of #D16BEC
Complementary color
Monochromatic Colors of #D16BEC
Black with #D16BEC
Text Example
Text Example
White with #D16BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BEC; }
p { color: rgb(209,107,236); }
H1.HeaderClassName
{
color: #D16BEC;
}
.AnyTagClassName
{
color: #D16BEC;
}
</style>
background-color css
<style>
a { background-color: #D16BEC; }
a { background-color: rgb(209,107,236); }
div.DivClassName
{
background-color: #D16BEC;
}
.BgClassName
{
background-color: #D16BEC;
}
</style>
border-color css
<style>
span { border-color: #D16BEC; }
span { border-color: rgb(209,107,236); }
td.TdClassName
{
border-color: #D16BEC;
}
.TagClassName
{
border-color: #D16BEC;
}
</style>