#C2ABC3

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

Shades of Lilac #C2ABC3

Tints of Lilac #C2ABC3

Color information

#C2ABC3 (or 0xC2ABC3) is unknown color: approx Lilac. HEX triplet: C2, AB and C3. RGB value is (194,171,195). Sum of RGB (Red+Green+Blue) = 194+171+195=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABC3 is #3D543C. Grayscale: #B4B4B4. Windows color (decimal): -4019261 or 12823490. OLE color: 12823490.

HSL color Cylindrical-coordinate representation of color #C2ABC3: hue angle of 297.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABC3 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194171195-
CMYK0.010.1200.24
HSL297.5º16.67%71.76%-
HSV(B)297.5º12.31%76.47%-
XYZ46.6644.5457.77-
YUV180.61136.12137.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=34.64%
G=30.54%
B=34.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941711950.010.1200.24297.516.6771.76
HexC2ABC31C01812a1148
Octal30225330311403045221110
Binary11000010101010111100001111100011000100101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABC3; }

 p { color: rgb(194,171,195); }

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

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

 a { background-color: rgb(194,171,195); }

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

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

 span { border-color: rgb(194,171,195); }

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