#C197BC

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

Shades of Lilac #C197BC

Tints of Lilac #C197BC

Color information

#C197BC (or 0xC197BC) is unknown color: approx Lilac. HEX triplet: C1, 97 and BC. RGB value is (193,151,188). Sum of RGB (Red+Green+Blue) = 193+151+188=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C197BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197BC is #3E6843. Grayscale: #A7A7A7. Windows color (decimal): -4089924 or 12359617. OLE color: 12359617.

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

Color convert

RGB193151188-
CMYK00.220.030.24
HSL307.14º25.3%67.45%-
HSV(B)307.14º21.76%75.69%-
XYZ42.1437.152.52-
YUV167.78139.41145.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=36.28%
G=28.38%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315118800.220.030.24307.1425.367.45
HexC197BC0163181331943
Octal30122727402633046331103
Binary1100000110010111101111000101101111000100110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197BC; }

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

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

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

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

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

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

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

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