#E187D9

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

Shades of Orchid #E187D9

Tints of Orchid #E187D9

Color information

#E187D9 (or 0xE187D9) is unknown color: approx Orchid. HEX triplet: E1, 87 and D9. RGB value is (225,135,217). Sum of RGB (Red+Green+Blue) = 225+135+217=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E187D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187D9 is #1E7826. Grayscale: #ABABAB. Windows color (decimal): -1996839 or 14256097. OLE color: 14256097.

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

Color convert

RGB225135217-
CMYK00.40.040.12
HSL305.33º60%70.59%-
HSV(B)305.33º40%88.24%-
XYZ52.2438.3570.29-
YUV171.26153.82166.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 135 (53.12% from 255) = 23.40%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=38.99%
G=23.40%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513521700.40.040.12305.336070.59
HexE187D90284C1313c47
Octal34120733105041446174107
Binary111000011000011111011001010100010011001001100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E187D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E187D9; }

 p { color: rgb(225,135,217); }

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

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

 a { background-color: rgb(225,135,217); }

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

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

 span { border-color: rgb(225,135,217); }

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