#C495BF

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

Shades of Lilac #C495BF

Tints of Lilac #C495BF

Color information

#C495BF (or 0xC495BF) is unknown color: approx Lilac. HEX triplet: C4, 95 and BF. RGB value is (196,149,191). Sum of RGB (Red+Green+Blue) = 196+149+191=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BF is #3B6A40. Grayscale: #A7A7A7. Windows color (decimal): -3893825 or 12555716. OLE color: 12555716.

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

Color convert

RGB196149191-
CMYK00.240.030.23
HSL306.38º28.48%67.65%-
HSV(B)306.38º23.98%76.86%-
XYZ42.9236.9954.17-
YUV167.84141.07148.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 191 (75% from 255) = 35.63%
R=36.57%
G=27.80%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614919100.240.030.23306.3828.4867.65
HexC495BF0183171321c44
Octal30422527703032746234104
Binary1100010010010101101111110110001110111100110010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495BF; }

 p { color: rgb(196,149,191); }

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

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

 a { background-color: rgb(196,149,191); }

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

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

 span { border-color: rgb(196,149,191); }

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