Shades of Orchid #E56CEA
Tints of Orchid #E56CEA
RGB
CMYK
RGB Variations
Color information
#E56CEA (or 0xE56CEA) is known color: Orchid. HEX triplet: E5, 6C and EA. RGB value is (229,108,234). Sum of RGB (Red+Green+Blue) = 229+108+234=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #E56CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CEA is #1A9315. Grayscale: #9E9E9E. Windows color (decimal): -1741590 or 15363301. OLE color: 15363301.
HSL color Cylindrical-coordinate representation of color #E56CEA: hue angle of 297.62º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56CEA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 108 | 234 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.08 |
| HSL | 297.62º | 0.75% | 0.67% | - |
| HSV(B) | 297.62º | 0.54% | 0.92% | - |
| XYZ | 52.53 | 33.32 | 81.51 | - |
| YUV | 158.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 234 | 0.02 | 0.54 | 0 | 0.08 | 297.62 | 0.75 | 0.67 |
| Hex | E5 | 6C | EA | 2 | 36 | 0 | 8 | 12A | 4B | 43 |
| Octal | 345 | 154 | 352 | 2 | 66 | 0 | 10 | 452 | 113 | 103 |
| Binary | 11100101 | 1101100 | 11101010 | 10 | 110110 | 0 | 1000 | 100101010 | 1001011 | 1000011 |
Color Harmonies of #E56CEA
Complementary color
Monochromatic Colors of #E56CEA
Black with #E56CEA
Text Example
Text Example
White with #E56CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CEA; }
p { color: rgb(229,108,234); }
H1.HeaderClassName
{
color: #E56CEA;
}
.AnyTagClassName
{
color: #E56CEA;
}
</style>
background-color css
<style>
a { background-color: #E56CEA; }
a { background-color: rgb(229,108,234); }
div.DivClassName
{
background-color: #E56CEA;
}
.BgClassName
{
background-color: #E56CEA;
}
</style>
border-color css
<style>
span { border-color: #E56CEA; }
span { border-color: rgb(229,108,234); }
td.TdClassName
{
border-color: #E56CEA;
}
.TagClassName
{
border-color: #E56CEA;
}
</style>