Shades of Heliotrope #D17DEC
Tints of Heliotrope #D17DEC
RGB
CMYK
RGB Variations
Color information
#D17DEC (or 0xD17DEC) is known color: Heliotrope. HEX triplet: D1, 7D and EC. RGB value is (209,125,236). Sum of RGB (Red+Green+Blue) = 209+125+236=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #D17DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DEC is #2E8213. Grayscale: #A2A2A2. Windows color (decimal): -3047956 or 15498705. OLE color: 15498705.
HSL color Cylindrical-coordinate representation of color #D17DEC: hue angle of 285.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D17DEC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 125 | 236 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.07 |
| HSL | 285.41º | 0.74% | 0.71% | - |
| HSV(B) | 285.41º | 0.47% | 0.93% | - |
| XYZ | 48.77 | 34.28 | 83.4 | - |
| YUV | 162.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 236 | 0.11 | 0.47 | 0 | 0.07 | 285.41 | 0.74 | 0.71 |
| Hex | D1 | 7D | EC | B | 2F | 0 | 7 | 11D | 4A | 47 |
| Octal | 321 | 175 | 354 | 13 | 57 | 0 | 7 | 435 | 112 | 107 |
| Binary | 11010001 | 1111101 | 11101100 | 1011 | 101111 | 0 | 111 | 100011101 | 1001010 | 1000111 |
Color Harmonies of #D17DEC
Complementary color
Monochromatic Colors of #D17DEC
Black with #D17DEC
Text Example
Text Example
White with #D17DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DEC; }
p { color: rgb(209,125,236); }
H1.HeaderClassName
{
color: #D17DEC;
}
.AnyTagClassName
{
color: #D17DEC;
}
</style>
background-color css
<style>
a { background-color: #D17DEC; }
a { background-color: rgb(209,125,236); }
div.DivClassName
{
background-color: #D17DEC;
}
.BgClassName
{
background-color: #D17DEC;
}
</style>
border-color css
<style>
span { border-color: #D17DEC; }
span { border-color: rgb(209,125,236); }
td.TdClassName
{
border-color: #D17DEC;
}
.TagClassName
{
border-color: #D17DEC;
}
</style>