#E186CD

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

Shades of Orchid #E186CD

Tints of Orchid #E186CD

Color information

#E186CD (or 0xE186CD) is unknown color: approx Orchid. HEX triplet: E1, 86 and CD. RGB value is (225,134,205). Sum of RGB (Red+Green+Blue) = 225+134+205=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E186CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186CD is #1E7932. Grayscale: #A9A9A9. Windows color (decimal): -1997107 or 13469409. OLE color: 13469409.

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

Color convert

RGB225134205-
CMYK00.400.090.12
HSL313.19º60.26%70.39%-
HSV(B)313.19º40.44%88.24%-
XYZ50.637.4762.32-
YUV169.3148.15167.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 134 (52.73% from 255) = 23.76%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=39.89%
G=23.76%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513420500.400.090.12313.1960.2670.39
HexE186CD0289C1393c46
Octal341206315050111447174106
Binary1110000110000110110011010101000100111001001110011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186CD; }

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

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

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

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

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

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

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

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