#E178C8

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

Shades of Orchid #E178C8

Tints of Orchid #E178C8

Color information

#E178C8 (or 0xE178C8) is unknown color: approx Orchid. HEX triplet: E1, 78 and C8. RGB value is (225,120,200). Sum of RGB (Red+Green+Blue) = 225+120+200=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C8 is #1E8737. Grayscale: #A0A0A0. Windows color (decimal): -2000696 or 13138145. OLE color: 13138145.

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

Color convert

RGB225120200-
CMYK00.470.110.12
HSL314.29º63.64%67.65%-
HSV(B)314.29º46.67%88.24%-
XYZ48.1933.6158.59-
YUV160.51150.29174-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=41.28%
G=22.02%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512020000.470.110.12314.2963.6467.65
HexE178C802FBC13a4044
Octal3411703100571314472100104
Binary1110000111110001100100001011111011110010011101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178C8; }

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

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

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

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

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

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

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

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