#C991CB

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

Shades of Lilac #C991CB

Tints of Lilac #C991CB

Color information

#C991CB (or 0xC991CB) is unknown color: approx Lilac. HEX triplet: C9, 91 and CB. RGB value is (201,145,203). Sum of RGB (Red+Green+Blue) = 201+145+203=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #C991CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991CB is #366E34. Grayscale: #A8A8A8. Windows color (decimal): -3567157 or 13341129. OLE color: 13341129.

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

Color convert

RGB201145203-
CMYK0.010.2900.20
HSL297.93º35.8%68.24%-
HSV(B)297.93º28.57%79.61%-
XYZ44.9936.9861.27-
YUV168.36147.55151.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=36.61%
G=26.41%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011452030.010.2900.20297.9335.868.24
HexC991CB11D01412a2444
Octal31122131313502445244104
Binary1100100110010001110010111111010101001001010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991CB; }

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

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

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

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

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

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

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

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