#C494C5

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

Shades of Lilac #C494C5

Tints of Lilac #C494C5

Color information

#C494C5 (or 0xC494C5) is unknown color: approx Lilac. HEX triplet: C4, 94 and C5. RGB value is (196,148,197). Sum of RGB (Red+Green+Blue) = 196+148+197=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #C494C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494C5 is #3B6B3A. Grayscale: #A7A7A7. Windows color (decimal): -3894075 or 12948676. OLE color: 12948676.

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

Color convert

RGB196148197-
CMYK0.010.2500.23
HSL298.78º29.7%67.65%-
HSV(B)298.78º24.87%77.25%-
XYZ43.4336.9557.67-
YUV167.94144.4148.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=36.23%
G=27.36%
B=36.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961481970.010.2500.23298.7829.767.65
HexC494C511901712b1e44
Octal30422430513102745336104
Binary110001001001010011000101111001010111100101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494C5; }

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

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

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

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

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

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

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

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