#E178C4

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

Shades of Orchid #E178C4

Tints of Orchid #E178C4

Color information

#E178C4 (or 0xE178C4) is unknown color: approx Orchid. HEX triplet: E1, 78 and C4. RGB value is (225,120,196). Sum of RGB (Red+Green+Blue) = 225+120+196=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C4 is #1E873B. Grayscale: #9F9F9F. Windows color (decimal): -2000700 or 12876001. OLE color: 12876001.

HSL color Cylindrical-coordinate representation of color #E178C4: hue angle of 316.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 #E178C4 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225120196-
CMYK00.470.130.12
HSL316.57º63.64%67.65%-
HSV(B)316.57º46.67%88.24%-
XYZ47.7333.4356.16-
YUV160.06148.29174.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 120 (47.27% from 255) = 22.18%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=41.59%
G=22.18%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512019600.470.130.12316.5763.6467.65
HexE178C402FDC13d4044
Octal3411703040571514475100104
Binary1110000111110001100010001011111101110010011110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178C4; }

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

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

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

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

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

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

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

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