Shades of Orchid #E56FC9
Tints of Orchid #E56FC9
RGB
CMYK
RGB Variations
Color information
#E56FC9 (or 0xE56FC9) is known color: Orchid. HEX triplet: E5, 6F and C9. RGB value is (229,111,201). Sum of RGB (Red+Green+Blue) = 229+111+201=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FC9 is #1A9036. Grayscale: #9C9C9C. Windows color (decimal): -1740855 or 13201381. OLE color: 13201381.
HSL color Cylindrical-coordinate representation of color #E56FC9: hue angle of 314.24º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FC9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 201 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.10 |
| HSL | 314.24º | 0.69% | 0.67% | - |
| HSV(B) | 314.24º | 0.52% | 0.9% | - |
| XYZ | 48.54 | 32.24 | 58.92 | - |
| YUV | 156.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 201 | 0 | 0.52 | 0.12 | 0.10 | 314.24 | 0.69 | 0.67 |
| Hex | E5 | 6F | C9 | 0 | 34 | C | A | 13A | 45 | 43 |
| Octal | 345 | 157 | 311 | 0 | 64 | 14 | 12 | 472 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11001001 | 0 | 110100 | 1100 | 1010 | 100111010 | 1000101 | 1000011 |
Color Harmonies of #E56FC9
Complementary color
Monochromatic Colors of #E56FC9
Black with #E56FC9
Text Example
Text Example
White with #E56FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FC9; }
p { color: rgb(229,111,201); }
H1.HeaderClassName
{
color: #E56FC9;
}
.AnyTagClassName
{
color: #E56FC9;
}
</style>
background-color css
<style>
a { background-color: #E56FC9; }
a { background-color: rgb(229,111,201); }
div.DivClassName
{
background-color: #E56FC9;
}
.BgClassName
{
background-color: #E56FC9;
}
</style>
border-color css
<style>
span { border-color: #E56FC9; }
span { border-color: rgb(229,111,201); }
td.TdClassName
{
border-color: #E56FC9;
}
.TagClassName
{
border-color: #E56FC9;
}
</style>