Shades of Orchid #E56FCC
Tints of Orchid #E56FCC
RGB
CMYK
RGB Variations
Color information
#E56FCC (or 0xE56FCC) is known color: Orchid. HEX triplet: E5, 6F and CC. RGB value is (229,111,204). Sum of RGB (Red+Green+Blue) = 229+111+204=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FCC is #1A9033. Grayscale: #9C9C9C. Windows color (decimal): -1740852 or 13397989. OLE color: 13397989.
HSL color Cylindrical-coordinate representation of color #E56FCC: hue angle of 312.71º 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 #E56FCC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 204 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.10 |
| HSL | 312.71º | 0.69% | 0.67% | - |
| HSV(B) | 312.71º | 0.52% | 0.9% | - |
| XYZ | 48.9 | 32.39 | 60.8 | - |
| YUV | 156.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 204 | 0 | 0.52 | 0.11 | 0.10 | 312.71 | 0.69 | 0.67 |
| Hex | E5 | 6F | CC | 0 | 34 | B | A | 139 | 45 | 43 |
| Octal | 345 | 157 | 314 | 0 | 64 | 13 | 12 | 471 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11001100 | 0 | 110100 | 1011 | 1010 | 100111001 | 1000101 | 1000011 |
Color Harmonies of #E56FCC
Complementary color
Monochromatic Colors of #E56FCC
Black with #E56FCC
Text Example
Text Example
White with #E56FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FCC; }
p { color: rgb(229,111,204); }
H1.HeaderClassName
{
color: #E56FCC;
}
.AnyTagClassName
{
color: #E56FCC;
}
</style>
background-color css
<style>
a { background-color: #E56FCC; }
a { background-color: rgb(229,111,204); }
div.DivClassName
{
background-color: #E56FCC;
}
.BgClassName
{
background-color: #E56FCC;
}
</style>
border-color css
<style>
span { border-color: #E56FCC; }
span { border-color: rgb(229,111,204); }
td.TdClassName
{
border-color: #E56FCC;
}
.TagClassName
{
border-color: #E56FCC;
}
</style>