Shades of Orchid #E56CE8
Tints of Orchid #E56CE8
RGB
CMYK
RGB Variations
Color information
#E56CE8 (or 0xE56CE8) is known color: Orchid. HEX triplet: E5, 6C and E8. RGB value is (229,108,232). Sum of RGB (Red+Green+Blue) = 229+108+232=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #E56CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CE8 is #1A9317. Grayscale: #9D9D9D. Windows color (decimal): -1741592 or 15232229. OLE color: 15232229.
HSL color Cylindrical-coordinate representation of color #E56CE8: hue angle of 298.55º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CE8 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 108 | 232 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.09 |
| HSL | 298.55º | 0.73% | 0.67% | - |
| HSV(B) | 298.55º | 0.53% | 0.91% | - |
| XYZ | 52.24 | 33.21 | 80 | - |
| YUV | 158.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 232 | 0.01 | 0.53 | 0 | 0.09 | 298.55 | 0.73 | 0.67 |
| Hex | E5 | 6C | E8 | 1 | 35 | 0 | 9 | 12B | 49 | 43 |
| Octal | 345 | 154 | 350 | 1 | 65 | 0 | 11 | 453 | 111 | 103 |
| Binary | 11100101 | 1101100 | 11101000 | 1 | 110101 | 0 | 1001 | 100101011 | 1001001 | 1000011 |
Color Harmonies of #E56CE8
Complementary color
Monochromatic Colors of #E56CE8
Black with #E56CE8
Text Example
Text Example
White with #E56CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CE8; }
p { color: rgb(229,108,232); }
H1.HeaderClassName
{
color: #E56CE8;
}
.AnyTagClassName
{
color: #E56CE8;
}
</style>
background-color css
<style>
a { background-color: #E56CE8; }
a { background-color: rgb(229,108,232); }
div.DivClassName
{
background-color: #E56CE8;
}
.BgClassName
{
background-color: #E56CE8;
}
</style>
border-color css
<style>
span { border-color: #E56CE8; }
span { border-color: rgb(229,108,232); }
td.TdClassName
{
border-color: #E56CE8;
}
.TagClassName
{
border-color: #E56CE8;
}
</style>