#C195BF

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

Shades of Lilac #C195BF

Tints of Lilac #C195BF

Color information

#C195BF (or 0xC195BF) is unknown color: approx Lilac. HEX triplet: C1, 95 and BF. RGB value is (193,149,191). Sum of RGB (Red+Green+Blue) = 193+149+191=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C195BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195BF is #3E6A40. Grayscale: #A6A6A6. Windows color (decimal): -4090433 or 12555713. OLE color: 12555713.

HSL color Cylindrical-coordinate representation of color #C195BF: hue angle of 302.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C195BF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193149191-
CMYK00.230.010.24
HSL302.73º26.19%67.06%-
HSV(B)302.73º22.8%75.69%-
XYZ42.1436.5954.13-
YUV166.94141.58146.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 191 (75% from 255) = 35.83%
R=36.21%
G=27.95%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314919100.230.010.24302.7326.1967.06
HexC195BF01711812f1a43
Octal30122527702713045732103
Binary110000011001010110111111010111111000100101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195BF; }

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

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

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

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

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

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

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

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