#C3B1C2

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

Shades of Lilac #C3B1C2

Tints of Lilac #C3B1C2

Color information

#C3B1C2 (or 0xC3B1C2) is unknown color: approx Lilac. HEX triplet: C3, B1 and C2. RGB value is (195,177,194). Sum of RGB (Red+Green+Blue) = 195+177+194=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1C2 is #3C4E3D. Grayscale: #B8B8B8. Windows color (decimal): -3952190 or 12759491. OLE color: 12759491.

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

Color convert

RGB195177194-
CMYK00.090.010.24
HSL303.33º13.04%72.94%-
HSV(B)303.33º9.23%76.47%-
XYZ47.9746.9457.57-
YUV184.32133.46135.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 194 (76.17% from 255) = 34.28%
R=34.45%
G=31.27%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517719400.090.010.24303.3313.0472.94
HexC3B1C20911812fd49
Octal30326130201113045715111
Binary1100001110110001110000100100111100010010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1C2; }

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

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

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

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

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

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

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

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