#E578CD

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

Shades of Orchid #E578CD

Tints of Orchid #E578CD

Color information

#E578CD (or 0xE578CD) is unknown color: approx Orchid. HEX triplet: E5, 78 and CD. RGB value is (229,120,205). Sum of RGB (Red+Green+Blue) = 229+120+205=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E578CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578CD is #1A8732. Grayscale: #A2A2A2. Windows color (decimal): -1738547 or 13465829. OLE color: 13465829.

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

Color convert

RGB229120205-
CMYK00.480.100.10
HSL313.21º67.7%68.43%-
HSV(B)313.21º47.6%89.8%-
XYZ50.0534.561.78-
YUV162.28152.11175.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 120 (47.27% from 255) = 21.66%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=41.34%
G=21.66%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912020500.480.100.10313.2167.768.43
HexE578CD030AA1394444
Octal3451703150601212471104104
Binary1110010111110001100110101100001010101010011100110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E578CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E578CD; }

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

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

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

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

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

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

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

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