#E183CC

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

Shades of Orchid #E183CC

Tints of Orchid #E183CC

Color information

#E183CC (or 0xE183CC) is unknown color: approx Orchid. HEX triplet: E1, 83 and CC. RGB value is (225,131,204). Sum of RGB (Red+Green+Blue) = 225+131+204=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CC is #1E7C33. Grayscale: #A7A7A7. Windows color (decimal): -1997876 or 13403105. OLE color: 13403105.

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

Color convert

RGB225131204-
CMYK00.420.090.12
HSL313.4º61.04%69.8%-
HSV(B)313.4º41.78%88.24%-
XYZ50.0736.661.55-
YUV167.43148.64169.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=40.18%
G=23.39%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513120400.420.090.12313.461.0469.8
HexE183CC02A9C1393d46
Octal341203314052111447175106
Binary1110000110000011110011000101010100111001001110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183CC; }

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

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

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

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

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

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

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

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