#E179CE

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

Shades of Orchid #E179CE

Tints of Orchid #E179CE

Color information

#E179CE (or 0xE179CE) is unknown color: approx Orchid. HEX triplet: E1, 79 and CE. RGB value is (225,121,206). Sum of RGB (Red+Green+Blue) = 225+121+206=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E179CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179CE is #1E8631. Grayscale: #A1A1A1. Windows color (decimal): -2000434 or 13531617. OLE color: 13531617.

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

Color convert

RGB225121206-
CMYK00.460.080.12
HSL310.96º63.41%67.84%-
HSV(B)310.96º46.22%88.24%-
XYZ49.0334.1462.4-
YUV161.79152.96173.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 121 (47.66% from 255) = 21.92%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=40.76%
G=21.92%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512120600.460.080.12310.9663.4167.84
HexE179CE02E8C1373f44
Octal341171316056101446777104
Binary111000011111001110011100101110100011001001101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179CE; }

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

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

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

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

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

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

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

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