Shades of Heliotrope #D17AEE
Tints of Heliotrope #D17AEE
RGB
CMYK
RGB Variations
Color information
#D17AEE (or 0xD17AEE) is known color: Heliotrope. HEX triplet: D1, 7A and EE. RGB value is (209,122,238). Sum of RGB (Red+Green+Blue) = 209+122+238=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #D17AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17AEE is #2E8511. Grayscale: #A0A0A0. Windows color (decimal): -3048722 or 15629009. OLE color: 15629009.
HSL color Cylindrical-coordinate representation of color #D17AEE: hue angle of 285º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D17AEE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 122 | 238 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.07 |
| HSL | 285º | 0.77% | 0.71% | - |
| HSV(B) | 285º | 0.49% | 0.93% | - |
| XYZ | 48.69 | 33.65 | 84.82 | - |
| YUV | 161.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 238 | 0.12 | 0.49 | 0 | 0.07 | 285 | 0.77 | 0.71 |
| Hex | D1 | 7A | EE | C | 31 | 0 | 7 | 11D | 4D | 47 |
| Octal | 321 | 172 | 356 | 14 | 61 | 0 | 7 | 435 | 115 | 107 |
| Binary | 11010001 | 1111010 | 11101110 | 1100 | 110001 | 0 | 111 | 100011101 | 1001101 | 1000111 |
Color Harmonies of #D17AEE
Complementary color
Monochromatic Colors of #D17AEE
Black with #D17AEE
Text Example
Text Example
White with #D17AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17AEE; }
p { color: rgb(209,122,238); }
H1.HeaderClassName
{
color: #D17AEE;
}
.AnyTagClassName
{
color: #D17AEE;
}
</style>
background-color css
<style>
a { background-color: #D17AEE; }
a { background-color: rgb(209,122,238); }
div.DivClassName
{
background-color: #D17AEE;
}
.BgClassName
{
background-color: #D17AEE;
}
</style>
border-color css
<style>
span { border-color: #D17AEE; }
span { border-color: rgb(209,122,238); }
td.TdClassName
{
border-color: #D17AEE;
}
.TagClassName
{
border-color: #D17AEE;
}
</style>