#E57DDC

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

Shades of Orchid #E57DDC

Tints of Orchid #E57DDC

Color information

#E57DDC (or 0xE57DDC) is unknown color: approx Orchid. HEX triplet: E5, 7D and DC. RGB value is (229,125,220). Sum of RGB (Red+Green+Blue) = 229+125+220=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DDC is #1A8223. Grayscale: #A6A6A6. Windows color (decimal): -1737252 or 14450149. OLE color: 14450149.

HSL color Cylindrical-coordinate representation of color #E57DDC: hue angle of 305.19º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DDC is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229125220-
CMYK00.450.040.10
HSL305.19º66.67%69.41%-
HSV(B)305.19º45.41%89.8%-
XYZ52.5636.4971.98-
YUV166.93157.96172.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 125 (49.22% from 255) = 21.78%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=39.90%
G=21.78%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912522000.450.040.10305.1966.6769.41
HexE57DDC02D4A1314345
Octal345175334055412461103105
Binary111001011111101110111000101101100101010011000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DDC; }

 p { color: rgb(229,125,220); }

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

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

 a { background-color: rgb(229,125,220); }

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

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

 span { border-color: rgb(229,125,220); }

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