#C396CA

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

Shades of Lilac #C396CA

Tints of Lilac #C396CA

Color information

#C396CA (or 0xC396CA) is unknown color: approx Lilac. HEX triplet: C3, 96 and CA. RGB value is (195,150,202). Sum of RGB (Red+Green+Blue) = 195+150+202=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C396CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396CA is #3C6935. Grayscale: #A9A9A9. Windows color (decimal): -3959094 or 13276867. OLE color: 13276867.

HSL color Cylindrical-coordinate representation of color #C396CA: hue angle of 291.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C396CA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195150202-
CMYK0.030.2600.21
HSL291.92º32.91%69.02%-
HSV(B)291.92º25.74%79.22%-
XYZ44.0737.6860.83-
YUV169.38146.41146.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=35.65%
G=27.42%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951502020.030.2600.21291.9232.9169.02
HexC396CA31A0151242145
Octal30322631233202544441105
Binary11000011100101101100101011110100101011001001001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396CA; }

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

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

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

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

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

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

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

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