Shades of Orchid #E56FCD
Tints of Orchid #E56FCD
RGB
CMYK
RGB Variations
Color information
#E56FCD (or 0xE56FCD) is known color: Orchid. HEX triplet: E5, 6F and CD. RGB value is (229,111,205). Sum of RGB (Red+Green+Blue) = 229+111+205=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FCD is #1A9032. Grayscale: #9C9C9C. Windows color (decimal): -1740851 or 13463525. OLE color: 13463525.
HSL color Cylindrical-coordinate representation of color #E56FCD: hue angle of 312.2º 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 #E56FCD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 205 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 312.2º | 0.69% | 0.67% | - |
| HSV(B) | 312.2º | 0.52% | 0.9% | - |
| XYZ | 49.02 | 32.43 | 61.43 | - |
| YUV | 157 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 205 | 0 | 0.52 | 0.10 | 0.10 | 312.2 | 0.69 | 0.67 |
| Hex | E5 | 6F | CD | 0 | 34 | A | A | 138 | 45 | 43 |
| Octal | 345 | 157 | 315 | 0 | 64 | 12 | 12 | 470 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11001101 | 0 | 110100 | 1010 | 1010 | 100111000 | 1000101 | 1000011 |
Color Harmonies of #E56FCD
Complementary color
Monochromatic Colors of #E56FCD
Black with #E56FCD
Text Example
Text Example
White with #E56FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FCD; }
p { color: rgb(229,111,205); }
H1.HeaderClassName
{
color: #E56FCD;
}
.AnyTagClassName
{
color: #E56FCD;
}
</style>
background-color css
<style>
a { background-color: #E56FCD; }
a { background-color: rgb(229,111,205); }
div.DivClassName
{
background-color: #E56FCD;
}
.BgClassName
{
background-color: #E56FCD;
}
</style>
border-color css
<style>
span { border-color: #E56FCD; }
span { border-color: rgb(229,111,205); }
td.TdClassName
{
border-color: #E56FCD;
}
.TagClassName
{
border-color: #E56FCD;
}
</style>