#C685CE

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

Shades of Lilac #C685CE

Tints of Lilac #C685CE

Color information

#C685CE (or 0xC685CE) is unknown color: approx Lilac. HEX triplet: C6, 85 and CE. RGB value is (198,133,206). Sum of RGB (Red+Green+Blue) = 198+133+206=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #C685CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CE is #397A31. Grayscale: #A0A0A0. Windows color (decimal): -3766834 or 13534662. OLE color: 13534662.

HSL color Cylindrical-coordinate representation of color #C685CE: hue angle of 293.42º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C685CE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198133206-
CMYK0.040.3500.19
HSL293.42º42.69%66.47%-
HSV(B)293.42º35.44%80.78%-
XYZ42.8233.2462.55-
YUV160.76153.53154.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=36.87%
G=24.77%
B=38.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981332060.040.3500.19293.4242.6966.47
HexC685CE4230131252b42
Octal30620531644302344553102
Binary1100011010000101110011101001000110100111001001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685CE; }

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

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

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

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

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

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

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

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