Shades of Orchid #E56FDC
Tints of Orchid #E56FDC
RGB
CMYK
RGB Variations
Color information
#E56FDC (or 0xE56FDC) is known color: Orchid. HEX triplet: E5, 6F and DC. RGB value is (229,111,220). Sum of RGB (Red+Green+Blue) = 229+111+220=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FDC is #1A9023. Grayscale: #9E9E9E. Windows color (decimal): -1740836 or 14446565. OLE color: 14446565.
HSL color Cylindrical-coordinate representation of color #E56FDC: hue angle of 304.58º 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 #E56FDC is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 220 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.10 |
| HSL | 304.58º | 0.69% | 0.67% | - |
| HSV(B) | 304.58º | 0.52% | 0.9% | - |
| XYZ | 50.92 | 33.19 | 71.43 | - |
| YUV | 158.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 220 | 0 | 0.52 | 0.04 | 0.10 | 304.58 | 0.69 | 0.67 |
| Hex | E5 | 6F | DC | 0 | 34 | 4 | A | 131 | 45 | 43 |
| Octal | 345 | 157 | 334 | 0 | 64 | 4 | 12 | 461 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11011100 | 0 | 110100 | 100 | 1010 | 100110001 | 1000101 | 1000011 |
Color Harmonies of #E56FDC
Complementary color
Monochromatic Colors of #E56FDC
Black with #E56FDC
Text Example
Text Example
White with #E56FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FDC; }
p { color: rgb(229,111,220); }
H1.HeaderClassName
{
color: #E56FDC;
}
.AnyTagClassName
{
color: #E56FDC;
}
</style>
background-color css
<style>
a { background-color: #E56FDC; }
a { background-color: rgb(229,111,220); }
div.DivClassName
{
background-color: #E56FDC;
}
.BgClassName
{
background-color: #E56FDC;
}
</style>
border-color css
<style>
span { border-color: #E56FDC; }
span { border-color: rgb(229,111,220); }
td.TdClassName
{
border-color: #E56FDC;
}
.TagClassName
{
border-color: #E56FDC;
}
</style>