#C193BF

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

Shades of Lilac #C193BF

Tints of Lilac #C193BF

Color information

#C193BF (or 0xC193BF) is unknown color: approx Lilac. HEX triplet: C1, 93 and BF. RGB value is (193,147,191). Sum of RGB (Red+Green+Blue) = 193+147+191=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C193BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193BF is #3E6C40. Grayscale: #A5A5A5. Windows color (decimal): -4090945 or 12555201. OLE color: 12555201.

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

Color convert

RGB193147191-
CMYK00.240.010.24
HSL302.61º27.06%66.67%-
HSV(B)302.61º23.83%75.69%-
XYZ41.8335.9754.03-
YUV165.77142.24147.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 191 (75% from 255) = 35.97%
R=36.35%
G=27.68%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314719100.240.010.24302.6127.0666.67
HexC193BF01811812f1b43
Octal30122327703013045733103
Binary110000011001001110111111011000111000100101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193BF; }

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

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

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

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

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

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

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

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