#E178CA

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

Shades of Orchid #E178CA

Tints of Orchid #E178CA

Color information

#E178CA (or 0xE178CA) is unknown color: approx Orchid. HEX triplet: E1, 78 and CA. RGB value is (225,120,202). Sum of RGB (Red+Green+Blue) = 225+120+202=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CA is #1E8735. Grayscale: #A0A0A0. Windows color (decimal): -2000694 or 13269217. OLE color: 13269217.

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

Color convert

RGB225120202-
CMYK00.470.100.12
HSL313.14º63.64%67.65%-
HSV(B)313.14º46.67%88.24%-
XYZ48.4333.759.83-
YUV160.74151.29173.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=41.13%
G=21.94%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512020200.470.100.12313.1463.6467.65
HexE178CA02FAC1394044
Octal3411703120571214471100104
Binary1110000111110001100101001011111010110010011100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178CA; }

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

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

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

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

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

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

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

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