#C997BC

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

Shades of Lily #C997BC

Tints of Lily #C997BC

Color information

#C997BC (or 0xC997BC) is unknown color: approx Lily. HEX triplet: C9, 97 and BC. RGB value is (201,151,188). Sum of RGB (Red+Green+Blue) = 201+151+188=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BC is #366843. Grayscale: #AAAAAA. Windows color (decimal): -3565636 or 12359625. OLE color: 12359625.

HSL color Cylindrical-coordinate representation of color #C997BC: hue angle of 315.6º 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 #C997BC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201151188-
CMYK00.250.060.21
HSL315.6º31.65%69.02%-
HSV(B)315.6º24.88%78.82%-
XYZ44.2338.1852.62-
YUV170.17138.06149.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=37.22%
G=27.96%
B=34.81%

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
Decimal20115118800.250.060.21315.631.6569.02
HexC997BC01961513c2045
Octal31122727403162547440105
Binary110010011001011110111100011001110101011001111001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997BC; }

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

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

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

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

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

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

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

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