#C486BF

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

Shades of Lilac #C486BF

Tints of Lilac #C486BF

Color information

#C486BF (or 0xC486BF) is unknown color: approx Lilac. HEX triplet: C4, 86 and BF. RGB value is (196,134,191). Sum of RGB (Red+Green+Blue) = 196+134+191=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BF is #3B7940. Grayscale: #9E9E9E. Windows color (decimal): -3897665 or 12551876. OLE color: 12551876.

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

Color convert

RGB196134191-
CMYK00.320.030.23
HSL304.84º34.44%64.71%-
HSV(B)304.84º31.63%76.86%-
XYZ40.6932.5553.43-
YUV159.04146.04154.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 191 (75% from 255) = 36.66%
R=37.62%
G=25.72%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613419100.320.030.23304.8434.4464.71
HexC486BF0203171312241
Octal30420627704032746142101
Binary110001001000011010111111010000011101111001100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486BF; }

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

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

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

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

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

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

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

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