#C988CB

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

Shades of Lilac #C988CB

Tints of Lilac #C988CB

Color information

#C988CB (or 0xC988CB) is unknown color: approx Lilac. HEX triplet: C9, 88 and CB. RGB value is (201,136,203). Sum of RGB (Red+Green+Blue) = 201+136+203=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #C988CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988CB is #367734. Grayscale: #A2A2A2. Windows color (decimal): -3569461 or 13338825. OLE color: 13338825.

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

Color convert

RGB201136203-
CMYK0.010.3300.20
HSL298.21º39.18%66.47%-
HSV(B)298.21º33%79.61%-
XYZ43.6734.3460.83-
YUV163.07150.53155.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=37.22%
G=25.19%
B=37.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011362030.010.3300.20298.2139.1866.47
HexC988CB12101412a2742
Octal31121031314102445247102
Binary11001001100010001100101111000010101001001010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988CB; }

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

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

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

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

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

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

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

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