#E180C9

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

Shades of Orchid #E180C9

Tints of Orchid #E180C9

Color information

#E180C9 (or 0xE180C9) is unknown color: approx Orchid. HEX triplet: E1, 80 and C9. RGB value is (225,128,201). Sum of RGB (Red+Green+Blue) = 225+128+201=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C9 is #1E7F36. Grayscale: #A5A5A5. Windows color (decimal): -1998647 or 13205729. OLE color: 13205729.

HSL color Cylindrical-coordinate representation of color #E180C9: hue angle of 314.85º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180C9 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225128201-
CMYK00.430.110.12
HSL314.85º61.78%69.22%-
HSV(B)314.85º43.11%88.24%-
XYZ49.3135.6659.54-
YUV165.32148.14170.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=40.61%
G=23.10%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512820100.430.110.12314.8561.7869.22
HexE180C902BBC13b3e45
Octal341200311053131447376105
Binary1110000110000000110010010101011101111001001110111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180C9; }

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

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

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

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

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

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

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

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