#C47EAF

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

Shades of Lily #C47EAF

Tints of Lily #C47EAF

Color information

#C47EAF (or 0xC47EAF) is unknown color: approx Lily. HEX triplet: C4, 7E and AF. RGB value is (196,126,175). Sum of RGB (Red+Green+Blue) = 196+126+175=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C47EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47EAF is #3B8150. Grayscale: #989898. Windows color (decimal): -3899729 or 11501252. OLE color: 11501252.

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

Color convert

RGB196126175-
CMYK00.360.110.23
HSL318º37.23%63.14%-
HSV(B)318º35.71%76.86%-
XYZ37.9629.7544.3-
YUV152.52140.69159.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=39.44%
G=25.35%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612617500.360.110.2331837.2363.14
HexC47EAF024B1713e253f
Octal30417625704413274764577
Binary110001001111110101011110100100101110111100111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47EAF; }

 p { color: rgb(196,126,175); }

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

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

 a { background-color: rgb(196,126,175); }

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

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

 span { border-color: rgb(196,126,175); }

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