Shades of Orchid #E56DCF
Tints of Orchid #E56DCF
RGB
CMYK
RGB Variations
Color information
#E56DCF (or 0xE56DCF) is known color: Orchid. HEX triplet: E5, 6D and CF. RGB value is (229,109,207). Sum of RGB (Red+Green+Blue) = 229+109+207=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DCF is #1A9230. Grayscale: #9B9B9B. Windows color (decimal): -1741361 or 13594085. OLE color: 13594085.
HSL color Cylindrical-coordinate representation of color #E56DCF: hue angle of 311º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DCF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 207 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 311º | 0.7% | 0.66% | - |
| HSV(B) | 311º | 0.52% | 0.9% | - |
| XYZ | 49.04 | 32.1 | 62.64 | - |
| YUV | 156.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 207 | 0 | 0.52 | 0.10 | 0.10 | 311 | 0.7 | 0.66 |
| Hex | E5 | 6D | CF | 0 | 34 | A | A | 137 | 46 | 42 |
| Octal | 345 | 155 | 317 | 0 | 64 | 12 | 12 | 467 | 106 | 102 |
| Binary | 11100101 | 1101101 | 11001111 | 0 | 110100 | 1010 | 1010 | 100110111 | 1000110 | 1000010 |
Color Harmonies of #E56DCF
Complementary color
Monochromatic Colors of #E56DCF
Black with #E56DCF
Text Example
Text Example
White with #E56DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DCF; }
p { color: rgb(229,109,207); }
H1.HeaderClassName
{
color: #E56DCF;
}
.AnyTagClassName
{
color: #E56DCF;
}
</style>
background-color css
<style>
a { background-color: #E56DCF; }
a { background-color: rgb(229,109,207); }
div.DivClassName
{
background-color: #E56DCF;
}
.BgClassName
{
background-color: #E56DCF;
}
</style>
border-color css
<style>
span { border-color: #E56DCF; }
span { border-color: rgb(229,109,207); }
td.TdClassName
{
border-color: #E56DCF;
}
.TagClassName
{
border-color: #E56DCF;
}
</style>