#C495BE

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

Shades of Lilac #C495BE

Tints of Lilac #C495BE

Color information

#C495BE (or 0xC495BE) is unknown color: approx Lilac. HEX triplet: C4, 95 and BE. RGB value is (196,149,190). Sum of RGB (Red+Green+Blue) = 196+149+190=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BE is #3B6A41. Grayscale: #A7A7A7. Windows color (decimal): -3893826 or 12490180. OLE color: 12490180.

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

Color convert

RGB196149190-
CMYK00.240.030.23
HSL307.66º28.48%67.65%-
HSV(B)307.66º23.98%76.86%-
XYZ42.8136.9553.59-
YUV167.73140.57148.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=36.64%
G=27.85%
B=35.51%

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
Decimal19614919000.240.030.23307.6628.4867.65
HexC495BE0183171341c44
Octal30422527603032746434104
Binary1100010010010101101111100110001110111100110100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495BE; }

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

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

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

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

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

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

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

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