#E577D5

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

Shades of Orchid #E577D5

Tints of Orchid #E577D5

Color information

#E577D5 (or 0xE577D5) is unknown color: approx Orchid. HEX triplet: E5, 77 and D5. RGB value is (229,119,213). Sum of RGB (Red+Green+Blue) = 229+119+213=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E577D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577D5 is #1A882A. Grayscale: #A2A2A2. Windows color (decimal): -1738795 or 13989861. OLE color: 13989861.

HSL color Cylindrical-coordinate representation of color #E577D5: hue angle of 308.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E577D5 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB229119213-
CMYK00.480.070.10
HSL308.73º67.9%68.24%-
HSV(B)308.73º48.03%89.8%-
XYZ50.9234.6666.96-
YUV162.61156.44175.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=40.82%
G=21.21%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911921300.480.070.10308.7367.968.24
HexE577D50307A1354444
Octal345167325060712465104104
Binary111001011110111110101010110000111101010011010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E577D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E577D5; }

 p { color: rgb(229,119,213); }

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

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

 a { background-color: rgb(229,119,213); }

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

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

 span { border-color: rgb(229,119,213); }

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