#C5A7C8

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

Shades of Lilac #C5A7C8

Tints of Lilac #C5A7C8

Color information

#C5A7C8 (or 0xC5A7C8) is unknown color: approx Lilac. HEX triplet: C5, A7 and C8. RGB value is (197,167,200). Sum of RGB (Red+Green+Blue) = 197+167+200=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7C8 is #3A5837. Grayscale: #B3B3B3. Windows color (decimal): -3823672 or 13150149. OLE color: 13150149.

HSL color Cylindrical-coordinate representation of color #C5A7C8: hue angle of 294.55º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5A7C8 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197167200-
CMYK0.020.1600.22
HSL294.55º23.08%71.96%-
HSV(B)294.55º16.5%78.43%-
XYZ47.2743.6860.58-
YUV179.73139.44140.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 167 (65.62% from 255) = 29.61%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=34.93%
G=29.61%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971672000.020.1600.22294.5523.0871.96
HexC5A7C82100161271748
Octal30524731022002644727110
Binary1100010110100111110010001010000010110100100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7C8; }

 p { color: rgb(197,167,200); }

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

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

 a { background-color: rgb(197,167,200); }

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

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

 span { border-color: rgb(197,167,200); }

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