#C396BF

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

Shades of Lilac #C396BF

Tints of Lilac #C396BF

Color information

#C396BF (or 0xC396BF) is unknown color: approx Lilac. HEX triplet: C3, 96 and BF. RGB value is (195,150,191). Sum of RGB (Red+Green+Blue) = 195+150+191=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C396BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396BF is #3C6940. Grayscale: #A8A8A8. Windows color (decimal): -3959105 or 12555971. OLE color: 12555971.

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

Color convert

RGB195150191-
CMYK00.230.020.24
HSL305.33º27.27%67.65%-
HSV(B)305.33º23.08%76.47%-
XYZ42.8237.1854.21-
YUV168.13140.91147.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 191 (75% from 255) = 35.63%
R=36.38%
G=27.99%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515019100.230.020.24305.3327.2767.65
HexC396BF0172181311b44
Octal30322627702723046133104
Binary1100001110010110101111110101111011000100110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396BF; }

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

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

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

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

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

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

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

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