#C9B2C9

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

Shades of Lilac #C9B2C9

Tints of Lilac #C9B2C9

Color information

#C9B2C9 (or 0xC9B2C9) is unknown color: approx Lilac. HEX triplet: C9, B2 and C9. RGB value is (201,178,201). Sum of RGB (Red+Green+Blue) = 201+178+201=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C9B2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2C9 is #364D36. Grayscale: #BBBBBB. Windows color (decimal): -3558711 or 13218505. OLE color: 13218505.

HSL color Cylindrical-coordinate representation of color #C9B2C9: hue angle of 300º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B2C9 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201178201-
CMYK00.1100.21
HSL300º17.56%74.31%-
HSV(B)300º11.44%78.82%-
XYZ50.5548.4861.95-
YUV187.5135.62137.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=34.66%
G=30.69%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117820100.1100.2130017.5674.31
HexC9B2C90B01512c124a
Octal31126231101302545422112
Binary11001001101100101100100101011010101100101100100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2C9; }

 p { color: rgb(201,178,201); }

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

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

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

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

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

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

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