#C988D0

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

Shades of Lilac #C988D0

Tints of Lilac #C988D0

Color information

#C988D0 (or 0xC988D0) is unknown color: approx Lilac. HEX triplet: C9, 88 and D0. RGB value is (201,136,208). Sum of RGB (Red+Green+Blue) = 201+136+208=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #C988D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988D0 is #36772F. Grayscale: #A3A3A3. Windows color (decimal): -3569456 or 13666505. OLE color: 13666505.

HSL color Cylindrical-coordinate representation of color #C988D0: hue angle of 294.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C988D0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201136208-
CMYK0.030.3500.18
HSL294.17º43.37%67.45%-
HSV(B)294.17º34.62%81.57%-
XYZ44.2834.5864.02-
YUV163.64153.03154.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=36.88%
G=24.95%
B=38.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011362080.030.3500.18294.1743.3767.45
HexC988D03230121262b43
Octal31121032034302244653103
Binary110010011000100011010000111000110100101001001101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988D0; }

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

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

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

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

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

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

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

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