#E173DC

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

Shades of Orchid #E173DC

Tints of Orchid #E173DC

Color information

#E173DC (or 0xE173DC) is unknown color: approx Orchid. HEX triplet: E1, 73 and DC. RGB value is (225,115,220). Sum of RGB (Red+Green+Blue) = 225+115+220=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E173DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173DC is #1E8C23. Grayscale: #9F9F9F. Windows color (decimal): -2001956 or 14447585. OLE color: 14447585.

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

Color convert

RGB225115220-
CMYK00.490.020.12
HSL302.73º64.71%66.67%-
HSV(B)302.73º48.89%88.24%-
XYZ50.133.4471.52-
YUV159.86161.94174.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=40.18%
G=20.54%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511522000.490.020.12302.7364.7166.67
HexE173DC0312C12f4143
Octal341163334061214457101103
Binary11100001111001111011100011000110110010010111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173DC; }

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

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

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

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

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

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

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

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