#E578CC

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

Shades of Orchid #E578CC

Tints of Orchid #E578CC

Color information

#E578CC (or 0xE578CC) is unknown color: approx Orchid. HEX triplet: E5, 78 and CC. RGB value is (229,120,204). Sum of RGB (Red+Green+Blue) = 229+120+204=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E578CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578CC is #1A8733. Grayscale: #A1A1A1. Windows color (decimal): -1738548 or 13400293. OLE color: 13400293.

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

Color convert

RGB229120204-
CMYK00.480.110.10
HSL313.76º67.7%68.43%-
HSV(B)313.76º47.6%89.8%-
XYZ49.9334.4561.14-
YUV162.17151.61175.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 120 (47.27% from 255) = 21.70%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=41.41%
G=21.70%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912020400.480.110.10313.7667.768.43
HexE578CC030BA13a4444
Octal3451703140601312472104104
Binary1110010111110001100110001100001011101010011101010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E578CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E578CC; }

 p { color: rgb(229,120,204); }

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

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

 a { background-color: rgb(229,120,204); }

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

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

 span { border-color: rgb(229,120,204); }

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