#C5A2CC

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

Shades of Lilac #C5A2CC

Tints of Lilac #C5A2CC

Color information

#C5A2CC (or 0xC5A2CC) is unknown color: approx Lilac. HEX triplet: C5, A2 and CC. RGB value is (197,162,204). Sum of RGB (Red+Green+Blue) = 197+162+204=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2CC is #3A5D33. Grayscale: #B1B1B1. Windows color (decimal): -3824948 or 13411013. OLE color: 13411013.

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

Color convert

RGB197162204-
CMYK0.030.2100.2
HSL290º29.17%71.76%-
HSV(B)290º20.59%80%-
XYZ46.8542.0762.78-
YUV177.25143.1142.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=34.99%
G=28.77%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971622040.030.2100.229029.1771.76
HexC5A2CC3150141221d48
Octal30524231432502444235110
Binary1100010110100010110011001110101010100100100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2CC; }

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

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

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

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

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

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

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

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