#E173CB

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

Shades of Orchid #E173CB

Tints of Orchid #E173CB

Color information

#E173CB (or 0xE173CB) is unknown color: approx Orchid. HEX triplet: E1, 73 and CB. RGB value is (225,115,203). Sum of RGB (Red+Green+Blue) = 225+115+203=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CB is #1E8C34. Grayscale: #9D9D9D. Windows color (decimal): -2001973 or 13333473. OLE color: 13333473.

HSL color Cylindrical-coordinate representation of color #E173CB: hue angle of 312º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173CB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225115203-
CMYK00.490.100.12
HSL312º64.71%66.67%-
HSV(B)312º48.89%88.24%-
XYZ47.9632.5860.26-
YUV157.92153.44175.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 115 (45.31% from 255) = 21.18%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=41.44%
G=21.18%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511520300.490.100.1231264.7166.67
HexE173CB031AC1384143
Octal3411633130611214470101103
Binary1110000111100111100101101100011010110010011100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173CB; }

 p { color: rgb(225,115,203); }

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

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

 a { background-color: rgb(225,115,203); }

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

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

 span { border-color: rgb(225,115,203); }

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