#E176CF

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

Shades of Orchid #E176CF

Tints of Orchid #E176CF

Color information

#E176CF (or 0xE176CF) is unknown color: approx Orchid. HEX triplet: E1, 76 and CF. RGB value is (225,118,207). Sum of RGB (Red+Green+Blue) = 225+118+207=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CF is #1E8930. Grayscale: #9F9F9F. Windows color (decimal): -2001201 or 13596385. OLE color: 13596385.

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

Color convert

RGB225118207-
CMYK00.480.080.12
HSL310.09º64.07%67.25%-
HSV(B)310.09º47.56%88.24%-
XYZ48.7933.4762.92-
YUV160.14154.45174.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 118 (46.48% from 255) = 21.45%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=40.91%
G=21.45%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511820700.480.080.12310.0964.0767.25
HexE176CF0308C1364043
Octal3411663170601014466100103
Binary1110000111101101100111101100001000110010011011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E176CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E176CF; }

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

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

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

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

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

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

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

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