#C691BD

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

Shades of Lilac #C691BD

Tints of Lilac #C691BD

Color information

#C691BD (or 0xC691BD) is unknown color: approx Lilac. HEX triplet: C6, 91 and BD. RGB value is (198,145,189). Sum of RGB (Red+Green+Blue) = 198+145+189=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C691BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691BD is #396E42. Grayscale: #A5A5A5. Windows color (decimal): -3763779 or 12423622. OLE color: 12423622.

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

Color convert

RGB198145189-
CMYK00.270.050.22
HSL310.19º31.74%67.25%-
HSV(B)310.19º26.77%77.65%-
XYZ42.635.9352.83-
YUV165.86141.06150.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=37.22%
G=27.26%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814518900.270.050.22310.1931.7467.25
HexC691BD01B5161362043
Octal30622127503352646640103
Binary110001101001000110111101011011101101101001101101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691BD; }

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

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

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

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

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

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

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

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