#C394BE

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

Shades of Lilac #C394BE

Tints of Lilac #C394BE

Color information

#C394BE (or 0xC394BE) is unknown color: approx Lilac. HEX triplet: C3, 94 and BE. RGB value is (195,148,190). Sum of RGB (Red+Green+Blue) = 195+148+190=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C394BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394BE is #3C6B41. Grayscale: #A6A6A6. Windows color (decimal): -3959618 or 12489923. OLE color: 12489923.

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

Color convert

RGB195148190-
CMYK00.240.030.24
HSL306.38º28.14%67.25%-
HSV(B)306.38º24.1%76.47%-
XYZ42.3936.553.53-
YUV166.84141.07148.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=36.59%
G=27.77%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514819000.240.030.24306.3828.1467.25
HexC394BE0183181321c43
Octal30322427603033046234103
Binary1100001110010100101111100110001111000100110010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394BE; }

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

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

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

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

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

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

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

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