#E179DD

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

Shades of Orchid #E179DD

Tints of Orchid #E179DD

Color information

#E179DD (or 0xE179DD) is unknown color: approx Orchid. HEX triplet: E1, 79 and DD. RGB value is (225,121,221). Sum of RGB (Red+Green+Blue) = 225+121+221=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DD is #1E8622. Grayscale: #A3A3A3. Windows color (decimal): -2000419 or 14514657. OLE color: 14514657.

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

Color convert

RGB225121221-
CMYK00.460.020.12
HSL302.31º63.41%67.84%-
HSV(B)302.31º46.22%88.24%-
XYZ50.9434.972.46-
YUV163.5160.46171.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 121 (47.66% from 255) = 21.34%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=39.68%
G=21.34%
B=38.98%

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
Decimal22512122100.460.020.12302.3163.4167.84
HexE179DD02E2C12e3f44
Octal34117133505621445677104
Binary1110000111110011101110101011101011001001011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179DD; }

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

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

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

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

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

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

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

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