#E179D9

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

Shades of Orchid #E179D9

Tints of Orchid #E179D9

Color information

#E179D9 (or 0xE179D9) is unknown color: approx Orchid. HEX triplet: E1, 79 and D9. RGB value is (225,121,217). Sum of RGB (Red+Green+Blue) = 225+121+217=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E179D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179D9 is #1E8626. Grayscale: #A2A2A2. Windows color (decimal): -2000423 or 14252513. OLE color: 14252513.

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

Color convert

RGB225121217-
CMYK00.460.040.12
HSL304.62º63.41%67.84%-
HSV(B)304.62º46.22%88.24%-
XYZ50.4134.6969.68-
YUV163.04158.46172.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=39.96%
G=21.49%
B=38.54%

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
Decimal22512121700.460.040.12304.6263.4167.84
HexE179D902E4C1313f44
Octal34117133105641446177104
Binary11100001111100111011001010111010011001001100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179D9; }

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

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

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

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

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

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

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

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