#C486CE

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

Shades of Lilac #C486CE

Tints of Lilac #C486CE

Color information

#C486CE (or 0xC486CE) is unknown color: approx Lilac. HEX triplet: C4, 86 and CE. RGB value is (196,134,206). Sum of RGB (Red+Green+Blue) = 196+134+206=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C486CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CE is #3B7931. Grayscale: #A0A0A0. Windows color (decimal): -3897650 or 13534916. OLE color: 13534916.

HSL color Cylindrical-coordinate representation of color #C486CE: hue angle of 291.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C486CE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196134206-
CMYK0.050.3500.19
HSL291.67º42.35%66.67%-
HSV(B)291.67º34.95%80.78%-
XYZ42.4333.2462.57-
YUV160.75153.54153.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=36.57%
G=25%
B=38.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961342060.050.3500.19291.6742.3566.67
HexC486CE5230131242a43
Octal30420631654302344452103
Binary1100010010000110110011101011000110100111001001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486CE; }

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

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

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

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

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

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

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

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