Shades of Heliotrope #D57DEC
Tints of Heliotrope #D57DEC
RGB
CMYK
RGB Variations
Color information
#D57DEC (or 0xD57DEC) is known color: Heliotrope. HEX triplet: D5, 7D and EC. RGB value is (213,125,236). Sum of RGB (Red+Green+Blue) = 213+125+236=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #D57DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DEC is #2A8213. Grayscale: #A3A3A3. Windows color (decimal): -2785812 or 15498709. OLE color: 15498709.
HSL color Cylindrical-coordinate representation of color #D57DEC: hue angle of 287.57º 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 #D57DEC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 125 | 236 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.57º | 0.74% | 0.71% | - |
| HSV(B) | 287.57º | 0.47% | 0.93% | - |
| XYZ | 49.91 | 34.87 | 83.46 | - |
| YUV | 163.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 236 | 0.10 | 0.47 | 0 | 0.07 | 287.57 | 0.74 | 0.71 |
| Hex | D5 | 7D | EC | A | 2F | 0 | 7 | 120 | 4A | 47 |
| Octal | 325 | 175 | 354 | 12 | 57 | 0 | 7 | 440 | 112 | 107 |
| Binary | 11010101 | 1111101 | 11101100 | 1010 | 101111 | 0 | 111 | 100100000 | 1001010 | 1000111 |
Color Harmonies of #D57DEC
Complementary color
Monochromatic Colors of #D57DEC
Black with #D57DEC
Text Example
Text Example
White with #D57DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DEC; }
p { color: rgb(213,125,236); }
H1.HeaderClassName
{
color: #D57DEC;
}
.AnyTagClassName
{
color: #D57DEC;
}
</style>
background-color css
<style>
a { background-color: #D57DEC; }
a { background-color: rgb(213,125,236); }
div.DivClassName
{
background-color: #D57DEC;
}
.BgClassName
{
background-color: #D57DEC;
}
</style>
border-color css
<style>
span { border-color: #D57DEC; }
span { border-color: rgb(213,125,236); }
td.TdClassName
{
border-color: #D57DEC;
}
.TagClassName
{
border-color: #D57DEC;
}
</style>