#C496BD

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

Shades of Lilac #C496BD

Tints of Lilac #C496BD

Color information

#C496BD (or 0xC496BD) is unknown color: approx Lilac. HEX triplet: C4, 96 and BD. RGB value is (196,150,189). Sum of RGB (Red+Green+Blue) = 196+150+189=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C496BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496BD is #3B6942. Grayscale: #A8A8A8. Windows color (decimal): -3893571 or 12424900. OLE color: 12424900.

HSL color Cylindrical-coordinate representation of color #C496BD: hue angle of 309.13º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C496BD is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196150189-
CMYK00.230.040.23
HSL309.13º28.05%67.84%-
HSV(B)309.13º23.47%76.86%-
XYZ42.8637.2253.07-
YUV168.2139.74147.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=36.64%
G=28.04%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615018900.230.040.23309.1328.0567.84
HexC496BD0174171351c44
Octal30422627502742746534104
Binary11000100100101101011110101011110010111100110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496BD; }

 p { color: rgb(196,150,189); }

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

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

 a { background-color: rgb(196,150,189); }

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

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

 span { border-color: rgb(196,150,189); }

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