#C97AAF

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

Shades of Lily #C97AAF

Tints of Lily #C97AAF

Color information

#C97AAF (or 0xC97AAF) is unknown color: approx Lily. HEX triplet: C9, 7A and AF. RGB value is (201,122,175). Sum of RGB (Red+Green+Blue) = 201+122+175=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAF is #368550. Grayscale: #979797. Windows color (decimal): -3573073 or 11500233. OLE color: 11500233.

HSL color Cylindrical-coordinate representation of color #C97AAF: hue angle of 319.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97AAF is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201122175-
CMYK00.390.130.21
HSL319.75º42.25%63.33%-
HSV(B)319.75º39.3%78.82%-
XYZ38.7829.4344.19-
YUV151.66141.17163.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=40.36%
G=24.50%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112217500.390.130.21319.7542.2563.33
HexC97AAF027D151402a3f
Octal31117225704715255005277
Binary110010011111010101011110100111110110101101000000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AAF; }

 p { color: rgb(201,122,175); }

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

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

 a { background-color: rgb(201,122,175); }

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

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

 span { border-color: rgb(201,122,175); }

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