Shades of Lilac #C690CA
Tints of Lilac #C690CA
RGB
CMYK
RGB Variations
Color information
#C690CA (or 0xC690CA) is known color: Lilac. HEX triplet: C6, 90 and CA. RGB value is (198,144,202). Sum of RGB (Red+Green+Blue) = 198+144+202=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C690CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CA is #396F35. Grayscale: #A6A6A6. Windows color (decimal): -3764022 or 13275334. OLE color: 13275334.
HSL color Cylindrical-coordinate representation of color #C690CA: hue angle of 295.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C690CA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 144 | 202 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.21 |
| HSL | 295.86º | 0.35% | 0.68% | - |
| HSV(B) | 295.86º | 0.29% | 0.79% | - |
| XYZ | 43.92 | 36.22 | 60.55 | - |
| YUV | 166.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 202 | 0.02 | 0.29 | 0 | 0.21 | 295.86 | 0.35 | 0.68 |
| Hex | C6 | 90 | CA | 2 | 1D | 0 | 15 | 128 | 23 | 44 |
| Octal | 306 | 220 | 312 | 2 | 35 | 0 | 25 | 450 | 43 | 104 |
| Binary | 11000110 | 10010000 | 11001010 | 10 | 11101 | 0 | 10101 | 100101000 | 100011 | 1000100 |
Color Harmonies of #C690CA
Complementary color
Monochromatic Colors of #C690CA
Black with #C690CA
Text Example
Text Example
White with #C690CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690CA; }
p { color: rgb(198,144,202); }
H1.HeaderClassName
{
color: #C690CA;
}
.AnyTagClassName
{
color: #C690CA;
}
</style>
background-color css
<style>
a { background-color: #C690CA; }
a { background-color: rgb(198,144,202); }
div.DivClassName
{
background-color: #C690CA;
}
.BgClassName
{
background-color: #C690CA;
}
</style>
border-color css
<style>
span { border-color: #C690CA; }
span { border-color: rgb(198,144,202); }
td.TdClassName
{
border-color: #C690CA;
}
.TagClassName
{
border-color: #C690CA;
}
</style>