Shades of Lilac #C691D0
Tints of Lilac #C691D0
RGB
CMYK
RGB Variations
Color information
#C691D0 (or 0xC691D0) is known color: Lilac. HEX triplet: C6, 91 and D0. RGB value is (198,145,208). Sum of RGB (Red+Green+Blue) = 198+145+208=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #C691D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691D0 is #396E2F. Grayscale: #A7A7A7. Windows color (decimal): -3763760 or 13668806. OLE color: 13668806.
HSL color Cylindrical-coordinate representation of color #C691D0: hue angle of 290.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C691D0 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 145 | 208 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.18 |
| HSL | 290.48º | 0.4% | 0.69% | - |
| HSV(B) | 290.48º | 0.3% | 0.82% | - |
| XYZ | 44.8 | 36.81 | 64.42 | - |
| YUV | 168.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 208 | 0.05 | 0.30 | 0 | 0.18 | 290.48 | 0.4 | 0.69 |
| Hex | C6 | 91 | D0 | 5 | 1E | 0 | 12 | 122 | 28 | 45 |
| Octal | 306 | 221 | 320 | 5 | 36 | 0 | 22 | 442 | 50 | 105 |
| Binary | 11000110 | 10010001 | 11010000 | 101 | 11110 | 0 | 10010 | 100100010 | 101000 | 1000101 |
Color Harmonies of #C691D0
Complementary color
Monochromatic Colors of #C691D0
Black with #C691D0
Text Example
Text Example
White with #C691D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691D0; }
p { color: rgb(198,145,208); }
H1.HeaderClassName
{
color: #C691D0;
}
.AnyTagClassName
{
color: #C691D0;
}
</style>
background-color css
<style>
a { background-color: #C691D0; }
a { background-color: rgb(198,145,208); }
div.DivClassName
{
background-color: #C691D0;
}
.BgClassName
{
background-color: #C691D0;
}
</style>
border-color css
<style>
span { border-color: #C691D0; }
span { border-color: rgb(198,145,208); }
td.TdClassName
{
border-color: #C691D0;
}
.TagClassName
{
border-color: #C691D0;
}
</style>