Shades of Orchid #E56ADF
Tints of Orchid #E56ADF
RGB
CMYK
RGB Variations
Color information
#E56ADF (or 0xE56ADF) is known color: Orchid. HEX triplet: E5, 6A and DF. RGB value is (229,106,223). Sum of RGB (Red+Green+Blue) = 229+106+223=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ADF is #1A9520. Grayscale: #9B9B9B. Windows color (decimal): -1742113 or 14641893. OLE color: 14641893.
HSL color Cylindrical-coordinate representation of color #E56ADF: hue angle of 302.93º 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 #E56ADF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 223 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.10 |
| HSL | 302.93º | 0.7% | 0.66% | - |
| HSV(B) | 302.93º | 0.54% | 0.9% | - |
| XYZ | 50.79 | 32.29 | 73.37 | - |
| YUV | 156.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 223 | 0 | 0.54 | 0.03 | 0.10 | 302.93 | 0.7 | 0.66 |
| Hex | E5 | 6A | DF | 0 | 36 | 3 | A | 12F | 46 | 42 |
| Octal | 345 | 152 | 337 | 0 | 66 | 3 | 12 | 457 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11011111 | 0 | 110110 | 11 | 1010 | 100101111 | 1000110 | 1000010 |
Color Harmonies of #E56ADF
Complementary color
Monochromatic Colors of #E56ADF
Black with #E56ADF
Text Example
Text Example
White with #E56ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ADF; }
p { color: rgb(229,106,223); }
H1.HeaderClassName
{
color: #E56ADF;
}
.AnyTagClassName
{
color: #E56ADF;
}
</style>
background-color css
<style>
a { background-color: #E56ADF; }
a { background-color: rgb(229,106,223); }
div.DivClassName
{
background-color: #E56ADF;
}
.BgClassName
{
background-color: #E56ADF;
}
</style>
border-color css
<style>
span { border-color: #E56ADF; }
span { border-color: rgb(229,106,223); }
td.TdClassName
{
border-color: #E56ADF;
}
.TagClassName
{
border-color: #E56ADF;
}
</style>