Shades of Heliotrope #D17EFF
Tints of Heliotrope #D17EFF
RGB
CMYK
RGB Variations
Color information
#D17EFF (or 0xD17EFF) is known color: Heliotrope. HEX triplet: D1, 7E and FF. RGB value is (209,126,255). Sum of RGB (Red+Green+Blue) = 209+126+255=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D17EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17EFF is #2E8100. Grayscale: #A5A5A5. Windows color (decimal): -3047681 or 16744145. OLE color: 16744145.
HSL color Cylindrical-coordinate representation of color #D17EFF: hue angle of 278.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17EFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 126 | 255 | - |
| CMYK | 0.18 | 0.51 | 0 | 0 |
| HSL | 278.6º | 1% | 0.75% | - |
| HSV(B) | 278.6º | 0.51% | 1% | - |
| XYZ | 51.81 | 35.7 | 98.77 | - |
| YUV | 165.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 255 | 0.18 | 0.51 | 0 | 0 | 278.6 | 1 | 0.75 |
| Hex | D1 | 7E | FF | 12 | 33 | 0 | 0 | 117 | 64 | 4B |
| Octal | 321 | 176 | 377 | 22 | 63 | 0 | 0 | 427 | 144 | 113 |
| Binary | 11010001 | 1111110 | 11111111 | 10010 | 110011 | 0 | 0 | 100010111 | 1100100 | 1001011 |
Color Harmonies of #D17EFF
Complementary color
Monochromatic Colors of #D17EFF
Black with #D17EFF
Text Example
Text Example
White with #D17EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EFF; }
p { color: rgb(209,126,255); }
H1.HeaderClassName
{
color: #D17EFF;
}
.AnyTagClassName
{
color: #D17EFF;
}
</style>
background-color css
<style>
a { background-color: #D17EFF; }
a { background-color: rgb(209,126,255); }
div.DivClassName
{
background-color: #D17EFF;
}
.BgClassName
{
background-color: #D17EFF;
}
</style>
border-color css
<style>
span { border-color: #D17EFF; }
span { border-color: rgb(209,126,255); }
td.TdClassName
{
border-color: #D17EFF;
}
.TagClassName
{
border-color: #D17EFF;
}
</style>