#C6A4C7

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

Shades of Lilac #C6A4C7

Tints of Lilac #C6A4C7

Color information

#C6A4C7 (or 0xC6A4C7) is unknown color: approx Lilac. HEX triplet: C6, A4 and C7. RGB value is (198,164,199). Sum of RGB (Red+Green+Blue) = 198+164+199=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #C6A4C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4C7 is #395B38. Grayscale: #B2B2B2. Windows color (decimal): -3758905 or 13083846. OLE color: 13083846.

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

Color convert

RGB198164199-
CMYK0.010.1800.22
HSL298.29º23.81%71.18%-
HSV(B)298.29º17.59%78.04%-
XYZ46.8742.6859.8-
YUV178.16139.76142.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=35.29%
G=29.23%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981641990.010.1800.22298.2923.8171.18
HexC6A4C711201612a1847
Octal30624430712202645230107
Binary110001101010010011000111110010010110100101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4C7; }

 p { color: rgb(198,164,199); }

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

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

 a { background-color: rgb(198,164,199); }

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

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

 span { border-color: rgb(198,164,199); }

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