#E188CD

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

Shades of Orchid #E188CD

Tints of Orchid #E188CD

Color information

#E188CD (or 0xE188CD) is unknown color: approx Orchid. HEX triplet: E1, 88 and CD. RGB value is (225,136,205). Sum of RGB (Red+Green+Blue) = 225+136+205=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E188CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188CD is #1E7732. Grayscale: #AAAAAA. Windows color (decimal): -1996595 or 13469921. OLE color: 13469921.

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

Color convert

RGB225136205-
CMYK00.400.090.12
HSL313.48º59.73%70.78%-
HSV(B)313.48º39.56%88.24%-
XYZ50.8738.0262.42-
YUV170.48147.49166.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=39.75%
G=24.03%
B=36.22%

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
Decimal22513620500.400.090.12313.4859.7370.78
HexE188CD0289C1393c47
Octal341210315050111447174107
Binary1110000110001000110011010101000100111001001110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188CD; }

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

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

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

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

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

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

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

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