#E56DE3

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

Shades of Orchid #E56DE3

Tints of Orchid #E56DE3

Color information

#E56DE3 (or 0xE56DE3) is unknown color: approx Orchid. HEX triplet: E5, 6D and E3. RGB value is (229,109,227). Sum of RGB (Red+Green+Blue) = 229+109+227=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DE3 is #1A921C. Grayscale: #9D9D9D. Windows color (decimal): -1741341 or 14904805. OLE color: 14904805.

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

Color convert

RGB229109227-
CMYK00.520.010.10
HSL301º69.77%66.27%-
HSV(B)301º52.4%89.8%-
XYZ51.6533.1476.35-
YUV158.33166.76178.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 109 (42.97% from 255) = 19.29%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=40.53%
G=19.29%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910922700.520.010.1030169.7766.27
HexE56DE30341A12d4642
Octal345155343064112455106102
Binary1110010111011011110001101101001101010010110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56DE3; }

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

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

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

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

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

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

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

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