Shades of Heliotrope #D17DEE
Tints of Heliotrope #D17DEE
RGB
CMYK
RGB Variations
Color information
#D17DEE (or 0xD17DEE) is known color: Heliotrope. HEX triplet: D1, 7D and EE. RGB value is (209,125,238). Sum of RGB (Red+Green+Blue) = 209+125+238=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #D17DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DEE is #2E8211. Grayscale: #A2A2A2. Windows color (decimal): -3047954 or 15629777. OLE color: 15629777.
HSL color Cylindrical-coordinate representation of color #D17DEE: hue angle of 284.6º degrees, saturation: 0.77, 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 #D17DEE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 125 | 238 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.07 |
| HSL | 284.6º | 0.77% | 0.71% | - |
| HSV(B) | 284.6º | 0.47% | 0.93% | - |
| XYZ | 49.06 | 34.4 | 84.94 | - |
| YUV | 163 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 238 | 0.12 | 0.47 | 0 | 0.07 | 284.6 | 0.77 | 0.71 |
| Hex | D1 | 7D | EE | C | 2F | 0 | 7 | 11D | 4D | 47 |
| Octal | 321 | 175 | 356 | 14 | 57 | 0 | 7 | 435 | 115 | 107 |
| Binary | 11010001 | 1111101 | 11101110 | 1100 | 101111 | 0 | 111 | 100011101 | 1001101 | 1000111 |
Color Harmonies of #D17DEE
Complementary color
Monochromatic Colors of #D17DEE
Black with #D17DEE
Text Example
Text Example
White with #D17DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DEE; }
p { color: rgb(209,125,238); }
H1.HeaderClassName
{
color: #D17DEE;
}
.AnyTagClassName
{
color: #D17DEE;
}
</style>
background-color css
<style>
a { background-color: #D17DEE; }
a { background-color: rgb(209,125,238); }
div.DivClassName
{
background-color: #D17DEE;
}
.BgClassName
{
background-color: #D17DEE;
}
</style>
border-color css
<style>
span { border-color: #D17DEE; }
span { border-color: rgb(209,125,238); }
td.TdClassName
{
border-color: #D17DEE;
}
.TagClassName
{
border-color: #D17DEE;
}
</style>