#C396BE

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

Shades of Lilac #C396BE

Tints of Lilac #C396BE

Color information

#C396BE (or 0xC396BE) is unknown color: approx Lilac. HEX triplet: C3, 96 and BE. RGB value is (195,150,190). Sum of RGB (Red+Green+Blue) = 195+150+190=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C396BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396BE is #3C6941. Grayscale: #A7A7A7. Windows color (decimal): -3959106 or 12490435. OLE color: 12490435.

HSL color Cylindrical-coordinate representation of color #C396BE: hue angle of 306.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C396BE is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195150190-
CMYK00.230.030.24
HSL306.67º27.27%67.65%-
HSV(B)306.67º23.08%76.47%-
XYZ42.7137.1353.63-
YUV168.02140.41147.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=36.45%
G=28.04%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515019000.230.030.24306.6727.2767.65
HexC396BE0173181331b44
Octal30322627602733046333104
Binary1100001110010110101111100101111111000100110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396BE; }

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

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

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

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

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

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

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

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