#C394BC

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

Shades of Lilac #C394BC

Tints of Lilac #C394BC

Color information

#C394BC (or 0xC394BC) is unknown color: approx Lilac. HEX triplet: C3, 94 and BC. RGB value is (195,148,188). Sum of RGB (Red+Green+Blue) = 195+148+188=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C394BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394BC is #3C6B43. Grayscale: #A6A6A6. Windows color (decimal): -3959620 or 12358851. OLE color: 12358851.

HSL color Cylindrical-coordinate representation of color #C394BC: hue angle of 308.94º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394BC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195148188-
CMYK00.240.040.24
HSL308.94º28.14%67.25%-
HSV(B)308.94º24.1%76.47%-
XYZ42.1736.4152.38-
YUV166.61140.07148.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=36.72%
G=27.87%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514818800.240.040.24308.9428.1467.25
HexC394BC0184181351c43
Octal30322427403043046534103
Binary11000011100101001011110001100010011000100110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394BC; }

 p { color: rgb(195,148,188); }

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

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

 a { background-color: rgb(195,148,188); }

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

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

 span { border-color: rgb(195,148,188); }

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