#E57DCB

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

Shades of Orchid #E57DCB

Tints of Orchid #E57DCB

Color information

#E57DCB (or 0xE57DCB) is unknown color: approx Orchid. HEX triplet: E5, 7D and CB. RGB value is (229,125,203). Sum of RGB (Red+Green+Blue) = 229+125+203=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DCB is #1A8234. Grayscale: #A4A4A4. Windows color (decimal): -1737269 or 13336037. OLE color: 13336037.

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

Color convert

RGB229125203-
CMYK00.450.110.10
HSL315º66.67%69.41%-
HSV(B)315º45.41%89.8%-
XYZ50.4335.6460.72-
YUV164.99149.46173.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=41.11%
G=22.44%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912520300.450.110.1031566.6769.41
HexE57DCB02DBA13b4345
Octal3451753130551312473103105
Binary1110010111111011100101101011011011101010011101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DCB; }

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

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

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

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

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

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

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

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