#C57DAF

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

Shades of Lily #C57DAF

Tints of Lily #C57DAF

Color information

#C57DAF (or 0xC57DAF) is unknown color: approx Lily. HEX triplet: C5, 7D and AF. RGB value is (197,125,175). Sum of RGB (Red+Green+Blue) = 197+125+175=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DAF is #3A8250. Grayscale: #989898. Windows color (decimal): -3834449 or 11500997. OLE color: 11500997.

HSL color Cylindrical-coordinate representation of color #C57DAF: hue angle of 318.33º 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 #C57DAF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197125175-
CMYK00.370.110.23
HSL318.33º38.3%63.14%-
HSV(B)318.33º36.55%77.25%-
XYZ38.129.6344.27-
YUV152.23140.85159.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=39.64%
G=25.15%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712517500.370.110.23318.3338.363.14
HexC57DAF025B1713e263f
Octal30517525704513274764677
Binary110001011111101101011110100101101110111100111110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DAF; }

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

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

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

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

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

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

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

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