Shades of Orchid #E56ACD
Tints of Orchid #E56ACD
RGB
CMYK
RGB Variations
Color information
#E56ACD (or 0xE56ACD) is known color: Orchid. HEX triplet: E5, 6A and CD. RGB value is (229,106,205). Sum of RGB (Red+Green+Blue) = 229+106+205=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ACD is #1A9532. Grayscale: #999999. Windows color (decimal): -1742131 or 13462245. OLE color: 13462245.
HSL color Cylindrical-coordinate representation of color #E56ACD: hue angle of 311.71º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56ACD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 205 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.10 |
| HSL | 311.71º | 0.7% | 0.66% | - |
| HSV(B) | 311.71º | 0.54% | 0.9% | - |
| XYZ | 48.49 | 31.37 | 61.26 | - |
| YUV | 154.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 205 | 0 | 0.54 | 0.10 | 0.10 | 311.71 | 0.7 | 0.66 |
| Hex | E5 | 6A | CD | 0 | 36 | A | A | 138 | 46 | 42 |
| Octal | 345 | 152 | 315 | 0 | 66 | 12 | 12 | 470 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11001101 | 0 | 110110 | 1010 | 1010 | 100111000 | 1000110 | 1000010 |
Color Harmonies of #E56ACD
Complementary color
Monochromatic Colors of #E56ACD
Black with #E56ACD
Text Example
Text Example
White with #E56ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ACD; }
p { color: rgb(229,106,205); }
H1.HeaderClassName
{
color: #E56ACD;
}
.AnyTagClassName
{
color: #E56ACD;
}
</style>
background-color css
<style>
a { background-color: #E56ACD; }
a { background-color: rgb(229,106,205); }
div.DivClassName
{
background-color: #E56ACD;
}
.BgClassName
{
background-color: #E56ACD;
}
</style>
border-color css
<style>
span { border-color: #E56ACD; }
span { border-color: rgb(229,106,205); }
td.TdClassName
{
border-color: #E56ACD;
}
.TagClassName
{
border-color: #E56ACD;
}
</style>