#C697CE

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

Shades of Lilac #C697CE

Tints of Lilac #C697CE

Color information

#C697CE (or 0xC697CE) is unknown color: approx Lilac. HEX triplet: C6, 97 and CE. RGB value is (198,151,206). Sum of RGB (Red+Green+Blue) = 198+151+206=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #C697CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697CE is #396831. Grayscale: #ABABAB. Windows color (decimal): -3762226 or 13539270. OLE color: 13539270.

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

Color convert

RGB198151206-
CMYK0.040.2700.19
HSL291.27º35.95%70%-
HSV(B)291.27º26.7%80.78%-
XYZ45.538.663.44-
YUV171.32147.57147.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=35.68%
G=27.21%
B=37.12%

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
Decimal1981512060.040.2700.19291.2735.9570
HexC697CE41B0131232446
Octal30622731643302344344106
Binary110001101001011111001110100110110100111001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697CE; }

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

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

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

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

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

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

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

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