#C49DCC

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

Shades of Lilac #C49DCC

Tints of Lilac #C49DCC

Color information

#C49DCC (or 0xC49DCC) is unknown color: approx Lilac. HEX triplet: C4, 9D and CC. RGB value is (196,157,204). Sum of RGB (Red+Green+Blue) = 196+157+204=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #C49DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DCC is #3B6233. Grayscale: #ADADAD. Windows color (decimal): -3891764 or 13409732. OLE color: 13409732.

HSL color Cylindrical-coordinate representation of color #C49DCC: hue angle of 289.79º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C49DCC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196157204-
CMYK0.040.2300.2
HSL289.79º31.54%70.78%-
HSV(B)289.79º23.04%80%-
XYZ45.7240.2162.48-
YUV174.02144.92143.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=35.19%
G=28.19%
B=36.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961572040.040.2300.2289.7931.5470.78
HexC49DCC4170141222047
Octal30423531442702444240107
Binary110001001001110111001100100101110101001001000101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DCC; }

 p { color: rgb(196,157,204); }

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

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

 a { background-color: rgb(196,157,204); }

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

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

 span { border-color: rgb(196,157,204); }

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