#C2A1BD

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

Shades of Lilac #C2A1BD

Tints of Lilac #C2A1BD

Color information

#C2A1BD (or 0xC2A1BD) is unknown color: approx Lilac. HEX triplet: C2, A1 and BD. RGB value is (194,161,189). Sum of RGB (Red+Green+Blue) = 194+161+189=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1BD is #3D5E42. Grayscale: #ADADAD. Windows color (decimal): -4021827 or 12427714. OLE color: 12427714.

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

Color convert

RGB194161189-
CMYK00.170.030.24
HSL309.09º21.29%69.61%-
HSV(B)309.09º17.01%76.08%-
XYZ44.1840.6353.66-
YUV174.06136.43142.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=35.66%
G=29.60%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416118900.170.030.24309.0921.2969.61
HexC2A1BD0113181351546
Octal30224127502133046525106
Binary1100001010100001101111010100011111000100110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1BD; }

 p { color: rgb(194,161,189); }

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

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

 a { background-color: rgb(194,161,189); }

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

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

 span { border-color: rgb(194,161,189); }

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