#C988C2

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

Shades of Lilac #C988C2

Tints of Lilac #C988C2

Color information

#C988C2 (or 0xC988C2) is unknown color: approx Lilac. HEX triplet: C9, 88 and C2. RGB value is (201,136,194). Sum of RGB (Red+Green+Blue) = 201+136+194=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C988C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988C2 is #36773D. Grayscale: #A1A1A1. Windows color (decimal): -3569470 or 12749001. OLE color: 12749001.

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

Color convert

RGB201136194-
CMYK00.320.030.21
HSL306.46º37.57%66.08%-
HSV(B)306.46º32.34%78.82%-
XYZ42.6333.9255.34-
YUV162.05146.03155.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=37.85%
G=25.61%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113619400.320.030.21306.4637.5766.08
HexC988C20203151322642
Octal31121030204032546246102
Binary110010011000100011000010010000011101011001100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988C2; }

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

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

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

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

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

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

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

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