#C9A2CE

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

Shades of Lilac #C9A2CE

Tints of Lilac #C9A2CE

Color information

#C9A2CE (or 0xC9A2CE) is unknown color: approx Lilac. HEX triplet: C9, A2 and CE. RGB value is (201,162,206). Sum of RGB (Red+Green+Blue) = 201+162+206=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2CE is #365D31. Grayscale: #B2B2B2. Windows color (decimal): -3562802 or 13542089. OLE color: 13542089.

HSL color Cylindrical-coordinate representation of color #C9A2CE: hue angle of 293.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A2CE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201162206-
CMYK0.020.2100.19
HSL293.18º30.99%72.16%-
HSV(B)293.18º21.36%80.78%-
XYZ48.1542.7164.1-
YUV178.68143.42143.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=35.33%
G=28.47%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011622060.020.2100.19293.1830.9972.16
HexC9A2CE2150131251f48
Octal31124231622502344537110
Binary1100100110100010110011101010101010011100100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2CE; }

 p { color: rgb(201,162,206); }

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

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

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

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

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

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

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