#c696ce

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

Shades of Lilac #C696CE

Tints of Lilac #C696CE

Color information

#C696CE (or 0xC696CE) is unknown color: approx Lilac. HEX triplet: C6, 96 and CE. RGB value is (198,150,206). Sum of RGB (Red+Green+Blue) = 198+150+206=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C696CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696CE is #396931. Grayscale: #AAAAAA. Windows color (decimal): -3762482 or 13539014. OLE color: 13539014.

HSL color Cylindrical-coordinate representation of color #C696CE: hue angle of 291.43º 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 #C696CE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198150206-
CMYK0.040.2700.19
HSL291.43º36.36%69.8%-
HSV(B)291.43º27.18%80.78%-
XYZ45.3438.2763.39-
YUV170.74147.9147.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=35.74%
G=27.08%
B=37.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981502060.040.2700.19291.4336.3669.8
HexC696CE41B0131232446
Octal30622631643302344344106
Binary110001101001011011001110100110110100111001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c696ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c696ce; }

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

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

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

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

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

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

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

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