Shades of Heliotrope #D165EF
Tints of Heliotrope #D165EF
RGB
CMYK
RGB Variations
Color information
#D165EF (or 0xD165EF) is known color: Heliotrope. HEX triplet: D1, 65 and EF. RGB value is (209,101,239). Sum of RGB (Red+Green+Blue) = 209+101+239=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #D165EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165EF is #2E9A10. Grayscale: #949494. Windows color (decimal): -3054097 or 15689169. OLE color: 15689169.
HSL color Cylindrical-coordinate representation of color #D165EF: hue angle of 286.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D165EF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 101 | 239 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.06 |
| HSL | 286.96º | 0.81% | 0.67% | - |
| HSV(B) | 286.96º | 0.58% | 0.94% | - |
| XYZ | 46.53 | 29.09 | 84.82 | - |
| YUV | 149.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 239 | 0.13 | 0.58 | 0 | 0.06 | 286.96 | 0.81 | 0.67 |
| Hex | D1 | 65 | EF | D | 3A | 0 | 6 | 11F | 51 | 43 |
| Octal | 321 | 145 | 357 | 15 | 72 | 0 | 6 | 437 | 121 | 103 |
| Binary | 11010001 | 1100101 | 11101111 | 1101 | 111010 | 0 | 110 | 100011111 | 1010001 | 1000011 |
Color Harmonies of #D165EF
Complementary color
Monochromatic Colors of #D165EF
Black with #D165EF
Text Example
Text Example
White with #D165EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165EF; }
p { color: rgb(209,101,239); }
H1.HeaderClassName
{
color: #D165EF;
}
.AnyTagClassName
{
color: #D165EF;
}
</style>
background-color css
<style>
a { background-color: #D165EF; }
a { background-color: rgb(209,101,239); }
div.DivClassName
{
background-color: #D165EF;
}
.BgClassName
{
background-color: #D165EF;
}
</style>
border-color css
<style>
span { border-color: #D165EF; }
span { border-color: rgb(209,101,239); }
td.TdClassName
{
border-color: #D165EF;
}
.TagClassName
{
border-color: #D165EF;
}
</style>