#E56DDD

Color #E56DDD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E56DDD

Tints of Orchid #E56DDD

Color information

#E56DDD (or 0xE56DDD) is unknown color: approx Orchid. HEX triplet: E5, 6D and DD. RGB value is (229,109,221). Sum of RGB (Red+Green+Blue) = 229+109+221=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DDD is #1A9222. Grayscale: #9D9D9D. Windows color (decimal): -1741347 or 14511589. OLE color: 14511589.

HSL color Cylindrical-coordinate representation of color #E56DDD: hue angle of 304º 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 #E56DDD is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229109221-
CMYK00.520.030.10
HSL304º69.77%66.27%-
HSV(B)304º52.4%89.8%-
XYZ50.8332.8272.06-
YUV157.65163.76178.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=40.97%
G=19.50%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910922100.520.030.1030469.7766.27
HexE56DDD0343A1304642
Octal345155335064312460106102
Binary11100101110110111011101011010011101010011000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56DDD; }

 p { color: rgb(229,109,221); }

 H1.HeaderClassName
 {
   color: #E56DDD;
 }
 .AnyTagClassName
 {
   color: #E56DDD;
 }
</style>
background-color css

<style>
 a { background-color: #E56DDD; }

 a { background-color: rgb(229,109,221); }

 div.DivClassName
 {
   background-color: #E56DDD;
 }
 .BgClassName
 {
   background-color: #E56DDD;
 }
</style>
border-color css

<style>
 span { border-color: #E56DDD; }

 span { border-color: rgb(229,109,221); }

 td.TdClassName
 {
   border-color: #E56DDD;
 }
 .TagClassName
 {
   border-color: #E56DDD;
 }
</style>