#C57DAE

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

Shades of Lily #C57DAE

Tints of Lily #C57DAE

Color information

#C57DAE (or 0xC57DAE) is unknown color: approx Lily. HEX triplet: C5, 7D and AE. RGB value is (197,125,174). Sum of RGB (Red+Green+Blue) = 197+125+174=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DAE is #3A8251. Grayscale: #979797. Windows color (decimal): -3834450 or 11435461. OLE color: 11435461.

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

Color convert

RGB197125174-
CMYK00.370.120.23
HSL319.17º38.3%63.14%-
HSV(B)319.17º36.55%77.25%-
XYZ3829.5943.75-
YUV152.11140.35160.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=39.72%
G=25.20%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712517400.370.120.23319.1738.363.14
HexC57DAE025C1713f263f
Octal30517525604514274774677
Binary110001011111101101011100100101110010111100111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DAE; }

 p { color: rgb(197,125,174); }

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

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

 a { background-color: rgb(197,125,174); }

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

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

 span { border-color: rgb(197,125,174); }

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