#E187CC

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

Shades of Orchid #E187CC

Tints of Orchid #E187CC

Color information

#E187CC (or 0xE187CC) is unknown color: approx Orchid. HEX triplet: E1, 87 and CC. RGB value is (225,135,204). Sum of RGB (Red+Green+Blue) = 225+135+204=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E187CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187CC is #1E7833. Grayscale: #A9A9A9. Windows color (decimal): -1996852 or 13404129. OLE color: 13404129.

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

Color convert

RGB225135204-
CMYK00.40.090.12
HSL314º60%70.59%-
HSV(B)314º40%88.24%-
XYZ50.6137.761.73-
YUV169.78147.32167.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=39.89%
G=23.94%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513520400.40.090.123146070.59
HexE187CC0289C13a3c47
Octal341207314050111447274107
Binary1110000110000111110011000101000100111001001110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E187CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E187CC; }

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

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

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

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

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

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

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

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