#C997CB

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

Shades of Lilac #C997CB

Tints of Lilac #C997CB

Color information

#C997CB (or 0xC997CB) is unknown color: approx Lilac. HEX triplet: C9, 97 and CB. RGB value is (201,151,203). Sum of RGB (Red+Green+Blue) = 201+151+203=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #C997CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997CB is #366834. Grayscale: #ABABAB. Windows color (decimal): -3565621 or 13342665. OLE color: 13342665.

HSL color Cylindrical-coordinate representation of color #C997CB: hue angle of 297.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C997CB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201151203-
CMYK0.010.2600.20
HSL297.69º33.33%69.41%-
HSV(B)297.69º25.62%79.61%-
XYZ45.9338.8661.58-
YUV171.88145.56148.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=36.22%
G=27.21%
B=36.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011512030.010.2600.20297.6933.3369.41
HexC997CB11A01412a2145
Octal31122731313202445241105
Binary1100100110010111110010111110100101001001010101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997CB; }

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

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

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

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

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

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

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

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