Shades of Orchid #E56FD7
Tints of Orchid #E56FD7
RGB
CMYK
RGB Variations
Color information
#E56FD7 (or 0xE56FD7) is known color: Orchid. HEX triplet: E5, 6F and D7. RGB value is (229,111,215). Sum of RGB (Red+Green+Blue) = 229+111+215=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FD7 is #1A9028. Grayscale: #9D9D9D. Windows color (decimal): -1740841 or 14118885. OLE color: 14118885.
HSL color Cylindrical-coordinate representation of color #E56FD7: hue angle of 307.12º 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 #E56FD7 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 215 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.10 |
| HSL | 307.12º | 0.69% | 0.67% | - |
| HSV(B) | 307.12º | 0.52% | 0.9% | - |
| XYZ | 50.26 | 32.93 | 68 | - |
| YUV | 158.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 215 | 0 | 0.52 | 0.06 | 0.10 | 307.12 | 0.69 | 0.67 |
| Hex | E5 | 6F | D7 | 0 | 34 | 6 | A | 133 | 45 | 43 |
| Octal | 345 | 157 | 327 | 0 | 64 | 6 | 12 | 463 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11010111 | 0 | 110100 | 110 | 1010 | 100110011 | 1000101 | 1000011 |
Color Harmonies of #E56FD7
Complementary color
Monochromatic Colors of #E56FD7
Black with #E56FD7
Text Example
Text Example
White with #E56FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FD7; }
p { color: rgb(229,111,215); }
H1.HeaderClassName
{
color: #E56FD7;
}
.AnyTagClassName
{
color: #E56FD7;
}
</style>
background-color css
<style>
a { background-color: #E56FD7; }
a { background-color: rgb(229,111,215); }
div.DivClassName
{
background-color: #E56FD7;
}
.BgClassName
{
background-color: #E56FD7;
}
</style>
border-color css
<style>
span { border-color: #E56FD7; }
span { border-color: rgb(229,111,215); }
td.TdClassName
{
border-color: #E56FD7;
}
.TagClassName
{
border-color: #E56FD7;
}
</style>