#E178E0

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

Shades of Orchid #E178E0

Tints of Orchid #E178E0

Color information

#E178E0 (or 0xE178E0) is unknown color: approx Orchid. HEX triplet: E1, 78 and E0. RGB value is (225,120,224). Sum of RGB (Red+Green+Blue) = 225+120+224=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E178E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178E0 is #1E871F. Grayscale: #A2A2A2. Windows color (decimal): -2000672 or 14711009. OLE color: 14711009.

HSL color Cylindrical-coordinate representation of color #E178E0: hue angle of 300.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E178E0 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225120224-
CMYK00.470.000.12
HSL300.57º63.64%67.65%-
HSV(B)300.57º46.67%88.24%-
XYZ51.2234.8274.54-
YUV163.25162.29172.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 120 (47.27% from 255) = 21.09%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=39.54%
G=21.09%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512022400.470.000.12300.5763.6467.65
HexE178E002F0C12d4044
Octal341170340057014455100104
Binary1110000111110001110000001011110110010010110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178E0; }

 p { color: rgb(225,120,224); }

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

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

 a { background-color: rgb(225,120,224); }

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

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

 span { border-color: rgb(225,120,224); }

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