#C386C0

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

Shades of Lilac #C386C0

Tints of Lilac #C386C0

Color information

#C386C0 (or 0xC386C0) is unknown color: approx Lilac. HEX triplet: C3, 86 and C0. RGB value is (195,134,192). Sum of RGB (Red+Green+Blue) = 195+134+192=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C386C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386C0 is #3C793F. Grayscale: #9E9E9E. Windows color (decimal): -3963200 or 12617411. OLE color: 12617411.

HSL color Cylindrical-coordinate representation of color #C386C0: hue angle of 302.95º 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 #C386C0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195134192-
CMYK00.310.020.24
HSL302.95º33.7%64.51%-
HSV(B)302.95º31.28%76.47%-
XYZ40.5532.4654-
YUV158.85146.71153.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=37.43%
G=25.72%
B=36.85%

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
Decimal19513419200.310.020.24302.9533.764.51
HexC386C001F21812f2241
Octal30320630003723045742101
Binary11000011100001101100000001111110110001001011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386C0; }

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

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

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

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

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

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

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

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