Shades of Heliotrope #D57EEC
Tints of Heliotrope #D57EEC
RGB
CMYK
RGB Variations
Color information
#D57EEC (or 0xD57EEC) is known color: Heliotrope. HEX triplet: D5, 7E and EC. RGB value is (213,126,236). Sum of RGB (Red+Green+Blue) = 213+126+236=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #D57EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EEC is #2A8113. Grayscale: #A4A4A4. Windows color (decimal): -2785556 or 15498965. OLE color: 15498965.
HSL color Cylindrical-coordinate representation of color #D57EEC: hue angle of 287.45º 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 #D57EEC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 126 | 236 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.45º | 0.74% | 0.71% | - |
| HSV(B) | 287.45º | 0.47% | 0.93% | - |
| XYZ | 50.04 | 35.12 | 83.5 | - |
| YUV | 164.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 236 | 0.10 | 0.47 | 0 | 0.07 | 287.45 | 0.74 | 0.71 |
| Hex | D5 | 7E | EC | A | 2F | 0 | 7 | 11F | 4A | 47 |
| Octal | 325 | 176 | 354 | 12 | 57 | 0 | 7 | 437 | 112 | 107 |
| Binary | 11010101 | 1111110 | 11101100 | 1010 | 101111 | 0 | 111 | 100011111 | 1001010 | 1000111 |
Color Harmonies of #D57EEC
Complementary color
Monochromatic Colors of #D57EEC
Black with #D57EEC
Text Example
Text Example
White with #D57EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EEC; }
p { color: rgb(213,126,236); }
H1.HeaderClassName
{
color: #D57EEC;
}
.AnyTagClassName
{
color: #D57EEC;
}
</style>
background-color css
<style>
a { background-color: #D57EEC; }
a { background-color: rgb(213,126,236); }
div.DivClassName
{
background-color: #D57EEC;
}
.BgClassName
{
background-color: #D57EEC;
}
</style>
border-color css
<style>
span { border-color: #D57EEC; }
span { border-color: rgb(213,126,236); }
td.TdClassName
{
border-color: #D57EEC;
}
.TagClassName
{
border-color: #D57EEC;
}
</style>