#C686CD

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

Shades of Lilac #C686CD

Tints of Lilac #C686CD

Color information

#C686CD (or 0xC686CD) is unknown color: approx Lilac. HEX triplet: C6, 86 and CD. RGB value is (198,134,205). Sum of RGB (Red+Green+Blue) = 198+134+205=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C686CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686CD is #397932. Grayscale: #A1A1A1. Windows color (decimal): -3766579 or 13469382. OLE color: 13469382.

HSL color Cylindrical-coordinate representation of color #C686CD: hue angle of 294.08º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C686CD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198134205-
CMYK0.030.3500.20
HSL294.08º41.52%66.47%-
HSV(B)294.08º34.63%80.39%-
XYZ42.8333.4661.96-
YUV161.23152.7154.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=36.87%
G=24.95%
B=38.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981342050.030.3500.20294.0841.5266.47
HexC686CD3230141262a42
Octal30620631534302444652102
Binary110001101000011011001101111000110101001001001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686CD; }

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

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

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

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

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

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

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

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