Shades of Heliotrope #D165ED
Tints of Heliotrope #D165ED
RGB
CMYK
RGB Variations
Color information
#D165ED (or 0xD165ED) is known color: Heliotrope. HEX triplet: D1, 65 and ED. RGB value is (209,101,237). Sum of RGB (Red+Green+Blue) = 209+101+237=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D165ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165ED is #2E9A12. Grayscale: #949494. Windows color (decimal): -3054099 or 15558097. OLE color: 15558097.
HSL color Cylindrical-coordinate representation of color #D165ED: hue angle of 287.65º degrees, saturation: 0.79, 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 #D165ED is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 101 | 237 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.07 |
| HSL | 287.65º | 0.79% | 0.66% | - |
| HSV(B) | 287.65º | 0.57% | 0.93% | - |
| XYZ | 46.23 | 28.98 | 83.28 | - |
| YUV | 148.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 237 | 0.12 | 0.57 | 0 | 0.07 | 287.65 | 0.79 | 0.66 |
| Hex | D1 | 65 | ED | C | 39 | 0 | 7 | 120 | 4F | 42 |
| Octal | 321 | 145 | 355 | 14 | 71 | 0 | 7 | 440 | 117 | 102 |
| Binary | 11010001 | 1100101 | 11101101 | 1100 | 111001 | 0 | 111 | 100100000 | 1001111 | 1000010 |
Color Harmonies of #D165ED
Complementary color
Monochromatic Colors of #D165ED
Black with #D165ED
Text Example
Text Example
White with #D165ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165ED; }
p { color: rgb(209,101,237); }
H1.HeaderClassName
{
color: #D165ED;
}
.AnyTagClassName
{
color: #D165ED;
}
</style>
background-color css
<style>
a { background-color: #D165ED; }
a { background-color: rgb(209,101,237); }
div.DivClassName
{
background-color: #D165ED;
}
.BgClassName
{
background-color: #D165ED;
}
</style>
border-color css
<style>
span { border-color: #D165ED; }
span { border-color: rgb(209,101,237); }
td.TdClassName
{
border-color: #D165ED;
}
.TagClassName
{
border-color: #D165ED;
}
</style>