#E57FCE

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

Shades of Orchid #E57FCE

Tints of Orchid #E57FCE

Color information

#E57FCE (or 0xE57FCE) is unknown color: approx Orchid. HEX triplet: E5, 7F and CE. RGB value is (229,127,206). Sum of RGB (Red+Green+Blue) = 229+127+206=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FCE is #1A8031. Grayscale: #A6A6A6. Windows color (decimal): -1736754 or 13533157. OLE color: 13533157.

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

Color convert

RGB229127206-
CMYK00.450.100.10
HSL313.53º66.23%69.8%-
HSV(B)313.53º44.54%89.8%-
XYZ51.0436.2962.71-
YUV166.5150.29172.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=40.75%
G=22.60%
B=36.65%

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
Decimal22912720600.450.100.10313.5366.2369.8
HexE57FCE02DAA13a4246
Octal3451773160551212472102106
Binary1110010111111111100111001011011010101010011101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57FCE; }

 p { color: rgb(229,127,206); }

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

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

 a { background-color: rgb(229,127,206); }

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

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

 span { border-color: rgb(229,127,206); }

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