Shades of Lilac #C691CC
Tints of Lilac #C691CC
RGB
CMYK
RGB Variations
Color information
#C691CC (or 0xC691CC) is known color: Lilac. HEX triplet: C6, 91 and CC. RGB value is (198,145,204). Sum of RGB (Red+Green+Blue) = 198+145+204=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C691CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CC is #396E33. Grayscale: #A7A7A7. Windows color (decimal): -3763764 or 13406662. OLE color: 13406662.
HSL color Cylindrical-coordinate representation of color #C691CC: hue angle of 293.9º 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 #C691CC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 145 | 204 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.2 |
| HSL | 293.9º | 0.37% | 0.68% | - |
| HSV(B) | 293.9º | 0.29% | 0.8% | - |
| XYZ | 44.31 | 36.62 | 61.86 | - |
| YUV | 167.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 204 | 0.03 | 0.29 | 0 | 0.2 | 293.9 | 0.37 | 0.68 |
| Hex | C6 | 91 | CC | 3 | 1D | 0 | 14 | 126 | 25 | 44 |
| Octal | 306 | 221 | 314 | 3 | 35 | 0 | 24 | 446 | 45 | 104 |
| Binary | 11000110 | 10010001 | 11001100 | 11 | 11101 | 0 | 10100 | 100100110 | 100101 | 1000100 |
Color Harmonies of #C691CC
Complementary color
Monochromatic Colors of #C691CC
Black with #C691CC
Text Example
Text Example
White with #C691CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691CC; }
p { color: rgb(198,145,204); }
H1.HeaderClassName
{
color: #C691CC;
}
.AnyTagClassName
{
color: #C691CC;
}
</style>
background-color css
<style>
a { background-color: #C691CC; }
a { background-color: rgb(198,145,204); }
div.DivClassName
{
background-color: #C691CC;
}
.BgClassName
{
background-color: #C691CC;
}
</style>
border-color css
<style>
span { border-color: #C691CC; }
span { border-color: rgb(198,145,204); }
td.TdClassName
{
border-color: #C691CC;
}
.TagClassName
{
border-color: #C691CC;
}
</style>