#E181CC

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

Shades of Orchid #E181CC

Tints of Orchid #E181CC

Color information

#E181CC (or 0xE181CC) is unknown color: approx Orchid. HEX triplet: E1, 81 and CC. RGB value is (225,129,204). Sum of RGB (Red+Green+Blue) = 225+129+204=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CC is #1E7E33. Grayscale: #A6A6A6. Windows color (decimal): -1998388 or 13402593. OLE color: 13402593.

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

Color convert

RGB225129204-
CMYK00.430.090.12
HSL313.12º61.54%69.41%-
HSV(B)313.12º42.67%88.24%-
XYZ49.836.0761.46-
YUV166.25149.3169.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=40.32%
G=23.12%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512920400.430.090.12313.1261.5469.41
HexE181CC02B9C1393e45
Octal341201314053111447176105
Binary1110000110000001110011000101011100111001001110011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181CC; }

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

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

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

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

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

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

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

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