#C6A0CC

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

Shades of Lilac #C6A0CC

Tints of Lilac #C6A0CC

Color information

#C6A0CC (or 0xC6A0CC) is unknown color: approx Lilac. HEX triplet: C6, A0 and CC. RGB value is (198,160,204). Sum of RGB (Red+Green+Blue) = 198+160+204=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0CC is #395F33. Grayscale: #B0B0B0. Windows color (decimal): -3759924 or 13410502. OLE color: 13410502.

HSL color Cylindrical-coordinate representation of color #C6A0CC: hue angle of 291.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A0CC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198160204-
CMYK0.030.2200.2
HSL291.82º30.14%71.37%-
HSV(B)291.82º21.57%80%-
XYZ46.7641.5162.67-
YUV176.38143.59143.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=35.23%
G=28.47%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981602040.030.2200.2291.8230.1471.37
HexC6A0CC3160141241e47
Octal30624031432602444436107
Binary1100011010100000110011001110110010100100100100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A0CC; }

 p { color: rgb(198,160,204); }

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

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

 a { background-color: rgb(198,160,204); }

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

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

 span { border-color: rgb(198,160,204); }

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