#E57DCD

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

Shades of Orchid #E57DCD

Tints of Orchid #E57DCD

Color information

#E57DCD (or 0xE57DCD) is unknown color: approx Orchid. HEX triplet: E5, 7D and CD. RGB value is (229,125,205). Sum of RGB (Red+Green+Blue) = 229+125+205=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DCD is #1A8232. Grayscale: #A5A5A5. Windows color (decimal): -1737267 or 13467109. OLE color: 13467109.

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

Color convert

RGB229125205-
CMYK00.450.100.10
HSL313.85º66.67%69.41%-
HSV(B)313.85º45.41%89.8%-
XYZ50.6735.7361.98-
YUV165.22150.46173.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=40.97%
G=22.36%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912520500.450.100.10313.8566.6769.41
HexE57DCD02DAA13a4345
Octal3451753150551212472103105
Binary1110010111111011100110101011011010101010011101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DCD; }

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

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

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

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

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

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

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

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