#E56ECD

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

Shades of Orchid #E56ECD

Tints of Orchid #E56ECD

Color information

#E56ECD (or 0xE56ECD) is unknown color: approx Orchid. HEX triplet: E5, 6E and CD. RGB value is (229,110,205). Sum of RGB (Red+Green+Blue) = 229+110+205=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ECD is #1A9132. Grayscale: #9C9C9C. Windows color (decimal): -1741107 or 13463269. OLE color: 13463269.

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

Color convert

RGB229110205-
CMYK00.520.100.10
HSL312.1º69.59%66.47%-
HSV(B)312.1º51.97%89.8%-
XYZ48.9132.2261.4-
YUV156.41155.42179.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 110 (43.36% from 255) = 20.22%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=42.10%
G=20.22%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911020500.520.100.10312.169.5966.47
HexE56ECD034AA1384642
Octal3451563150641212470106102
Binary1110010111011101100110101101001010101010011100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56ECD; }

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

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

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

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

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

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

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

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