#C988CF

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

Shades of Lilac #C988CF

Tints of Lilac #C988CF

Color information

#C988CF (or 0xC988CF) is unknown color: approx Lilac. HEX triplet: C9, 88 and CF. RGB value is (201,136,207). Sum of RGB (Red+Green+Blue) = 201+136+207=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #C988CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988CF is #367730. Grayscale: #A3A3A3. Windows color (decimal): -3569457 or 13600969. OLE color: 13600969.

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

Color convert

RGB201136207-
CMYK0.030.3400.19
HSL294.93º42.51%67.25%-
HSV(B)294.93º34.3%81.18%-
XYZ44.1534.5363.37-
YUV163.53152.53154.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=36.95%
G=25%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011362070.030.3400.19294.9342.5167.25
HexC988CF3220131272b43
Octal31121031734202344753103
Binary110010011000100011001111111000100100111001001111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988CF; }

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

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

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

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

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

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

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

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