#C686C5

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

Shades of Lilac #C686C5

Tints of Lilac #C686C5

Color information

#C686C5 (or 0xC686C5) is unknown color: approx Lilac. HEX triplet: C6, 86 and C5. RGB value is (198,134,197). Sum of RGB (Red+Green+Blue) = 198+134+197=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C686C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686C5 is #39793A. Grayscale: #A0A0A0. Windows color (decimal): -3766587 or 12945094. OLE color: 12945094.

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

Color convert

RGB198134197-
CMYK00.320.010.22
HSL300.94º35.96%65.1%-
HSV(B)300.94º32.32%77.65%-
XYZ41.8933.0957-
YUV160.32148.7154.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 197 (77.34% from 255) = 37.24%
R=37.43%
G=25.33%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813419700.320.010.22300.9435.9665.1
HexC686C502011612d2441
Octal30620630504012645544101
Binary11000110100001101100010101000001101101001011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686C5; }

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

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

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

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

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

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

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

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