#C696BF

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

Shades of Lilac #C696BF

Tints of Lilac #C696BF

Color information

#C696BF (or 0xC696BF) is unknown color: approx Lilac. HEX triplet: C6, 96 and BF. RGB value is (198,150,191). Sum of RGB (Red+Green+Blue) = 198+150+191=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C696BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696BF is #396940. Grayscale: #A8A8A8. Windows color (decimal): -3762497 or 12555974. OLE color: 12555974.

HSL color Cylindrical-coordinate representation of color #C696BF: hue angle of 308.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696BF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198150191-
CMYK00.240.040.22
HSL308.75º29.63%68.24%-
HSV(B)308.75º24.24%77.65%-
XYZ43.637.5854.25-
YUV169.03140.4148.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 191 (75% from 255) = 35.44%
R=36.73%
G=27.83%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815019100.240.040.22308.7529.6368.24
HexC696BF0184161351e44
Octal30622627703042646536104
Binary11000110100101101011111101100010010110100110101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696BF; }

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

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

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

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

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

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

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

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