#C491C1

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

Shades of Lilac #C491C1

Tints of Lilac #C491C1

Color information

#C491C1 (or 0xC491C1) is unknown color: approx Lilac. HEX triplet: C4, 91 and C1. RGB value is (196,145,193). Sum of RGB (Red+Green+Blue) = 196+145+193=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C491C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491C1 is #3B6E3E. Grayscale: #A5A5A5. Windows color (decimal): -3894847 or 12685764. OLE color: 12685764.

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

Color convert

RGB196145193-
CMYK00.260.020.23
HSL303.53º30.18%66.86%-
HSV(B)303.53º26.02%76.86%-
XYZ42.5235.8455.13-
YUV165.72143.4149.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=36.70%
G=27.15%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614519300.260.020.23303.5330.1866.86
HexC491C101A2171301e43
Octal30422130103222746036103
Binary1100010010010001110000010110101010111100110000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491C1; }

 p { color: rgb(196,145,193); }

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

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

 a { background-color: rgb(196,145,193); }

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

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

 span { border-color: rgb(196,145,193); }

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