#C486BE

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

Shades of Lilac #C486BE

Tints of Lilac #C486BE

Color information

#C486BE (or 0xC486BE) is unknown color: approx Lilac. HEX triplet: C4, 86 and BE. RGB value is (196,134,190). Sum of RGB (Red+Green+Blue) = 196+134+190=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BE is #3B7941. Grayscale: #9E9E9E. Windows color (decimal): -3897666 or 12486340. OLE color: 12486340.

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

Color convert

RGB196134190-
CMYK00.320.030.23
HSL305.81º34.44%64.71%-
HSV(B)305.81º31.63%76.86%-
XYZ40.5832.552.85-
YUV158.92145.54154.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=37.69%
G=25.77%
B=36.54%

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
Decimal19613419000.320.030.23305.8134.4464.71
HexC486BE0203171322241
Octal30420627604032746242101
Binary110001001000011010111110010000011101111001100101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486BE; }

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

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

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

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

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

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

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

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