Shades of Orchid #E56CDA
Tints of Orchid #E56CDA
RGB
CMYK
RGB Variations
Color information
#E56CDA (or 0xE56CDA) is known color: Orchid. HEX triplet: E5, 6C and DA. RGB value is (229,108,218). Sum of RGB (Red+Green+Blue) = 229+108+218=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CDA is #1A9325. Grayscale: #9C9C9C. Windows color (decimal): -1741606 or 14314725. OLE color: 14314725.
HSL color Cylindrical-coordinate representation of color #E56CDA: hue angle of 305.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CDA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 218 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.10 |
| HSL | 305.45º | 0.7% | 0.66% | - |
| HSV(B) | 305.45º | 0.53% | 0.9% | - |
| XYZ | 50.33 | 32.45 | 69.94 | - |
| YUV | 156.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 218 | 0 | 0.53 | 0.05 | 0.10 | 305.45 | 0.7 | 0.66 |
| Hex | E5 | 6C | DA | 0 | 35 | 5 | A | 131 | 46 | 42 |
| Octal | 345 | 154 | 332 | 0 | 65 | 5 | 12 | 461 | 106 | 102 |
| Binary | 11100101 | 1101100 | 11011010 | 0 | 110101 | 101 | 1010 | 100110001 | 1000110 | 1000010 |
Color Harmonies of #E56CDA
Complementary color
Monochromatic Colors of #E56CDA
Black with #E56CDA
Text Example
Text Example
White with #E56CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CDA; }
p { color: rgb(229,108,218); }
H1.HeaderClassName
{
color: #E56CDA;
}
.AnyTagClassName
{
color: #E56CDA;
}
</style>
background-color css
<style>
a { background-color: #E56CDA; }
a { background-color: rgb(229,108,218); }
div.DivClassName
{
background-color: #E56CDA;
}
.BgClassName
{
background-color: #E56CDA;
}
</style>
border-color css
<style>
span { border-color: #E56CDA; }
span { border-color: rgb(229,108,218); }
td.TdClassName
{
border-color: #E56CDA;
}
.TagClassName
{
border-color: #E56CDA;
}
</style>