#C4A7C5

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

Shades of Lilac #C4A7C5

Tints of Lilac #C4A7C5

Color information

#C4A7C5 (or 0xC4A7C5) is unknown color: approx Lilac. HEX triplet: C4, A7 and C5. RGB value is (196,167,197). Sum of RGB (Red+Green+Blue) = 196+167+197=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #C4A7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A7C5 is #3B583A. Grayscale: #B3B3B3. Windows color (decimal): -3889211 or 12953540. OLE color: 12953540.

HSL color Cylindrical-coordinate representation of color #C4A7C5: hue angle of 298º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4A7C5 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB196167197-
CMYK0.010.1500.23
HSL298º20.55%71.37%-
HSV(B)298º15.23%77.25%-
XYZ46.6643.458.74-
YUV179.09138.11140.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=35%
G=29.82%
B=35.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961671970.010.1500.2329820.5571.37
HexC4A7C51F01712a1547
Octal30424730511702745225107
Binary11000100101001111100010111111010111100101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A7C5; }

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

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

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

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

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

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

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

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