#C49FCA

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

Shades of Lilac #C49FCA

Tints of Lilac #C49FCA

Color information

#C49FCA (or 0xC49FCA) is unknown color: approx Lilac. HEX triplet: C4, 9F and CA. RGB value is (196,159,202). Sum of RGB (Red+Green+Blue) = 196+159+202=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #C49FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FCA is #3B6035. Grayscale: #AEAEAE. Windows color (decimal): -3891254 or 13279172. OLE color: 13279172.

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

Color convert

RGB196159202-
CMYK0.030.2100.21
HSL291.63º28.86%70.78%-
HSV(B)291.63º21.29%79.22%-
XYZ45.8240.861.34-
YUV174.96143.26143-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=35.19%
G=28.55%
B=36.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961592020.030.2100.21291.6328.8670.78
HexC49FCA3150151241d47
Octal30423731232502544435107
Binary1100010010011111110010101110101010101100100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FCA; }

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

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

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

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

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

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

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

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