Shades of Orchid #E56AD1
Tints of Orchid #E56AD1
RGB
CMYK
RGB Variations
Color information
#E56AD1 (or 0xE56AD1) is known color: Orchid. HEX triplet: E5, 6A and D1. RGB value is (229,106,209). Sum of RGB (Red+Green+Blue) = 229+106+209=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E56AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56AD1 is #1A952E. Grayscale: #9A9A9A. Windows color (decimal): -1742127 or 13724389. OLE color: 13724389.
HSL color Cylindrical-coordinate representation of color #E56AD1: hue angle of 309.76º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56AD1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 209 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.10 |
| HSL | 309.76º | 0.7% | 0.66% | - |
| HSV(B) | 309.76º | 0.54% | 0.9% | - |
| XYZ | 48.98 | 31.57 | 63.83 | - |
| YUV | 154.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 209 | 0 | 0.54 | 0.09 | 0.10 | 309.76 | 0.7 | 0.66 |
| Hex | E5 | 6A | D1 | 0 | 36 | 9 | A | 136 | 46 | 42 |
| Octal | 345 | 152 | 321 | 0 | 66 | 11 | 12 | 466 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11010001 | 0 | 110110 | 1001 | 1010 | 100110110 | 1000110 | 1000010 |
Color Harmonies of #E56AD1
Complementary color
Monochromatic Colors of #E56AD1
Black with #E56AD1
Text Example
Text Example
White with #E56AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56AD1; }
p { color: rgb(229,106,209); }
H1.HeaderClassName
{
color: #E56AD1;
}
.AnyTagClassName
{
color: #E56AD1;
}
</style>
background-color css
<style>
a { background-color: #E56AD1; }
a { background-color: rgb(229,106,209); }
div.DivClassName
{
background-color: #E56AD1;
}
.BgClassName
{
background-color: #E56AD1;
}
</style>
border-color css
<style>
span { border-color: #E56AD1; }
span { border-color: rgb(229,106,209); }
td.TdClassName
{
border-color: #E56AD1;
}
.TagClassName
{
border-color: #E56AD1;
}
</style>