Shades of Orchid #E56DDA
Tints of Orchid #E56DDA
RGB
CMYK
RGB Variations
Color information
#E56DDA (or 0xE56DDA) is known color: Orchid. HEX triplet: E5, 6D and DA. RGB value is (229,109,218). Sum of RGB (Red+Green+Blue) = 229+109+218=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DDA is #1A9225. Grayscale: #9C9C9C. Windows color (decimal): -1741350 or 14314981. OLE color: 14314981.
HSL color Cylindrical-coordinate representation of color #E56DDA: hue angle of 305.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DDA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 218 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.10 |
| HSL | 305.5º | 0.7% | 0.66% | - |
| HSV(B) | 305.5º | 0.52% | 0.9% | - |
| XYZ | 50.44 | 32.66 | 69.97 | - |
| YUV | 157.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 218 | 0 | 0.52 | 0.05 | 0.10 | 305.5 | 0.7 | 0.66 |
| Hex | E5 | 6D | DA | 0 | 34 | 5 | A | 132 | 46 | 42 |
| Octal | 345 | 155 | 332 | 0 | 64 | 5 | 12 | 462 | 106 | 102 |
| Binary | 11100101 | 1101101 | 11011010 | 0 | 110100 | 101 | 1010 | 100110010 | 1000110 | 1000010 |
Color Harmonies of #E56DDA
Complementary color
Monochromatic Colors of #E56DDA
Black with #E56DDA
Text Example
Text Example
White with #E56DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DDA; }
p { color: rgb(229,109,218); }
H1.HeaderClassName
{
color: #E56DDA;
}
.AnyTagClassName
{
color: #E56DDA;
}
</style>
background-color css
<style>
a { background-color: #E56DDA; }
a { background-color: rgb(229,109,218); }
div.DivClassName
{
background-color: #E56DDA;
}
.BgClassName
{
background-color: #E56DDA;
}
</style>
border-color css
<style>
span { border-color: #E56DDA; }
span { border-color: rgb(229,109,218); }
td.TdClassName
{
border-color: #E56DDA;
}
.TagClassName
{
border-color: #E56DDA;
}
</style>