#C696C5

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

Shades of Lilac #C696C5

Tints of Lilac #C696C5

Color information

#C696C5 (or 0xC696C5) is unknown color: approx Lilac. HEX triplet: C6, 96 and C5. RGB value is (198,150,197). Sum of RGB (Red+Green+Blue) = 198+150+197=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C696C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696C5 is #39693A. Grayscale: #A9A9A9. Windows color (decimal): -3762491 or 12949190. OLE color: 12949190.

HSL color Cylindrical-coordinate representation of color #C696C5: hue angle of 301.25º 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 #C696C5 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198150197-
CMYK00.240.010.22
HSL301.25º29.63%68.24%-
HSV(B)301.25º24.24%77.65%-
XYZ44.2737.8557.8-
YUV169.71143.4148.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=36.33%
G=27.52%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815019700.240.010.22301.2529.6368.24
HexC696C501811612d1e44
Octal30622630503012645536104
Binary110001101001011011000101011000110110100101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696C5; }

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

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

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

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

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

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

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

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