Shades of Heliotrope #D17FFF
Tints of Heliotrope #D17FFF
RGB
CMYK
RGB Variations
Color information
#D17FFF (or 0xD17FFF) is known color: Heliotrope. HEX triplet: D1, 7F and FF. RGB value is (209,127,255). Sum of RGB (Red+Green+Blue) = 209+127+255=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #D17FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17FFF is #2E8000. Grayscale: #A5A5A5. Windows color (decimal): -3047425 or 16744401. OLE color: 16744401.
HSL color Cylindrical-coordinate representation of color #D17FFF: hue angle of 278.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17FFF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 127 | 255 | - |
| CMYK | 0.18 | 0.50 | 0 | 0 |
| HSL | 278.44º | 1% | 0.75% | - |
| HSV(B) | 278.44º | 0.5% | 1% | - |
| XYZ | 51.93 | 35.95 | 98.81 | - |
| YUV | 166.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 255 | 0.18 | 0.50 | 0 | 0 | 278.44 | 1 | 0.75 |
| Hex | D1 | 7F | FF | 12 | 32 | 0 | 0 | 116 | 64 | 4B |
| Octal | 321 | 177 | 377 | 22 | 62 | 0 | 0 | 426 | 144 | 113 |
| Binary | 11010001 | 1111111 | 11111111 | 10010 | 110010 | 0 | 0 | 100010110 | 1100100 | 1001011 |
Color Harmonies of #D17FFF
Complementary color
Monochromatic Colors of #D17FFF
Black with #D17FFF
Text Example
Text Example
White with #D17FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FFF; }
p { color: rgb(209,127,255); }
H1.HeaderClassName
{
color: #D17FFF;
}
.AnyTagClassName
{
color: #D17FFF;
}
</style>
background-color css
<style>
a { background-color: #D17FFF; }
a { background-color: rgb(209,127,255); }
div.DivClassName
{
background-color: #D17FFF;
}
.BgClassName
{
background-color: #D17FFF;
}
</style>
border-color css
<style>
span { border-color: #D17FFF; }
span { border-color: rgb(209,127,255); }
td.TdClassName
{
border-color: #D17FFF;
}
.TagClassName
{
border-color: #D17FFF;
}
</style>