#C9A4CF

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

Shades of Lilac #C9A4CF

Tints of Lilac #C9A4CF

Color information

#C9A4CF (or 0xC9A4CF) is unknown color: approx Lilac. HEX triplet: C9, A4 and CF. RGB value is (201,164,207). Sum of RGB (Red+Green+Blue) = 201+164+207=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4CF is #365B30. Grayscale: #B3B3B3. Windows color (decimal): -3562289 or 13608137. OLE color: 13608137.

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

Color convert

RGB201164207-
CMYK0.030.2100.19
HSL291.63º30.94%72.75%-
HSV(B)291.63º20.77%81.18%-
XYZ48.6343.4764.86-
YUV179.96143.26143-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=35.14%
G=28.67%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011642070.030.2100.19291.6330.9472.75
HexC9A4CF3150131241f49
Octal31124431732502344437111
Binary1100100110100100110011111110101010011100100100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4CF; }

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

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

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

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

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

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

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

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