Shades of Heliotrope #D162EC
Tints of Heliotrope #D162EC
RGB
CMYK
RGB Variations
Color information
#D162EC (or 0xD162EC) is known color: Heliotrope. HEX triplet: D1, 62 and EC. RGB value is (209,98,236). Sum of RGB (Red+Green+Blue) = 209+98+236=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #D162EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162EC is #2E9D13. Grayscale: #929292. Windows color (decimal): -3054868 or 15491793. OLE color: 15491793.
HSL color Cylindrical-coordinate representation of color #D162EC: hue angle of 288.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D162EC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 98 | 236 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.07 |
| HSL | 288.26º | 0.78% | 0.65% | - |
| HSV(B) | 288.26º | 0.58% | 0.93% | - |
| XYZ | 45.8 | 28.35 | 82.41 | - |
| YUV | 146.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 236 | 0.11 | 0.58 | 0 | 0.07 | 288.26 | 0.78 | 0.65 |
| Hex | D1 | 62 | EC | B | 3A | 0 | 7 | 120 | 4E | 41 |
| Octal | 321 | 142 | 354 | 13 | 72 | 0 | 7 | 440 | 116 | 101 |
| Binary | 11010001 | 1100010 | 11101100 | 1011 | 111010 | 0 | 111 | 100100000 | 1001110 | 1000001 |
Color Harmonies of #D162EC
Complementary color
Monochromatic Colors of #D162EC
Black with #D162EC
Text Example
Text Example
White with #D162EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162EC; }
p { color: rgb(209,98,236); }
H1.HeaderClassName
{
color: #D162EC;
}
.AnyTagClassName
{
color: #D162EC;
}
</style>
background-color css
<style>
a { background-color: #D162EC; }
a { background-color: rgb(209,98,236); }
div.DivClassName
{
background-color: #D162EC;
}
.BgClassName
{
background-color: #D162EC;
}
</style>
border-color css
<style>
span { border-color: #D162EC; }
span { border-color: rgb(209,98,236); }
td.TdClassName
{
border-color: #D162EC;
}
.TagClassName
{
border-color: #D162EC;
}
</style>