#C988BD

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

Shades of Lilac #C988BD

Tints of Lilac #C988BD

Color information

#C988BD (or 0xC988BD) is unknown color: approx Lilac. HEX triplet: C9, 88 and BD. RGB value is (201,136,189). Sum of RGB (Red+Green+Blue) = 201+136+189=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C988BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988BD is #367742. Grayscale: #A1A1A1. Windows color (decimal): -3569475 or 12421321. OLE color: 12421321.

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

Color convert

RGB201136189-
CMYK00.320.060.21
HSL311.08º37.57%66.08%-
HSV(B)311.08º32.34%78.82%-
XYZ42.0833.752.43-
YUV161.48143.53156.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=38.21%
G=25.86%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113618900.320.060.21311.0837.5766.08
HexC988BD0206151372642
Octal31121027504062546746102
Binary1100100110001000101111010100000110101011001101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988BD; }

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

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

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

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

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

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

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

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