#E56DCA

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

Shades of Orchid #E56DCA

Tints of Orchid #E56DCA

Color information

#E56DCA (or 0xE56DCA) is unknown color: approx Orchid. HEX triplet: E5, 6D and CA. RGB value is (229,109,202). Sum of RGB (Red+Green+Blue) = 229+109+202=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DCA is #1A9235. Grayscale: #9B9B9B. Windows color (decimal): -1741366 or 13266405. OLE color: 13266405.

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

Color convert

RGB229109202-
CMYK00.520.120.10
HSL313.5º69.77%66.27%-
HSV(B)313.5º52.4%89.8%-
XYZ48.4431.8659.47-
YUV155.48154.26180.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=42.41%
G=20.19%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910920200.520.120.10313.569.7766.27
HexE56DCA034CA13a4642
Octal3451553120641412472106102
Binary1110010111011011100101001101001100101010011101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56DCA; }

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

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

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

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

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

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

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

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