#C197BF

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

Shades of Lilac #C197BF

Tints of Lilac #C197BF

Color information

#C197BF (or 0xC197BF) is unknown color: approx Lilac. HEX triplet: C1, 97 and BF. RGB value is (193,151,191). Sum of RGB (Red+Green+Blue) = 193+151+191=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C197BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197BF is #3E6840. Grayscale: #A7A7A7. Windows color (decimal): -4089921 or 12556225. OLE color: 12556225.

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

Color convert

RGB193151191-
CMYK00.220.010.24
HSL302.86º25.3%67.45%-
HSV(B)302.86º21.76%75.69%-
XYZ42.4637.2354.24-
YUV168.12140.91145.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 191 (75% from 255) = 35.70%
R=36.07%
G=28.22%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315119100.220.010.24302.8625.367.45
HexC197BF01611812f1943
Octal30122727702613045731103
Binary110000011001011110111111010110111000100101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197BF; }

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

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

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

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

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

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

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

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