#E179CD

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

Shades of Orchid #E179CD

Tints of Orchid #E179CD

Color information

#E179CD (or 0xE179CD) is unknown color: approx Orchid. HEX triplet: E1, 79 and CD. RGB value is (225,121,205). Sum of RGB (Red+Green+Blue) = 225+121+205=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E179CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179CD is #1E8632. Grayscale: #A1A1A1. Windows color (decimal): -2000435 or 13466081. OLE color: 13466081.

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

Color convert

RGB225121205-
CMYK00.460.090.12
HSL311.54º63.41%67.84%-
HSV(B)311.54º46.22%88.24%-
XYZ48.9134.0961.76-
YUV161.67152.46173.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=40.83%
G=21.96%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512120500.460.090.12311.5463.4167.84
HexE179CD02E9C1383f44
Octal341171315056111447077104
Binary111000011111001110011010101110100111001001110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179CD; }

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

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

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

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

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

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

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

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