#C496CB

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

Shades of Lilac #C496CB

Tints of Lilac #C496CB

Color information

#C496CB (or 0xC496CB) is unknown color: approx Lilac. HEX triplet: C4, 96 and CB. RGB value is (196,150,203). Sum of RGB (Red+Green+Blue) = 196+150+203=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #C496CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496CB is #3B6934. Grayscale: #A9A9A9. Windows color (decimal): -3893557 or 13342404. OLE color: 13342404.

HSL color Cylindrical-coordinate representation of color #C496CB: hue angle of 292.08º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C496CB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196150203-
CMYK0.030.2600.20
HSL292.08º33.76%69.22%-
HSV(B)292.08º26.11%79.61%-
XYZ44.4537.8661.46-
YUV169.8146.74146.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=35.70%
G=27.32%
B=36.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961502030.030.2600.20292.0833.7669.22
HexC496CB31A0141242245
Octal30422631333202444442105
Binary11000100100101101100101111110100101001001001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496CB; }

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

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

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

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

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

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

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

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