#E179D8

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

Shades of Orchid #E179D8

Tints of Orchid #E179D8

Color information

#E179D8 (or 0xE179D8) is unknown color: approx Orchid. HEX triplet: E1, 79 and D8. RGB value is (225,121,216). Sum of RGB (Red+Green+Blue) = 225+121+216=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E179D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179D8 is #1E8627. Grayscale: #A2A2A2. Windows color (decimal): -2000424 or 14186977. OLE color: 14186977.

HSL color Cylindrical-coordinate representation of color #E179D8: hue angle of 305.19º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179D8 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225121216-
CMYK00.460.040.12
HSL305.19º63.41%67.84%-
HSV(B)305.19º46.22%88.24%-
XYZ50.2834.6469-
YUV162.93157.96172.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 121 (47.66% from 255) = 21.53%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=40.04%
G=21.53%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512121600.460.040.12305.1963.4167.84
HexE179D802E4C1313f44
Octal34117133005641446177104
Binary11100001111100111011000010111010011001001100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179D8; }

 p { color: rgb(225,121,216); }

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

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

 a { background-color: rgb(225,121,216); }

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

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

 span { border-color: rgb(225,121,216); }

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