#E186CE

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

Shades of Orchid #E186CE

Tints of Orchid #E186CE

Color information

#E186CE (or 0xE186CE) is unknown color: approx Orchid. HEX triplet: E1, 86 and CE. RGB value is (225,134,206). Sum of RGB (Red+Green+Blue) = 225+134+206=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E186CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186CE is #1E7931. Grayscale: #A9A9A9. Windows color (decimal): -1997106 or 13534945. OLE color: 13534945.

HSL color Cylindrical-coordinate representation of color #E186CE: hue angle of 312.53º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186CE is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225134206-
CMYK00.400.080.12
HSL312.53º60.26%70.39%-
HSV(B)312.53º40.44%88.24%-
XYZ50.7237.5162.96-
YUV169.42148.65167.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=39.82%
G=23.72%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513420600.400.080.12312.5360.2670.39
HexE186CE0288C1393c46
Octal341206316050101447174106
Binary1110000110000110110011100101000100011001001110011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186CE; }

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

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

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

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

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

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

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

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