#E179DC

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

Shades of Orchid #E179DC

Tints of Orchid #E179DC

Color information

#E179DC (or 0xE179DC) is unknown color: approx Orchid. HEX triplet: E1, 79 and DC. RGB value is (225,121,220). Sum of RGB (Red+Green+Blue) = 225+121+220=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DC is #1E8623. Grayscale: #A3A3A3. Windows color (decimal): -2000420 or 14449121. OLE color: 14449121.

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

Color convert

RGB225121220-
CMYK00.460.020.12
HSL302.88º63.41%67.84%-
HSV(B)302.88º46.22%88.24%-
XYZ50.8134.8571.76-
YUV163.38159.96171.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 121 (47.66% from 255) = 21.38%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=39.75%
G=21.38%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512122000.460.020.12302.8863.4167.84
HexE179DC02E2C12f3f44
Octal34117133405621445777104
Binary1110000111110011101110001011101011001001011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179DC; }

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

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

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

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

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

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

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

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