#E178C9

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

Shades of Orchid #E178C9

Tints of Orchid #E178C9

Color information

#E178C9 (or 0xE178C9) is unknown color: approx Orchid. HEX triplet: E1, 78 and C9. RGB value is (225,120,201). Sum of RGB (Red+Green+Blue) = 225+120+201=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C9 is #1E8736. Grayscale: #A0A0A0. Windows color (decimal): -2000695 or 13203681. OLE color: 13203681.

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

Color convert

RGB225120201-
CMYK00.470.110.12
HSL313.71º63.64%67.65%-
HSV(B)313.71º46.67%88.24%-
XYZ48.3133.6659.21-
YUV160.63150.79173.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=41.21%
G=21.98%
B=36.81%

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
Decimal22512020100.470.110.12313.7163.6467.65
HexE178C902FBC13a4044
Octal3411703110571314472100104
Binary1110000111110001100100101011111011110010011101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178C9; }

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

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

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

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

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

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

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

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