#E57DD0

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

Shades of Orchid #E57DD0

Tints of Orchid #E57DD0

Color information

#E57DD0 (or 0xE57DD0) is unknown color: approx Orchid. HEX triplet: E5, 7D and D0. RGB value is (229,125,208). Sum of RGB (Red+Green+Blue) = 229+125+208=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DD0 is #1A822F. Grayscale: #A5A5A5. Windows color (decimal): -1737264 or 13663717. OLE color: 13663717.

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

Color convert

RGB229125208-
CMYK00.450.090.10
HSL312.12º66.67%69.41%-
HSV(B)312.12º45.41%89.8%-
XYZ51.0335.8863.91-
YUV165.56151.96173.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=40.75%
G=22.24%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912520800.450.090.10312.1266.6769.41
HexE57DD002D9A1384345
Octal3451753200551112470103105
Binary1110010111111011101000001011011001101010011100010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DD0; }

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

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

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

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

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

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

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

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