Shades of Orchid #E56FCF
Tints of Orchid #E56FCF
RGB
CMYK
RGB Variations
Color information
#E56FCF (or 0xE56FCF) is known color: Orchid. HEX triplet: E5, 6F and CF. RGB value is (229,111,207). Sum of RGB (Red+Green+Blue) = 229+111+207=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FCF is #1A9030. Grayscale: #9C9C9C. Windows color (decimal): -1740849 or 13594597. OLE color: 13594597.
HSL color Cylindrical-coordinate representation of color #E56FCF: hue angle of 311.19º 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 #E56FCF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 207 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 311.19º | 0.69% | 0.67% | - |
| HSV(B) | 311.19º | 0.52% | 0.9% | - |
| XYZ | 49.26 | 32.53 | 62.71 | - |
| YUV | 157.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 207 | 0 | 0.52 | 0.10 | 0.10 | 311.19 | 0.69 | 0.67 |
| Hex | E5 | 6F | CF | 0 | 34 | A | A | 137 | 45 | 43 |
| Octal | 345 | 157 | 317 | 0 | 64 | 12 | 12 | 467 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11001111 | 0 | 110100 | 1010 | 1010 | 100110111 | 1000101 | 1000011 |
Color Harmonies of #E56FCF
Complementary color
Monochromatic Colors of #E56FCF
Black with #E56FCF
Text Example
Text Example
White with #E56FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FCF; }
p { color: rgb(229,111,207); }
H1.HeaderClassName
{
color: #E56FCF;
}
.AnyTagClassName
{
color: #E56FCF;
}
</style>
background-color css
<style>
a { background-color: #E56FCF; }
a { background-color: rgb(229,111,207); }
div.DivClassName
{
background-color: #E56FCF;
}
.BgClassName
{
background-color: #E56FCF;
}
</style>
border-color css
<style>
span { border-color: #E56FCF; }
span { border-color: rgb(229,111,207); }
td.TdClassName
{
border-color: #E56FCF;
}
.TagClassName
{
border-color: #E56FCF;
}
</style>