#C57FB2

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

Shades of Lily #C57FB2

Tints of Lily #C57FB2

Color information

#C57FB2 (or 0xC57FB2) is unknown color: approx Lily. HEX triplet: C5, 7F and B2. RGB value is (197,127,178). Sum of RGB (Red+Green+Blue) = 197+127+178=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FB2 is #3A804D. Grayscale: #999999. Windows color (decimal): -3833934 or 11698117. OLE color: 11698117.

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

Color convert

RGB197127178-
CMYK00.360.100.23
HSL316.29º37.63%63.53%-
HSV(B)316.29º35.53%77.25%-
XYZ38.6530.2645.92-
YUV153.74141.69158.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=39.24%
G=25.30%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712717800.360.100.23316.2937.6363.53
HexC57FB2024A1713c2640
Octal305177262044122747446100
Binary1100010111111111011001001001001010101111001111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57FB2; }

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

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

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

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

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

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

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

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