#C386CA

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

Shades of Lilac #C386CA

Tints of Lilac #C386CA

Color information

#C386CA (or 0xC386CA) is unknown color: approx Lilac. HEX triplet: C3, 86 and CA. RGB value is (195,134,202). Sum of RGB (Red+Green+Blue) = 195+134+202=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C386CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386CA is #3C7935. Grayscale: #9F9F9F. Windows color (decimal): -3963190 or 13272771. OLE color: 13272771.

HSL color Cylindrical-coordinate representation of color #C386CA: hue angle of 293.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C386CA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195134202-
CMYK0.030.3400.21
HSL293.82º39.08%65.88%-
HSV(B)293.82º33.66%79.22%-
XYZ41.6932.9260.03-
YUV159.99151.71152.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=36.72%
G=25.24%
B=38.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951342020.030.3400.21293.8239.0865.88
HexC386CA3220151262742
Octal30320631234202544647102
Binary110000111000011011001010111000100101011001001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386CA; }

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

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

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

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

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

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

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

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