Shades of Orchid #E56BDE
Tints of Orchid #E56BDE
RGB
CMYK
RGB Variations
Color information
#E56BDE (or 0xE56BDE) is known color: Orchid. HEX triplet: E5, 6B and DE. RGB value is (229,107,222). Sum of RGB (Red+Green+Blue) = 229+107+222=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BDE is #1A9421. Grayscale: #9C9C9C. Windows color (decimal): -1741858 or 14576613. OLE color: 14576613.
HSL color Cylindrical-coordinate representation of color #E56BDE: hue angle of 303.44º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56BDE is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 222 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.10 |
| HSL | 303.44º | 0.7% | 0.66% | - |
| HSV(B) | 303.44º | 0.53% | 0.9% | - |
| XYZ | 50.76 | 32.45 | 72.7 | - |
| YUV | 156.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 222 | 0 | 0.53 | 0.03 | 0.10 | 303.44 | 0.7 | 0.66 |
| Hex | E5 | 6B | DE | 0 | 35 | 3 | A | 12F | 46 | 42 |
| Octal | 345 | 153 | 336 | 0 | 65 | 3 | 12 | 457 | 106 | 102 |
| Binary | 11100101 | 1101011 | 11011110 | 0 | 110101 | 11 | 1010 | 100101111 | 1000110 | 1000010 |
Color Harmonies of #E56BDE
Complementary color
Monochromatic Colors of #E56BDE
Black with #E56BDE
Text Example
Text Example
White with #E56BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BDE; }
p { color: rgb(229,107,222); }
H1.HeaderClassName
{
color: #E56BDE;
}
.AnyTagClassName
{
color: #E56BDE;
}
</style>
background-color css
<style>
a { background-color: #E56BDE; }
a { background-color: rgb(229,107,222); }
div.DivClassName
{
background-color: #E56BDE;
}
.BgClassName
{
background-color: #E56BDE;
}
</style>
border-color css
<style>
span { border-color: #E56BDE; }
span { border-color: rgb(229,107,222); }
td.TdClassName
{
border-color: #E56BDE;
}
.TagClassName
{
border-color: #E56BDE;
}
</style>