#E183CE

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

Shades of Orchid #E183CE

Tints of Orchid #E183CE

Color information

#E183CE (or 0xE183CE) is unknown color: approx Orchid. HEX triplet: E1, 83 and CE. RGB value is (225,131,206). Sum of RGB (Red+Green+Blue) = 225+131+206=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CE is #1E7C31. Grayscale: #A7A7A7. Windows color (decimal): -1997874 or 13534177. OLE color: 13534177.

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

Color convert

RGB225131206-
CMYK00.420.080.12
HSL312.13º61.04%69.8%-
HSV(B)312.13º41.78%88.24%-
XYZ50.3136.762.82-
YUV167.66149.64168.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=40.04%
G=23.31%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513120600.420.080.12312.1361.0469.8
HexE183CE02A8C1383d46
Octal341203316052101447075106
Binary1110000110000011110011100101010100011001001110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183CE; }

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

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

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

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

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

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

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

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