Shades of Lilac #C690CC
Tints of Lilac #C690CC
RGB
CMYK
RGB Variations
Color information
#C690CC (or 0xC690CC) is known color: Lilac. HEX triplet: C6, 90 and CC. RGB value is (198,144,204). Sum of RGB (Red+Green+Blue) = 198+144+204=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C690CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CC is #396F33. Grayscale: #A6A6A6. Windows color (decimal): -3764020 or 13406406. OLE color: 13406406.
HSL color Cylindrical-coordinate representation of color #C690CC: hue angle of 294º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C690CC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 144 | 204 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.2 |
| HSL | 294º | 0.37% | 0.68% | - |
| HSV(B) | 294º | 0.29% | 0.8% | - |
| XYZ | 44.16 | 36.31 | 61.81 | - |
| YUV | 166.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 204 | 0.03 | 0.29 | 0 | 0.2 | 294 | 0.37 | 0.68 |
| Hex | C6 | 90 | CC | 3 | 1D | 0 | 14 | 126 | 25 | 44 |
| Octal | 306 | 220 | 314 | 3 | 35 | 0 | 24 | 446 | 45 | 104 |
| Binary | 11000110 | 10010000 | 11001100 | 11 | 11101 | 0 | 10100 | 100100110 | 100101 | 1000100 |
Color Harmonies of #C690CC
Complementary color
Monochromatic Colors of #C690CC
Black with #C690CC
Text Example
Text Example
White with #C690CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690CC; }
p { color: rgb(198,144,204); }
H1.HeaderClassName
{
color: #C690CC;
}
.AnyTagClassName
{
color: #C690CC;
}
</style>
background-color css
<style>
a { background-color: #C690CC; }
a { background-color: rgb(198,144,204); }
div.DivClassName
{
background-color: #C690CC;
}
.BgClassName
{
background-color: #C690CC;
}
</style>
border-color css
<style>
span { border-color: #C690CC; }
span { border-color: rgb(198,144,204); }
td.TdClassName
{
border-color: #C690CC;
}
.TagClassName
{
border-color: #C690CC;
}
</style>