#C685CD

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

Shades of Lilac #C685CD

Tints of Lilac #C685CD

Color information

#C685CD (or 0xC685CD) is unknown color: approx Lilac. HEX triplet: C6, 85 and CD. RGB value is (198,133,205). Sum of RGB (Red+Green+Blue) = 198+133+205=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C685CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CD is #397A32. Grayscale: #A0A0A0. Windows color (decimal): -3766835 or 13469126. OLE color: 13469126.

HSL color Cylindrical-coordinate representation of color #C685CD: hue angle of 294.17º 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 #C685CD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198133205-
CMYK0.030.3500.20
HSL294.17º41.86%66.27%-
HSV(B)294.17º35.12%80.39%-
XYZ42.733.1961.91-
YUV160.64153.03154.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=36.94%
G=24.81%
B=38.25%

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
Decimal1981332050.030.3500.20294.1741.8666.27
HexC685CD3230141262a42
Octal30620531534302444652102
Binary110001101000010111001101111000110101001001001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685CD; }

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

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

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

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

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

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

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

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