#C386BF

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

Shades of Lilac #C386BF

Tints of Lilac #C386BF

Color information

#C386BF (or 0xC386BF) is unknown color: approx Lilac. HEX triplet: C3, 86 and BF. RGB value is (195,134,191). Sum of RGB (Red+Green+Blue) = 195+134+191=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BF is #3C7940. Grayscale: #9E9E9E. Windows color (decimal): -3963201 or 12551875. OLE color: 12551875.

HSL color Cylindrical-coordinate representation of color #C386BF: hue angle of 303.93º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386BF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195134191-
CMYK00.310.020.24
HSL303.93º33.7%64.51%-
HSV(B)303.93º31.28%76.47%-
XYZ40.4332.4153.42-
YUV158.74146.21153.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 191 (75% from 255) = 36.73%
R=37.5%
G=25.77%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513419100.310.020.24303.9333.764.51
HexC386BF01F2181302241
Octal30320627703723046042101
Binary11000011100001101011111101111110110001001100001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386BF; }

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

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

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

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

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

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

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

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