#C490BD

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

Shades of Lilac #C490BD

Tints of Lilac #C490BD

Color information

#C490BD (or 0xC490BD) is unknown color: approx Lilac. HEX triplet: C4, 90 and BD. RGB value is (196,144,189). Sum of RGB (Red+Green+Blue) = 196+144+189=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C490BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490BD is #3B6F42. Grayscale: #A4A4A4. Windows color (decimal): -3895107 or 12423364. OLE color: 12423364.

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

Color convert

RGB196144189-
CMYK00.270.040.23
HSL308.08º30.59%66.67%-
HSV(B)308.08º26.53%76.86%-
XYZ41.9235.3652.76-
YUV164.68141.73150.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=37.05%
G=27.22%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614418900.270.040.23308.0830.5966.67
HexC490BD01B4171341f43
Octal30422027503342746437103
Binary11000100100100001011110101101110010111100110100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490BD; }

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

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

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

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

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

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

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

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