Shades of Orchid #E56FC7
Tints of Orchid #E56FC7
RGB
CMYK
RGB Variations
Color information
#E56FC7 (or 0xE56FC7) is known color: Orchid. HEX triplet: E5, 6F and C7. RGB value is (229,111,199). Sum of RGB (Red+Green+Blue) = 229+111+199=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FC7 is #1A9038. Grayscale: #9C9C9C. Windows color (decimal): -1740857 or 13070309. OLE color: 13070309.
HSL color Cylindrical-coordinate representation of color #E56FC7: hue angle of 315.25º 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 #E56FC7 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 199 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.10 |
| HSL | 315.25º | 0.69% | 0.67% | - |
| HSV(B) | 315.25º | 0.52% | 0.9% | - |
| XYZ | 48.31 | 32.15 | 57.69 | - |
| YUV | 156.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 199 | 0 | 0.52 | 0.13 | 0.10 | 315.25 | 0.69 | 0.67 |
| Hex | E5 | 6F | C7 | 0 | 34 | D | A | 13B | 45 | 43 |
| Octal | 345 | 157 | 307 | 0 | 64 | 15 | 12 | 473 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11000111 | 0 | 110100 | 1101 | 1010 | 100111011 | 1000101 | 1000011 |
Color Harmonies of #E56FC7
Complementary color
Monochromatic Colors of #E56FC7
Black with #E56FC7
Text Example
Text Example
White with #E56FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FC7; }
p { color: rgb(229,111,199); }
H1.HeaderClassName
{
color: #E56FC7;
}
.AnyTagClassName
{
color: #E56FC7;
}
</style>
background-color css
<style>
a { background-color: #E56FC7; }
a { background-color: rgb(229,111,199); }
div.DivClassName
{
background-color: #E56FC7;
}
.BgClassName
{
background-color: #E56FC7;
}
</style>
border-color css
<style>
span { border-color: #E56FC7; }
span { border-color: rgb(229,111,199); }
td.TdClassName
{
border-color: #E56FC7;
}
.TagClassName
{
border-color: #E56FC7;
}
</style>