#E57FCD

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

Shades of Orchid #E57FCD

Tints of Orchid #E57FCD

Color information

#E57FCD (or 0xE57FCD) is unknown color: approx Orchid. HEX triplet: E5, 7F and CD. RGB value is (229,127,205). Sum of RGB (Red+Green+Blue) = 229+127+205=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FCD is #1A8032. Grayscale: #A6A6A6. Windows color (decimal): -1736755 or 13467621. OLE color: 13467621.

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

Color convert

RGB229127205-
CMYK00.450.100.10
HSL314.12º66.23%69.8%-
HSV(B)314.12º44.54%89.8%-
XYZ50.9236.2462.07-
YUV166.39149.79172.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=40.82%
G=22.64%
B=36.54%

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
Decimal22912720500.450.100.10314.1266.2369.8
HexE57FCD02DAA13a4246
Octal3451773150551212472102106
Binary1110010111111111100110101011011010101010011101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57FCD; }

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

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

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

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

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

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

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

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