#C491BD

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

Shades of Lilac #C491BD

Tints of Lilac #C491BD

Color information

#C491BD (or 0xC491BD) is unknown color: approx Lilac. HEX triplet: C4, 91 and BD. RGB value is (196,145,189). Sum of RGB (Red+Green+Blue) = 196+145+189=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BD is #3B6E42. Grayscale: #A5A5A5. Windows color (decimal): -3894851 or 12423620. OLE color: 12423620.

HSL color Cylindrical-coordinate representation of color #C491BD: hue angle of 308.24º 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 #C491BD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196145189-
CMYK00.260.040.23
HSL308.24º30.18%66.86%-
HSV(B)308.24º26.02%76.86%-
XYZ42.0835.6652.81-
YUV165.26141.4149.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=36.98%
G=27.36%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614518900.260.040.23308.2430.1866.86
HexC491BD01A4171341e43
Octal30422127503242746436103
Binary11000100100100011011110101101010010111100110100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491BD; }

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

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

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

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

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

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

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

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