#C5A5CC

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

Shades of Lilac #C5A5CC

Tints of Lilac #C5A5CC

Color information

#C5A5CC (or 0xC5A5CC) is unknown color: approx Lilac. HEX triplet: C5, A5 and CC. RGB value is (197,165,204). Sum of RGB (Red+Green+Blue) = 197+165+204=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5CC is #3A5A33. Grayscale: #B2B2B2. Windows color (decimal): -3824180 or 13411781. OLE color: 13411781.

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

Color convert

RGB197165204-
CMYK0.030.1900.2
HSL289.23º27.66%72.35%-
HSV(B)289.23º19.12%80%-
XYZ47.3843.1462.96-
YUV179.01142.1140.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 165 (64.84% from 255) = 29.15%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=34.81%
G=29.15%
B=36.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971652040.030.1900.2289.2327.6672.35
HexC5A5CC3130141211c48
Octal30524531432302444134110
Binary1100010110100101110011001110011010100100100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A5CC; }

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

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

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

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

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

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

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

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