#c496c5

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

Shades of Lilac #C496C5

Tints of Lilac #C496C5

Color information

#C496C5 (or 0xC496C5) is unknown color: approx Lilac. HEX triplet: C4, 96 and C5. RGB value is (196,150,197). Sum of RGB (Red+Green+Blue) = 196+150+197=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #C496C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496C5 is #3B693A. Grayscale: #A8A8A8. Windows color (decimal): -3893563 or 12949188. OLE color: 12949188.

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

Color convert

RGB196150197-
CMYK0.010.2400.23
HSL298.72º28.83%68.04%-
HSV(B)298.72º23.86%77.25%-
XYZ43.7537.5857.77-
YUV169.11143.74147.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=36.10%
G=27.62%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961501970.010.2400.23298.7228.8368.04
HexC496C511801712b1d44
Octal30422630513002745335104
Binary110001001001011011000101111000010111100101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c496c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c496c5; }

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

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

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

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

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

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

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

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