#C6A1CC

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

Shades of Lilac #C6A1CC

Tints of Lilac #C6A1CC

Color information

#C6A1CC (or 0xC6A1CC) is unknown color: approx Lilac. HEX triplet: C6, A1 and CC. RGB value is (198,161,204). Sum of RGB (Red+Green+Blue) = 198+161+204=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1CC is #395E33. Grayscale: #B0B0B0. Windows color (decimal): -3759668 or 13410758. OLE color: 13410758.

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

Color convert

RGB198161204-
CMYK0.030.2100.2
HSL291.63º29.66%71.57%-
HSV(B)291.63º21.08%80%-
XYZ46.9341.8662.73-
YUV176.96143.26143-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=35.17%
G=28.60%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981612040.030.2100.2291.6329.6671.57
HexC6A1CC3150141241e48
Octal30624131432502444436110
Binary1100011010100001110011001110101010100100100100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1CC; }

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

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

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

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

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

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

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

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