#E57CD8

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

Shades of Orchid #E57CD8

Tints of Orchid #E57CD8

Color information

#E57CD8 (or 0xE57CD8) is unknown color: approx Orchid. HEX triplet: E5, 7C and D8. RGB value is (229,124,216). Sum of RGB (Red+Green+Blue) = 229+124+216=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CD8 is #1A8327. Grayscale: #A5A5A5. Windows color (decimal): -1737512 or 14187749. OLE color: 14187749.

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

Color convert

RGB229124216-
CMYK00.460.060.10
HSL307.43º66.88%69.22%-
HSV(B)307.43º45.85%89.8%-
XYZ51.9236.0369.18-
YUV165.88156.29173.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.25%
GREEN value IS 124 (48.83% from 255) = 21.79%
BLUE value IS 216 (84.77% from 255) = 37.96%
R=40.25%
G=21.79%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912421600.460.060.10307.4366.8869.22
HexE57CD802E6A1334345
Octal345174330056612463103105
Binary111001011111100110110000101110110101010011001110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57CD8; }

 p { color: rgb(229,124,216); }

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

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

 a { background-color: rgb(229,124,216); }

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

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

 span { border-color: rgb(229,124,216); }

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