Shades of Lilac #C691BF
Tints of Lilac #C691BF
RGB
CMYK
RGB Variations
Color information
#C691BF (or 0xC691BF) is known color: 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
| RGB | 198 | 145 | 191 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.22 |
| HSL | 307.92º | 0.32% | 0.67% | - |
| HSV(B) | 307.92º | 0.27% | 0.78% | - |
| XYZ | 42.82 | 36.02 | 53.99 | - |
| YUV | 166.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 191 | 0 | 0.27 | 0.04 | 0.22 | 307.92 | 0.32 | 0.67 |
| Hex | C6 | 91 | BF | 0 | 1B | 4 | 16 | 134 | 20 | 43 |
| Octal | 306 | 221 | 277 | 0 | 33 | 4 | 26 | 464 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10111111 | 0 | 11011 | 100 | 10110 | 100110100 | 100000 | 1000011 |
Color Harmonies of #C691BF
Complementary color
Monochromatic Colors of #C691BF
Black with #C691BF
Text Example
Text Example
White with #C691BF
Text Example
Text Example
HTML Codes & Css Web 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>