#C997BD

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

Shades of Lily #C997BD

Tints of Lily #C997BD

Color information

#C997BD (or 0xC997BD) is unknown color: approx Lily. HEX triplet: C9, 97 and BD. RGB value is (201,151,189). Sum of RGB (Red+Green+Blue) = 201+151+189=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BD is #366842. Grayscale: #AAAAAA. Windows color (decimal): -3565635 or 12425161. OLE color: 12425161.

HSL color Cylindrical-coordinate representation of color #C997BD: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C997BD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201151189-
CMYK00.250.060.21
HSL314.4º31.65%69.02%-
HSV(B)314.4º24.88%78.82%-
XYZ44.3438.2253.19-
YUV170.28138.56149.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=37.15%
G=27.91%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115118900.250.060.21314.431.6569.02
HexC997BD01961513a2045
Octal31122727503162547240105
Binary110010011001011110111101011001110101011001110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997BD; }

 p { color: rgb(201,151,189); }

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

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

 a { background-color: rgb(201,151,189); }

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

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

 span { border-color: rgb(201,151,189); }

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