Shades of Orchid #E56DC9
Tints of Orchid #E56DC9
RGB
CMYK
RGB Variations
Color information
#E56DC9 (or 0xE56DC9) is known color: Orchid. HEX triplet: E5, 6D and C9. RGB value is (229,109,201). Sum of RGB (Red+Green+Blue) = 229+109+201=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DC9 is #1A9236. Grayscale: #9B9B9B. Windows color (decimal): -1741367 or 13200869. OLE color: 13200869.
HSL color Cylindrical-coordinate representation of color #E56DC9: hue angle of 314º 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 #E56DC9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 201 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.10 |
| HSL | 314º | 0.7% | 0.66% | - |
| HSV(B) | 314º | 0.52% | 0.9% | - |
| XYZ | 48.32 | 31.81 | 58.85 | - |
| YUV | 155.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 201 | 0 | 0.52 | 0.12 | 0.10 | 314 | 0.7 | 0.66 |
| Hex | E5 | 6D | C9 | 0 | 34 | C | A | 13A | 46 | 42 |
| Octal | 345 | 155 | 311 | 0 | 64 | 14 | 12 | 472 | 106 | 102 |
| Binary | 11100101 | 1101101 | 11001001 | 0 | 110100 | 1100 | 1010 | 100111010 | 1000110 | 1000010 |
Color Harmonies of #E56DC9
Complementary color
Monochromatic Colors of #E56DC9
Black with #E56DC9
Text Example
Text Example
White with #E56DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DC9; }
p { color: rgb(229,109,201); }
H1.HeaderClassName
{
color: #E56DC9;
}
.AnyTagClassName
{
color: #E56DC9;
}
</style>
background-color css
<style>
a { background-color: #E56DC9; }
a { background-color: rgb(229,109,201); }
div.DivClassName
{
background-color: #E56DC9;
}
.BgClassName
{
background-color: #E56DC9;
}
</style>
border-color css
<style>
span { border-color: #E56DC9; }
span { border-color: rgb(229,109,201); }
td.TdClassName
{
border-color: #E56DC9;
}
.TagClassName
{
border-color: #E56DC9;
}
</style>