#C988C4

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

Shades of Lilac #C988C4

Tints of Lilac #C988C4

Color information

#C988C4 (or 0xC988C4) is unknown color: approx Lilac. HEX triplet: C9, 88 and C4. RGB value is (201,136,196). Sum of RGB (Red+Green+Blue) = 201+136+196=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C988C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988C4 is #36773B. Grayscale: #A2A2A2. Windows color (decimal): -3569468 or 12880073. OLE color: 12880073.

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

Color convert

RGB201136196-
CMYK00.320.020.21
HSL304.62º37.57%66.08%-
HSV(B)304.62º32.34%78.82%-
XYZ42.8634.0156.53-
YUV162.27147.03155.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=37.71%
G=25.52%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113619600.320.020.21304.6237.5766.08
HexC988C40202151312642
Octal31121030404022546146102
Binary110010011000100011000100010000010101011001100011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988C4; }

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

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

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

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

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

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

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

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