Shades of Lilac #C690CE
Tints of Lilac #C690CE
RGB
CMYK
RGB Variations
Color information
#C690CE (or 0xC690CE) is known color: Lilac. HEX triplet: C6, 90 and CE. RGB value is (198,144,206). Sum of RGB (Red+Green+Blue) = 198+144+206=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C690CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CE is #396F31. Grayscale: #A7A7A7. Windows color (decimal): -3764018 or 13537478. OLE color: 13537478.
HSL color Cylindrical-coordinate representation of color #C690CE: hue angle of 292.26º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C690CE is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 144 | 206 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.19 |
| HSL | 292.26º | 0.39% | 0.69% | - |
| HSV(B) | 292.26º | 0.3% | 0.81% | - |
| XYZ | 44.4 | 36.41 | 63.08 | - |
| YUV | 167.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 206 | 0.04 | 0.30 | 0 | 0.19 | 292.26 | 0.39 | 0.69 |
| Hex | C6 | 90 | CE | 4 | 1E | 0 | 13 | 124 | 27 | 45 |
| Octal | 306 | 220 | 316 | 4 | 36 | 0 | 23 | 444 | 47 | 105 |
| Binary | 11000110 | 10010000 | 11001110 | 100 | 11110 | 0 | 10011 | 100100100 | 100111 | 1000101 |
Color Harmonies of #C690CE
Complementary color
Monochromatic Colors of #C690CE
Black with #C690CE
Text Example
Text Example
White with #C690CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690CE; }
p { color: rgb(198,144,206); }
H1.HeaderClassName
{
color: #C690CE;
}
.AnyTagClassName
{
color: #C690CE;
}
</style>
background-color css
<style>
a { background-color: #C690CE; }
a { background-color: rgb(198,144,206); }
div.DivClassName
{
background-color: #C690CE;
}
.BgClassName
{
background-color: #C690CE;
}
</style>
border-color css
<style>
span { border-color: #C690CE; }
span { border-color: rgb(198,144,206); }
td.TdClassName
{
border-color: #C690CE;
}
.TagClassName
{
border-color: #C690CE;
}
</style>