#C49DCA

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

Shades of Lilac #C49DCA

Tints of Lilac #C49DCA

Color information

#C49DCA (or 0xC49DCA) is unknown color: approx Lilac. HEX triplet: C4, 9D and CA. RGB value is (196,157,202). Sum of RGB (Red+Green+Blue) = 196+157+202=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #C49DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DCA is #3B6235. Grayscale: #ADADAD. Windows color (decimal): -3891766 or 13278660. OLE color: 13278660.

HSL color Cylindrical-coordinate representation of color #C49DCA: hue angle of 292º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49DCA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196157202-
CMYK0.030.2200.21
HSL292º29.8%70.39%-
HSV(B)292º22.28%79.22%-
XYZ45.4840.1161.22-
YUV173.79143.92143.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=35.32%
G=28.29%
B=36.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961572020.030.2200.2129229.870.39
HexC49DCA3160151241e46
Octal30423531232602544436106
Binary1100010010011101110010101110110010101100100100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DCA; }

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

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

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

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

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

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

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

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