#C386CC

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

Shades of Lilac #C386CC

Tints of Lilac #C386CC

Color information

#C386CC (or 0xC386CC) is unknown color: approx Lilac. HEX triplet: C3, 86 and CC. RGB value is (195,134,204). Sum of RGB (Red+Green+Blue) = 195+134+204=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C386CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386CC is #3C7933. Grayscale: #A0A0A0. Windows color (decimal): -3963188 or 13403843. OLE color: 13403843.

HSL color Cylindrical-coordinate representation of color #C386CC: hue angle of 292.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C386CC is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195134204-
CMYK0.040.3400.2
HSL292.29º40.7%66.27%-
HSV(B)292.29º34.31%80%-
XYZ41.9333.0161.29-
YUV160.22152.71152.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=36.59%
G=25.14%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951342040.040.3400.2292.2940.766.27
HexC386CC4220141242942
Octal30320631444202444451102
Binary1100001110000110110011001001000100101001001001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386CC; }

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

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

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

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

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

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

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

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