#C49BCC

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

Shades of Lilac #C49BCC

Tints of Lilac #C49BCC

Color information

#C49BCC (or 0xC49BCC) is unknown color: approx Lilac. HEX triplet: C4, 9B and CC. RGB value is (196,155,204). Sum of RGB (Red+Green+Blue) = 196+155+204=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C49BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BCC is #3B6433. Grayscale: #ACACAC. Windows color (decimal): -3892276 or 13409220. OLE color: 13409220.

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

Color convert

RGB196155204-
CMYK0.040.2400.2
HSL290.2º32.45%70.39%-
HSV(B)290.2º24.02%80%-
XYZ45.3939.5462.37-
YUV172.84145.58144.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=35.32%
G=27.93%
B=36.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961552040.040.2400.2290.232.4570.39
HexC49BCC4180141222046
Octal30423331443002444240106
Binary110001001001101111001100100110000101001001000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BCC; }

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

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

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

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

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

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

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

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