#C487BF

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

Shades of Lilac #C487BF

Tints of Lilac #C487BF

Color information

#C487BF (or 0xC487BF) is unknown color: approx Lilac. HEX triplet: C4, 87 and BF. RGB value is (196,135,191). Sum of RGB (Red+Green+Blue) = 196+135+191=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C487BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487BF is #3B7840. Grayscale: #9F9F9F. Windows color (decimal): -3897409 or 12552132. OLE color: 12552132.

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

Color convert

RGB196135191-
CMYK00.310.030.23
HSL304.92º34.08%64.9%-
HSV(B)304.92º31.12%76.86%-
XYZ40.8332.8353.47-
YUV159.62145.71153.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 191 (75% from 255) = 36.59%
R=37.55%
G=25.86%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613519100.310.030.23304.9234.0864.9
HexC487BF01F3171312241
Octal30420727703732746142101
Binary11000100100001111011111101111111101111001100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487BF; }

 p { color: rgb(196,135,191); }

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

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

 a { background-color: rgb(196,135,191); }

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

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

 span { border-color: rgb(196,135,191); }

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