#C97FAD

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

Shades of Lily #C97FAD

Tints of Lily #C97FAD

Color information

#C97FAD (or 0xC97FAD) is unknown color: approx Lily. HEX triplet: C9, 7F and AD. RGB value is (201,127,173). Sum of RGB (Red+Green+Blue) = 201+127+173=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97FAD is #368052. Grayscale: #9A9A9A. Windows color (decimal): -3571795 or 11370441. OLE color: 11370441.

HSL color Cylindrical-coordinate representation of color #C97FAD: hue angle of 322.7º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97FAD is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB201127173-
CMYK00.370.140.21
HSL322.7º40.66%64.31%-
HSV(B)322.7º36.82%78.82%-
XYZ39.2230.6143.38-
YUV154.37138.52161.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=40.12%
G=25.35%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112717300.370.140.21322.740.6664.31
HexC97FAD025E151432940
Octal311177255045162550351100
Binary1100100111111111010110101001011110101011010000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FAD; }

 p { color: rgb(201,127,173); }

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

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

 a { background-color: rgb(201,127,173); }

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

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

 span { border-color: rgb(201,127,173); }

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