#E178CB

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

Shades of Orchid #E178CB

Tints of Orchid #E178CB

Color information

#E178CB (or 0xE178CB) is unknown color: approx Orchid. HEX triplet: E1, 78 and CB. RGB value is (225,120,203). Sum of RGB (Red+Green+Blue) = 225+120+203=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CB is #1E8734. Grayscale: #A0A0A0. Windows color (decimal): -2000693 or 13334753. OLE color: 13334753.

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

Color convert

RGB225120203-
CMYK00.470.100.12
HSL312.57º63.64%67.65%-
HSV(B)312.57º46.67%88.24%-
XYZ48.5533.7560.46-
YUV160.86151.79173.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 120 (47.27% from 255) = 21.90%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=41.06%
G=21.90%
B=37.04%

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
Decimal22512020300.470.100.12312.5763.6467.65
HexE178CB02FAC1394044
Octal3411703130571214471100104
Binary1110000111110001100101101011111010110010011100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178CB; }

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

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

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

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

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

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

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

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