#C3A5BE

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

Shades of Lilac #C3A5BE

Tints of Lilac #C3A5BE

Color information

#C3A5BE (or 0xC3A5BE) is unknown color: approx Lilac. HEX triplet: C3, A5 and BE. RGB value is (195,165,190). Sum of RGB (Red+Green+Blue) = 195+165+190=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5BE is #3C5A41. Grayscale: #B0B0B0. Windows color (decimal): -3955266 or 12494275. OLE color: 12494275.

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

Color convert

RGB195165190-
CMYK00.150.030.24
HSL310º20%70.59%-
HSV(B)310º15.38%76.47%-
XYZ45.2642.2354.48-
YUV176.82135.44140.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=35.45%
G=30%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516519000.150.030.243102070.59
HexC3A5BE0F3181361447
Octal30324527601733046624107
Binary110000111010010110111110011111111000100110110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5BE; }

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

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

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

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

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

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

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

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