#C686CA

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

Shades of Lilac #C686CA

Tints of Lilac #C686CA

Color information

#C686CA (or 0xC686CA) is unknown color: approx Lilac. HEX triplet: C6, 86 and CA. RGB value is (198,134,202). Sum of RGB (Red+Green+Blue) = 198+134+202=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C686CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686CA is #397935. Grayscale: #A0A0A0. Windows color (decimal): -3766582 or 13272774. OLE color: 13272774.

HSL color Cylindrical-coordinate representation of color #C686CA: hue angle of 296.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C686CA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198134202-
CMYK0.020.3400.21
HSL296.47º39.08%65.88%-
HSV(B)296.47º33.66%79.22%-
XYZ42.4733.3260.07-
YUV160.89151.2154.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=37.08%
G=25.09%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981342020.020.3400.21296.4739.0865.88
HexC686CA2220151282742
Octal30620631224202545047102
Binary110001101000011011001010101000100101011001010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686CA; }

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

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

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

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

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

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

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

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