#C682C0

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

Shades of Lilac #C682C0

Tints of Lilac #C682C0

Color information

#C682C0 (or 0xC682C0) is unknown color: approx Lilac. HEX triplet: C6, 82 and C0. RGB value is (198,130,192). Sum of RGB (Red+Green+Blue) = 198+130+192=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C682C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682C0 is #397D3F. Grayscale: #9D9D9D. Windows color (decimal): -3767616 or 12616390. OLE color: 12616390.

HSL color Cylindrical-coordinate representation of color #C682C0: hue angle of 305.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682C0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198130192-
CMYK00.340.030.22
HSL305.29º37.36%64.31%-
HSV(B)305.29º34.34%77.65%-
XYZ40.7931.7853.85-
YUV157.4147.53156.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=38.08%
G=25%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813019200.340.030.22305.2937.3664.31
HexC682C00223161312540
Octal30620230004232646145100
Binary110001101000001011000000010001011101101001100011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682C0; }

 p { color: rgb(198,130,192); }

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

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

 a { background-color: rgb(198,130,192); }

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

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

 span { border-color: rgb(198,130,192); }

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