#C590BF

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

Shades of Lilac #C590BF

Tints of Lilac #C590BF

Color information

#C590BF (or 0xC590BF) is unknown color: approx Lilac. HEX triplet: C5, 90 and BF. RGB value is (197,144,191). Sum of RGB (Red+Green+Blue) = 197+144+191=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C590BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590BF is #3A6F40. Grayscale: #A5A5A5. Windows color (decimal): -3829569 or 12554437. OLE color: 12554437.

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

Color convert

RGB197144191-
CMYK00.270.030.23
HSL306.79º31.36%66.86%-
HSV(B)306.79º26.9%77.25%-
XYZ42.435.5853.92-
YUV165.2142.56150.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 191 (75% from 255) = 35.90%
R=37.03%
G=27.07%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714419100.270.030.23306.7931.3666.86
HexC590BF01B3171331f43
Octal30522027703332746337103
Binary1100010110010000101111110110111110111100110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590BF; }

 p { color: rgb(197,144,191); }

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

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

 a { background-color: rgb(197,144,191); }

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

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

 span { border-color: rgb(197,144,191); }

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