#C696CF

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

Shades of Lilac #C696CF

Tints of Lilac #C696CF

Color information

#C696CF (or 0xC696CF) is unknown color: approx Lilac. HEX triplet: C6, 96 and CF. RGB value is (198,150,207). Sum of RGB (Red+Green+Blue) = 198+150+207=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #C696CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696CF is #396930. Grayscale: #AAAAAA. Windows color (decimal): -3762481 or 13604550. OLE color: 13604550.

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

Color convert

RGB198150207-
CMYK0.040.2800.19
HSL290.53º37.25%70%-
HSV(B)290.53º27.54%81.18%-
XYZ45.4638.3264.03-
YUV170.85148.4147.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=35.68%
G=27.03%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981502070.040.2800.19290.5337.2570
HexC696CF41C0131232546
Octal30622631743402344345106
Binary110001101001011011001111100111000100111001000111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696CF; }

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

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

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

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

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

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

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

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