Shades of Lilac #C691C0
Tints of Lilac #C691C0
RGB
CMYK
RGB Variations
Color information
#C691C0 (or 0xC691C0) is known color: Lilac. HEX triplet: C6, 91 and C0. RGB value is (198,145,192). Sum of RGB (Red+Green+Blue) = 198+145+192=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C691C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691C0 is #396E3F. Grayscale: #A6A6A6. Windows color (decimal): -3763776 or 12620230. OLE color: 12620230.
HSL color Cylindrical-coordinate representation of color #C691C0: hue angle of 306.79º 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 #C691C0 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 192 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.22 |
| HSL | 306.79º | 0.32% | 0.67% | - |
| HSV(B) | 306.79º | 0.27% | 0.78% | - |
| XYZ | 42.93 | 36.06 | 54.57 | - |
| YUV | 166.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 192 | 0 | 0.27 | 0.03 | 0.22 | 306.79 | 0.32 | 0.67 |
| Hex | C6 | 91 | C0 | 0 | 1B | 3 | 16 | 133 | 20 | 43 |
| Octal | 306 | 221 | 300 | 0 | 33 | 3 | 26 | 463 | 40 | 103 |
| Binary | 11000110 | 10010001 | 11000000 | 0 | 11011 | 11 | 10110 | 100110011 | 100000 | 1000011 |
Color Harmonies of #C691C0
Complementary color
Monochromatic Colors of #C691C0
Black with #C691C0
Text Example
Text Example
White with #C691C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691C0; }
p { color: rgb(198,145,192); }
H1.HeaderClassName
{
color: #C691C0;
}
.AnyTagClassName
{
color: #C691C0;
}
</style>
background-color css
<style>
a { background-color: #C691C0; }
a { background-color: rgb(198,145,192); }
div.DivClassName
{
background-color: #C691C0;
}
.BgClassName
{
background-color: #C691C0;
}
</style>
border-color css
<style>
span { border-color: #C691C0; }
span { border-color: rgb(198,145,192); }
td.TdClassName
{
border-color: #C691C0;
}
.TagClassName
{
border-color: #C691C0;
}
</style>