#C47FAE

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

Shades of Lily #C47FAE

Tints of Lily #C47FAE

Color information

#C47FAE (or 0xC47FAE) is unknown color: approx Lily. HEX triplet: C4, 7F and AE. RGB value is (196,127,174). Sum of RGB (Red+Green+Blue) = 196+127+174=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FAE is #3B8051. Grayscale: #989898. Windows color (decimal): -3899474 or 11435972. OLE color: 11435972.

HSL color Cylindrical-coordinate representation of color #C47FAE: hue angle of 319.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FAE is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196127174-
CMYK00.350.110.23
HSL319.13º36.9%63.33%-
HSV(B)319.13º35.2%76.86%-
XYZ37.9929.9743.83-
YUV152.99139.86158.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=39.44%
G=25.55%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612717400.350.110.23319.1336.963.33
HexC47FAE023B1713f253f
Octal30417725604313274774577
Binary110001001111111101011100100011101110111100111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FAE; }

 p { color: rgb(196,127,174); }

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

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

 a { background-color: rgb(196,127,174); }

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

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

 span { border-color: rgb(196,127,174); }

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