Shades of Heliotrope #D17EEA
Tints of Heliotrope #D17EEA
RGB
CMYK
RGB Variations
Color information
#D17EEA (or 0xD17EEA) is known color: Heliotrope. HEX triplet: D1, 7E and EA. RGB value is (209,126,234). Sum of RGB (Red+Green+Blue) = 209+126+234=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #D17EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17EEA is #2E8115. Grayscale: #A2A2A2. Windows color (decimal): -3047702 or 15367889. OLE color: 15367889.
HSL color Cylindrical-coordinate representation of color #D17EEA: hue angle of 286.11º degrees, saturation: 0.72, 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 #D17EEA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 126 | 234 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.08 |
| HSL | 286.11º | 0.72% | 0.71% | - |
| HSV(B) | 286.11º | 0.46% | 0.92% | - |
| XYZ | 48.61 | 34.42 | 81.92 | - |
| YUV | 163.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 234 | 0.11 | 0.46 | 0 | 0.08 | 286.11 | 0.72 | 0.71 |
| Hex | D1 | 7E | EA | B | 2E | 0 | 8 | 11E | 48 | 47 |
| Octal | 321 | 176 | 352 | 13 | 56 | 0 | 10 | 436 | 110 | 107 |
| Binary | 11010001 | 1111110 | 11101010 | 1011 | 101110 | 0 | 1000 | 100011110 | 1001000 | 1000111 |
Color Harmonies of #D17EEA
Complementary color
Monochromatic Colors of #D17EEA
Black with #D17EEA
Text Example
Text Example
White with #D17EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EEA; }
p { color: rgb(209,126,234); }
H1.HeaderClassName
{
color: #D17EEA;
}
.AnyTagClassName
{
color: #D17EEA;
}
</style>
background-color css
<style>
a { background-color: #D17EEA; }
a { background-color: rgb(209,126,234); }
div.DivClassName
{
background-color: #D17EEA;
}
.BgClassName
{
background-color: #D17EEA;
}
</style>
border-color css
<style>
span { border-color: #D17EEA; }
span { border-color: rgb(209,126,234); }
td.TdClassName
{
border-color: #D17EEA;
}
.TagClassName
{
border-color: #D17EEA;
}
</style>