#E179DE

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

Shades of Orchid #E179DE

Tints of Orchid #E179DE

Color information

#E179DE (or 0xE179DE) is unknown color: approx Orchid. HEX triplet: E1, 79 and DE. RGB value is (225,121,222). Sum of RGB (Red+Green+Blue) = 225+121+222=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DE is #1E8621. Grayscale: #A3A3A3. Windows color (decimal): -2000418 or 14580193. OLE color: 14580193.

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

Color convert

RGB225121222-
CMYK00.460.010.12
HSL301.73º63.41%67.84%-
HSV(B)301.73º46.22%88.24%-
XYZ51.0734.9673.16-
YUV163.61160.96171.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=39.61%
G=21.30%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512122200.460.010.12301.7363.4167.84
HexE179DE02E1C12e3f44
Octal34117133605611445677104
Binary111000011111001110111100101110111001001011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179DE; }

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

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

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

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

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

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

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

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