#E183CA

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

Shades of Orchid #E183CA

Tints of Orchid #E183CA

Color information

#E183CA (or 0xE183CA) is unknown color: approx Orchid. HEX triplet: E1, 83 and CA. RGB value is (225,131,202). Sum of RGB (Red+Green+Blue) = 225+131+202=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CA is #1E7C35. Grayscale: #A7A7A7. Windows color (decimal): -1997878 or 13272033. OLE color: 13272033.

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

Color convert

RGB225131202-
CMYK00.420.100.12
HSL314.68º61.04%69.8%-
HSV(B)314.68º41.78%88.24%-
XYZ49.8336.560.3-
YUV167.2147.64169.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 131 (51.56% from 255) = 23.48%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=40.32%
G=23.48%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513120200.420.100.12314.6861.0469.8
HexE183CA02AAC13b3d46
Octal341203312052121447375106
Binary1110000110000011110010100101010101011001001110111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183CA; }

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

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

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

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

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

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

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

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