#e176cd

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

Shades of Orchid #E176CD

Tints of Orchid #E176CD

Color information

#E176CD (or 0xE176CD) is unknown color: approx Orchid. HEX triplet: E1, 76 and CD. RGB value is (225,118,205). Sum of RGB (Red+Green+Blue) = 225+118+205=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CD is #1E8932. Grayscale: #9F9F9F. Windows color (decimal): -2001203 or 13465313. OLE color: 13465313.

HSL color Cylindrical-coordinate representation of color #E176CD: hue angle of 311.21º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E176CD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225118205-
CMYK00.480.090.12
HSL311.21º64.07%67.25%-
HSV(B)311.21º47.56%88.24%-
XYZ48.5533.3761.64-
YUV159.91153.45174.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 118 (46.48% from 255) = 21.53%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=41.06%
G=21.53%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511820500.480.090.12311.2164.0767.25
HexE176CD0309C1374043
Octal3411663150601114467100103
Binary1110000111101101100110101100001001110010011011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e176cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e176cd; }

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

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

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

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

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

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

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

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