#E173C4

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

Shades of Orchid #E173C4

Tints of Orchid #E173C4

Color information

#E173C4 (or 0xE173C4) is unknown color: approx Orchid. HEX triplet: E1, 73 and C4. RGB value is (225,115,196). Sum of RGB (Red+Green+Blue) = 225+115+196=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E173C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173C4 is #1E8C3B. Grayscale: #9C9C9C. Windows color (decimal): -2001980 or 12874721. OLE color: 12874721.

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

Color convert

RGB225115196-
CMYK00.490.130.12
HSL315.82º64.71%66.67%-
HSV(B)315.82º48.89%88.24%-
XYZ47.1532.2555.97-
YUV157.12149.94176.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=41.98%
G=21.46%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511519600.490.130.12315.8264.7166.67
HexE173C4031DC13c4143
Octal3411633040611514474101103
Binary1110000111100111100010001100011101110010011110010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173C4; }

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

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

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

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

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

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

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

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