Shades of Orchid #E56DDF
Tints of Orchid #E56DDF
RGB
CMYK
RGB Variations
Color information
#E56DDF (or 0xE56DDF) is known color: Orchid. HEX triplet: E5, 6D and DF. RGB value is (229,109,223). Sum of RGB (Red+Green+Blue) = 229+109+223=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DDF is #1A9220. Grayscale: #9D9D9D. Windows color (decimal): -1741345 or 14642661. OLE color: 14642661.
HSL color Cylindrical-coordinate representation of color #E56DDF: hue angle of 303º 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 #E56DDF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 223 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.10 |
| HSL | 303º | 0.7% | 0.66% | - |
| HSV(B) | 303º | 0.52% | 0.9% | - |
| XYZ | 51.1 | 32.92 | 73.47 | - |
| YUV | 157.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 223 | 0 | 0.52 | 0.03 | 0.10 | 303 | 0.7 | 0.66 |
| Hex | E5 | 6D | DF | 0 | 34 | 3 | A | 12F | 46 | 42 |
| Octal | 345 | 155 | 337 | 0 | 64 | 3 | 12 | 457 | 106 | 102 |
| Binary | 11100101 | 1101101 | 11011111 | 0 | 110100 | 11 | 1010 | 100101111 | 1000110 | 1000010 |
Color Harmonies of #E56DDF
Complementary color
Monochromatic Colors of #E56DDF
Black with #E56DDF
Text Example
Text Example
White with #E56DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DDF; }
p { color: rgb(229,109,223); }
H1.HeaderClassName
{
color: #E56DDF;
}
.AnyTagClassName
{
color: #E56DDF;
}
</style>
background-color css
<style>
a { background-color: #E56DDF; }
a { background-color: rgb(229,109,223); }
div.DivClassName
{
background-color: #E56DDF;
}
.BgClassName
{
background-color: #E56DDF;
}
</style>
border-color css
<style>
span { border-color: #E56DDF; }
span { border-color: rgb(229,109,223); }
td.TdClassName
{
border-color: #E56DDF;
}
.TagClassName
{
border-color: #E56DDF;
}
</style>