Shades of Heliotrope #D17FF5
Tints of Heliotrope #D17FF5
RGB
CMYK
RGB Variations
Color information
#D17FF5 (or 0xD17FF5) is known color: Heliotrope. HEX triplet: D1, 7F and F5. RGB value is (209,127,245). Sum of RGB (Red+Green+Blue) = 209+127+245=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #D17FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17FF5 is #2E800A. Grayscale: #A4A4A4. Windows color (decimal): -3047435 or 16089041. OLE color: 16089041.
HSL color Cylindrical-coordinate representation of color #D17FF5: hue angle of 281.69º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17FF5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 127 | 245 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.04 |
| HSL | 281.69º | 0.86% | 0.73% | - |
| HSV(B) | 281.69º | 0.48% | 0.96% | - |
| XYZ | 50.37 | 35.33 | 90.55 | - |
| YUV | 164.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 245 | 0.15 | 0.48 | 0 | 0.04 | 281.69 | 0.86 | 0.73 |
| Hex | D1 | 7F | F5 | F | 30 | 0 | 4 | 11A | 56 | 49 |
| Octal | 321 | 177 | 365 | 17 | 60 | 0 | 4 | 432 | 126 | 111 |
| Binary | 11010001 | 1111111 | 11110101 | 1111 | 110000 | 0 | 100 | 100011010 | 1010110 | 1001001 |
Color Harmonies of #D17FF5
Complementary color
Monochromatic Colors of #D17FF5
Black with #D17FF5
Text Example
Text Example
White with #D17FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FF5; }
p { color: rgb(209,127,245); }
H1.HeaderClassName
{
color: #D17FF5;
}
.AnyTagClassName
{
color: #D17FF5;
}
</style>
background-color css
<style>
a { background-color: #D17FF5; }
a { background-color: rgb(209,127,245); }
div.DivClassName
{
background-color: #D17FF5;
}
.BgClassName
{
background-color: #D17FF5;
}
</style>
border-color css
<style>
span { border-color: #D17FF5; }
span { border-color: rgb(209,127,245); }
td.TdClassName
{
border-color: #D17FF5;
}
.TagClassName
{
border-color: #D17FF5;
}
</style>