#E181CE

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

Shades of Orchid #E181CE

Tints of Orchid #E181CE

Color information

#E181CE (or 0xE181CE) is unknown color: approx Orchid. HEX triplet: E1, 81 and CE. RGB value is (225,129,206). Sum of RGB (Red+Green+Blue) = 225+129+206=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CE is #1E7E31. Grayscale: #A6A6A6. Windows color (decimal): -1998386 or 13533665. OLE color: 13533665.

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

Color convert

RGB225129206-
CMYK00.430.080.12
HSL311.88º61.54%69.41%-
HSV(B)311.88º42.67%88.24%-
XYZ50.0436.1662.74-
YUV166.48150.3169.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=40.18%
G=23.04%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512920600.430.080.12311.8861.5469.41
HexE181CE02B8C1383e45
Octal341201316053101447076105
Binary1110000110000001110011100101011100011001001110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181CE; }

 p { color: rgb(225,129,206); }

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

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

 a { background-color: rgb(225,129,206); }

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

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

 span { border-color: rgb(225,129,206); }

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