Shades of Heliotrope #D57BEC
Tints of Heliotrope #D57BEC
RGB
CMYK
RGB Variations
Color information
#D57BEC (or 0xD57BEC) is known color: Heliotrope. HEX triplet: D5, 7B and EC. RGB value is (213,123,236). Sum of RGB (Red+Green+Blue) = 213+123+236=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #D57BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57BEC is #2A8413. Grayscale: #A2A2A2. Windows color (decimal): -2786324 or 15498197. OLE color: 15498197.
HSL color Cylindrical-coordinate representation of color #D57BEC: hue angle of 287.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57BEC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 123 | 236 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.07 |
| HSL | 287.79º | 0.75% | 0.7% | - |
| HSV(B) | 287.79º | 0.48% | 0.93% | - |
| XYZ | 49.66 | 34.37 | 83.37 | - |
| YUV | 162.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 236 | 0.10 | 0.48 | 0 | 0.07 | 287.79 | 0.75 | 0.7 |
| Hex | D5 | 7B | EC | A | 30 | 0 | 7 | 120 | 4B | 46 |
| Octal | 325 | 173 | 354 | 12 | 60 | 0 | 7 | 440 | 113 | 106 |
| Binary | 11010101 | 1111011 | 11101100 | 1010 | 110000 | 0 | 111 | 100100000 | 1001011 | 1000110 |
Color Harmonies of #D57BEC
Complementary color
Monochromatic Colors of #D57BEC
Black with #D57BEC
Text Example
Text Example
White with #D57BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BEC; }
p { color: rgb(213,123,236); }
H1.HeaderClassName
{
color: #D57BEC;
}
.AnyTagClassName
{
color: #D57BEC;
}
</style>
background-color css
<style>
a { background-color: #D57BEC; }
a { background-color: rgb(213,123,236); }
div.DivClassName
{
background-color: #D57BEC;
}
.BgClassName
{
background-color: #D57BEC;
}
</style>
border-color css
<style>
span { border-color: #D57BEC; }
span { border-color: rgb(213,123,236); }
td.TdClassName
{
border-color: #D57BEC;
}
.TagClassName
{
border-color: #D57BEC;
}
</style>