#C57FB0

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

Shades of Lily #C57FB0

Tints of Lily #C57FB0

Color information

#C57FB0 (or 0xC57FB0) is unknown color: approx Lily. HEX triplet: C5, 7F and B0. RGB value is (197,127,176). Sum of RGB (Red+Green+Blue) = 197+127+176=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FB0 is #3A804F. Grayscale: #999999. Windows color (decimal): -3833936 or 11567045. OLE color: 11567045.

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

Color convert

RGB197127176-
CMYK00.360.110.23
HSL318º37.63%63.53%-
HSV(B)318º35.53%77.25%-
XYZ38.4530.1844.87-
YUV153.52140.69159.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=39.4%
G=25.4%
B=35.2%

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
Decimal19712717600.360.110.2331837.6363.53
HexC57FB0024B1713e2640
Octal305177260044132747646100
Binary1100010111111111011000001001001011101111001111101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57FB0; }

 p { color: rgb(197,127,176); }

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

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

 a { background-color: rgb(197,127,176); }

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

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

 span { border-color: rgb(197,127,176); }

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