Shades of Lilac #C690BF
Tints of Lilac #C690BF
RGB
CMYK
RGB Variations
Color information
#C690BF (or 0xC690BF) is known color: Lilac. HEX triplet: C6, 90 and BF. RGB value is (198,144,191). Sum of RGB (Red+Green+Blue) = 198+144+191=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BF is #396F40. Grayscale: #A5A5A5. Windows color (decimal): -3764033 or 12554438. OLE color: 12554438.
HSL color Cylindrical-coordinate representation of color #C690BF: hue angle of 307.78º 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 #C690BF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 191 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.22 |
| HSL | 307.78º | 0.32% | 0.67% | - |
| HSV(B) | 307.78º | 0.27% | 0.78% | - |
| XYZ | 42.67 | 35.71 | 53.93 | - |
| YUV | 165.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 191 | 0 | 0.27 | 0.04 | 0.22 | 307.78 | 0.32 | 0.67 |
| Hex | C6 | 90 | BF | 0 | 1B | 4 | 16 | 134 | 20 | 43 |
| Octal | 306 | 220 | 277 | 0 | 33 | 4 | 26 | 464 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10111111 | 0 | 11011 | 100 | 10110 | 100110100 | 100000 | 1000011 |
Color Harmonies of #C690BF
Complementary color
Monochromatic Colors of #C690BF
Black with #C690BF
Text Example
Text Example
White with #C690BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690BF; }
p { color: rgb(198,144,191); }
H1.HeaderClassName
{
color: #C690BF;
}
.AnyTagClassName
{
color: #C690BF;
}
</style>
background-color css
<style>
a { background-color: #C690BF; }
a { background-color: rgb(198,144,191); }
div.DivClassName
{
background-color: #C690BF;
}
.BgClassName
{
background-color: #C690BF;
}
</style>
border-color css
<style>
span { border-color: #C690BF; }
span { border-color: rgb(198,144,191); }
td.TdClassName
{
border-color: #C690BF;
}
.TagClassName
{
border-color: #C690BF;
}
</style>