Shades of Heliotrope #D165FF
Tints of Heliotrope #D165FF
RGB
CMYK
RGB Variations
Color information
#D165FF (or 0xD165FF) is known color: Heliotrope. HEX triplet: D1, 65 and FF. RGB value is (209,101,255). Sum of RGB (Red+Green+Blue) = 209+101+255=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D165FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165FF is #2E9A00. Grayscale: #969696. Windows color (decimal): -3054081 or 16737745. OLE color: 16737745.
HSL color Cylindrical-coordinate representation of color #D165FF: hue angle of 282.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D165FF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 101 | 255 | - |
| CMYK | 0.18 | 0.60 | 0 | 0 |
| HSL | 282.08º | 1% | 0.7% | - |
| HSV(B) | 282.08º | 0.6% | 1% | - |
| XYZ | 49 | 30.08 | 97.83 | - |
| YUV | 150.85 | 186.78 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 255 | 0.18 | 0.60 | 0 | 0 | 282.08 | 1 | 0.7 |
| Hex | D1 | 65 | FF | 12 | 3C | 0 | 0 | 11A | 64 | 46 |
| Octal | 321 | 145 | 377 | 22 | 74 | 0 | 0 | 432 | 144 | 106 |
| Binary | 11010001 | 1100101 | 11111111 | 10010 | 111100 | 0 | 0 | 100011010 | 1100100 | 1000110 |
Color Harmonies of #D165FF
Complementary color
Monochromatic Colors of #D165FF
Black with #D165FF
Text Example
Text Example
White with #D165FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165FF; }
p { color: rgb(209,101,255); }
H1.HeaderClassName
{
color: #D165FF;
}
.AnyTagClassName
{
color: #D165FF;
}
</style>
background-color css
<style>
a { background-color: #D165FF; }
a { background-color: rgb(209,101,255); }
div.DivClassName
{
background-color: #D165FF;
}
.BgClassName
{
background-color: #D165FF;
}
</style>
border-color css
<style>
span { border-color: #D165FF; }
span { border-color: rgb(209,101,255); }
td.TdClassName
{
border-color: #D165FF;
}
.TagClassName
{
border-color: #D165FF;
}
</style>