#C386C6

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

Shades of Lilac #C386C6

Tints of Lilac #C386C6

Color information

#C386C6 (or 0xC386C6) is unknown color: approx Lilac. HEX triplet: C3, 86 and C6. RGB value is (195,134,198). Sum of RGB (Red+Green+Blue) = 195+134+198=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #C386C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386C6 is #3C7939. Grayscale: #9F9F9F. Windows color (decimal): -3963194 or 13010627. OLE color: 13010627.

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

Color convert

RGB195134198-
CMYK0.020.3200.22
HSL297.19º35.96%65.1%-
HSV(B)297.19º32.32%77.65%-
XYZ41.2232.7357.57-
YUV159.54149.71153.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=37.00%
G=25.43%
B=37.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951341980.020.3200.22297.1935.9665.1
HexC386C62200161292441
Octal30320630624002645144101
Binary110000111000011011000110101000000101101001010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386C6; }

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

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

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

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

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

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

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

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