Shades of Heliotrope #D165EC
Tints of Heliotrope #D165EC
RGB
CMYK
RGB Variations
Color information
#D165EC (or 0xD165EC) is known color: Heliotrope. HEX triplet: D1, 65 and EC. RGB value is (209,101,236). Sum of RGB (Red+Green+Blue) = 209+101+236=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #D165EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165EC is #2E9A13. Grayscale: #949494. Windows color (decimal): -3054100 or 15492561. OLE color: 15492561.
HSL color Cylindrical-coordinate representation of color #D165EC: hue angle of 288º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D165EC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 101 | 236 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.07 |
| HSL | 288º | 0.78% | 0.66% | - |
| HSV(B) | 288º | 0.57% | 0.93% | - |
| XYZ | 46.09 | 28.92 | 82.51 | - |
| YUV | 148.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 236 | 0.11 | 0.57 | 0 | 0.07 | 288 | 0.78 | 0.66 |
| Hex | D1 | 65 | EC | B | 39 | 0 | 7 | 120 | 4E | 42 |
| Octal | 321 | 145 | 354 | 13 | 71 | 0 | 7 | 440 | 116 | 102 |
| Binary | 11010001 | 1100101 | 11101100 | 1011 | 111001 | 0 | 111 | 100100000 | 1001110 | 1000010 |
Color Harmonies of #D165EC
Complementary color
Monochromatic Colors of #D165EC
Black with #D165EC
Text Example
Text Example
White with #D165EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165EC; }
p { color: rgb(209,101,236); }
H1.HeaderClassName
{
color: #D165EC;
}
.AnyTagClassName
{
color: #D165EC;
}
</style>
background-color css
<style>
a { background-color: #D165EC; }
a { background-color: rgb(209,101,236); }
div.DivClassName
{
background-color: #D165EC;
}
.BgClassName
{
background-color: #D165EC;
}
</style>
border-color css
<style>
span { border-color: #D165EC; }
span { border-color: rgb(209,101,236); }
td.TdClassName
{
border-color: #D165EC;
}
.TagClassName
{
border-color: #D165EC;
}
</style>