#C691BF

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

Shades of Lilac #C691BF

Tints of Lilac #C691BF

Color information

#C691BF (or 0xC691BF) is unknown color: approx Lilac. HEX triplet: C6, 91 and BF. RGB value is (198,145,191). Sum of RGB (Red+Green+Blue) = 198+145+191=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C691BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691BF is #396E40. Grayscale: #A5A5A5. Windows color (decimal): -3763777 or 12554694. OLE color: 12554694.

HSL color Cylindrical-coordinate representation of color #C691BF: hue angle of 307.92º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691BF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198145191-
CMYK00.270.040.22
HSL307.92º31.74%67.25%-
HSV(B)307.92º26.77%77.65%-
XYZ42.8236.0253.99-
YUV166.09142.06150.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 191 (75% from 255) = 35.77%
R=37.08%
G=27.15%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814519100.270.040.22307.9231.7467.25
HexC691BF01B4161342043
Octal30622127703342646440103
Binary110001101001000110111111011011100101101001101001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691BF; }

 p { color: rgb(198,145,191); }

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

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

 a { background-color: rgb(198,145,191); }

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

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

 span { border-color: rgb(198,145,191); }

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