Shades of Heliotrope #D17CEC
Tints of Heliotrope #D17CEC
RGB
CMYK
RGB Variations
Color information
#D17CEC (or 0xD17CEC) is known color: Heliotrope. HEX triplet: D1, 7C and EC. RGB value is (209,124,236). Sum of RGB (Red+Green+Blue) = 209+124+236=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #D17CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17CEC is #2E8313. Grayscale: #A1A1A1. Windows color (decimal): -3048212 or 15498449. OLE color: 15498449.
HSL color Cylindrical-coordinate representation of color #D17CEC: hue angle of 285.54º degrees, saturation: 0.75, 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 #D17CEC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 124 | 236 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.07 |
| HSL | 285.54º | 0.75% | 0.71% | - |
| HSV(B) | 285.54º | 0.47% | 0.93% | - |
| XYZ | 48.64 | 34.03 | 83.36 | - |
| YUV | 162.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 236 | 0.11 | 0.47 | 0 | 0.07 | 285.54 | 0.75 | 0.71 |
| Hex | D1 | 7C | EC | B | 2F | 0 | 7 | 11E | 4B | 47 |
| Octal | 321 | 174 | 354 | 13 | 57 | 0 | 7 | 436 | 113 | 107 |
| Binary | 11010001 | 1111100 | 11101100 | 1011 | 101111 | 0 | 111 | 100011110 | 1001011 | 1000111 |
Color Harmonies of #D17CEC
Complementary color
Monochromatic Colors of #D17CEC
Black with #D17CEC
Text Example
Text Example
White with #D17CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CEC; }
p { color: rgb(209,124,236); }
H1.HeaderClassName
{
color: #D17CEC;
}
.AnyTagClassName
{
color: #D17CEC;
}
</style>
background-color css
<style>
a { background-color: #D17CEC; }
a { background-color: rgb(209,124,236); }
div.DivClassName
{
background-color: #D17CEC;
}
.BgClassName
{
background-color: #D17CEC;
}
</style>
border-color css
<style>
span { border-color: #D17CEC; }
span { border-color: rgb(209,124,236); }
td.TdClassName
{
border-color: #D17CEC;
}
.TagClassName
{
border-color: #D17CEC;
}
</style>