#C486CB

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

Shades of Lilac #C486CB

Tints of Lilac #C486CB

Color information

#C486CB (or 0xC486CB) is unknown color: approx Lilac. HEX triplet: C4, 86 and CB. RGB value is (196,134,203). Sum of RGB (Red+Green+Blue) = 196+134+203=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C486CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CB is #3B7934. Grayscale: #A0A0A0. Windows color (decimal): -3897653 or 13338308. OLE color: 13338308.

HSL color Cylindrical-coordinate representation of color #C486CB: hue angle of 293.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C486CB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196134203-
CMYK0.030.3400.20
HSL293.91º39.88%66.08%-
HSV(B)293.91º33.99%79.61%-
XYZ42.0733.160.67-
YUV160.4152.04153.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=36.77%
G=25.14%
B=38.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961342030.030.3400.20293.9139.8866.08
HexC486CB3220141262842
Octal30420631334202444650102
Binary110001001000011011001011111000100101001001001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486CB; }

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

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

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

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

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

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

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

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