Shades of Heliotrope #D17EEB
Tints of Heliotrope #D17EEB
RGB
CMYK
RGB Variations
Color information
#D17EEB (or 0xD17EEB) is known color: Heliotrope. HEX triplet: D1, 7E and EB. RGB value is (209,126,235). Sum of RGB (Red+Green+Blue) = 209+126+235=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #D17EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17EEB is #2E8114. Grayscale: #A2A2A2. Windows color (decimal): -3047701 or 15433425. OLE color: 15433425.
HSL color Cylindrical-coordinate representation of color #D17EEB: hue angle of 285.69º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17EEB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 126 | 235 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.08 |
| HSL | 285.69º | 0.73% | 0.71% | - |
| HSV(B) | 285.69º | 0.46% | 0.92% | - |
| XYZ | 48.75 | 34.48 | 82.68 | - |
| YUV | 163.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 235 | 0.11 | 0.46 | 0 | 0.08 | 285.69 | 0.73 | 0.71 |
| Hex | D1 | 7E | EB | B | 2E | 0 | 8 | 11E | 49 | 47 |
| Octal | 321 | 176 | 353 | 13 | 56 | 0 | 10 | 436 | 111 | 107 |
| Binary | 11010001 | 1111110 | 11101011 | 1011 | 101110 | 0 | 1000 | 100011110 | 1001001 | 1000111 |
Color Harmonies of #D17EEB
Complementary color
Monochromatic Colors of #D17EEB
Black with #D17EEB
Text Example
Text Example
White with #D17EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EEB; }
p { color: rgb(209,126,235); }
H1.HeaderClassName
{
color: #D17EEB;
}
.AnyTagClassName
{
color: #D17EEB;
}
</style>
background-color css
<style>
a { background-color: #D17EEB; }
a { background-color: rgb(209,126,235); }
div.DivClassName
{
background-color: #D17EEB;
}
.BgClassName
{
background-color: #D17EEB;
}
</style>
border-color css
<style>
span { border-color: #D17EEB; }
span { border-color: rgb(209,126,235); }
td.TdClassName
{
border-color: #D17EEB;
}
.TagClassName
{
border-color: #D17EEB;
}
</style>