#c496ce

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

Shades of Lilac #C496CE

Tints of Lilac #C496CE

Color information

#C496CE (or 0xC496CE) is unknown color: approx Lilac. HEX triplet: C4, 96 and CE. RGB value is (196,150,206). Sum of RGB (Red+Green+Blue) = 196+150+206=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C496CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496CE is #3B6931. Grayscale: #A9A9A9. Windows color (decimal): -3893554 or 13539012. OLE color: 13539012.

HSL color Cylindrical-coordinate representation of color #C496CE: hue angle of 289.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C496CE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196150206-
CMYK0.050.2700.19
HSL289.29º36.36%69.8%-
HSV(B)289.29º27.18%80.78%-
XYZ44.813863.37-
YUV170.14148.24146.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 150 (58.98% from 255) = 27.17%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=35.51%
G=27.17%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961502060.050.2700.19289.2936.3669.8
HexC496CE51B0131212446
Octal30422631653302344144106
Binary110001001001011011001110101110110100111001000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c496ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c496ce; }

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

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

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

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

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

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

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

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