#C6A3CB

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

Shades of Lilac #C6A3CB

Tints of Lilac #C6A3CB

Color information

#C6A3CB (or 0xC6A3CB) is unknown color: approx Lilac. HEX triplet: C6, A3 and CB. RGB value is (198,163,203). Sum of RGB (Red+Green+Blue) = 198+163+203=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A3CB is #395C34. Grayscale: #B1B1B1. Windows color (decimal): -3759157 or 13345734. OLE color: 13345734.

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

Color convert

RGB198163203-
CMYK0.020.2000.20
HSL292.5º27.78%71.76%-
HSV(B)292.5º19.7%79.61%-
XYZ47.1742.5162.22-
YUV178.02142.1142.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=35.11%
G=28.90%
B=35.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981632030.020.2000.20292.527.7871.76
HexC6A3CB2140141241c48
Octal30624331322402444434110
Binary1100011010100011110010111010100010100100100100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A3CB; }

 p { color: rgb(198,163,203); }

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

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

 a { background-color: rgb(198,163,203); }

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

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

 span { border-color: rgb(198,163,203); }

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