#E56ACD

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

Shades of Orchid #E56ACD

Tints of Orchid #E56ACD

Color information

#E56ACD (or 0xE56ACD) is unknown color: approx Orchid. HEX triplet: E5, 6A and CD. RGB value is (229,106,205). Sum of RGB (Red+Green+Blue) = 229+106+205=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ACD is #1A9532. Grayscale: #999999. Windows color (decimal): -1742131 or 13462245. OLE color: 13462245.

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

Color convert

RGB229106205-
CMYK00.540.100.10
HSL311.71º70.29%65.69%-
HSV(B)311.71º53.71%89.8%-
XYZ48.4931.3761.26-
YUV154.06156.75181.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 106 (41.80% from 255) = 19.63%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=42.41%
G=19.63%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910620500.540.100.10311.7170.2965.69
HexE56ACD036AA1384642
Octal3451523150661212470106102
Binary1110010111010101100110101101101010101010011100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56ACD; }

 p { color: rgb(229,106,205); }

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

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

 a { background-color: rgb(229,106,205); }

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

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

 span { border-color: rgb(229,106,205); }

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