#C5A2CA

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

Shades of Lilac #C5A2CA

Tints of Lilac #C5A2CA

Color information

#C5A2CA (or 0xC5A2CA) is unknown color: approx Lilac. HEX triplet: C5, A2 and CA. RGB value is (197,162,202). Sum of RGB (Red+Green+Blue) = 197+162+202=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2CA is #3A5D35. Grayscale: #B0B0B0. Windows color (decimal): -3824950 or 13279941. OLE color: 13279941.

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

Color convert

RGB197162202-
CMYK0.020.2000.21
HSL292.5º27.4%71.37%-
HSV(B)292.5º19.8%79.22%-
XYZ46.6141.9861.52-
YUV177.02142.1142.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=35.12%
G=28.88%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971622020.020.2000.21292.527.471.37
HexC5A2CA2140151241b47
Octal30524231222402544433107
Binary1100010110100010110010101010100010101100100100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2CA; }

 p { color: rgb(197,162,202); }

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

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

 a { background-color: rgb(197,162,202); }

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

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

 span { border-color: rgb(197,162,202); }

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