#C386C8

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

Shades of Lilac #C386C8

Tints of Lilac #C386C8

Color information

#C386C8 (or 0xC386C8) is unknown color: approx Lilac. HEX triplet: C3, 86 and C8. RGB value is (195,134,200). Sum of RGB (Red+Green+Blue) = 195+134+200=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #C386C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386C8 is #3C7937. Grayscale: #9F9F9F. Windows color (decimal): -3963192 or 13141699. OLE color: 13141699.

HSL color Cylindrical-coordinate representation of color #C386C8: hue angle of 295.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C386C8 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195134200-
CMYK0.020.3300.22
HSL295.45º37.5%65.49%-
HSV(B)295.45º33%78.43%-
XYZ41.4632.8258.79-
YUV159.76150.71153.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=36.86%
G=25.33%
B=37.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951342000.020.3300.22295.4537.565.49
HexC386C82210161272541
Octal30320631024102644745101
Binary110000111000011011001000101000010101101001001111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386C8; }

 p { color: rgb(195,134,200); }

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

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

 a { background-color: rgb(195,134,200); }

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

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

 span { border-color: rgb(195,134,200); }

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