Shades of Lilac #C692CC
Tints of Lilac #C692CC
RGB
CMYK
RGB Variations
Color information
#C692CC (or 0xC692CC) is known color: Lilac. HEX triplet: C6, 92 and CC. RGB value is (198,146,204). Sum of RGB (Red+Green+Blue) = 198+146+204=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C692CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CC is #396D33. Grayscale: #A7A7A7. Windows color (decimal): -3763508 or 13406918. OLE color: 13406918.
HSL color Cylindrical-coordinate representation of color #C692CC: hue angle of 293.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C692CC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 146 | 204 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.2 |
| HSL | 293.79º | 0.36% | 0.69% | - |
| HSV(B) | 293.79º | 0.28% | 0.8% | - |
| XYZ | 44.47 | 36.92 | 61.91 | - |
| YUV | 168.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 204 | 0.03 | 0.28 | 0 | 0.2 | 293.79 | 0.36 | 0.69 |
| Hex | C6 | 92 | CC | 3 | 1C | 0 | 14 | 126 | 24 | 45 |
| Octal | 306 | 222 | 314 | 3 | 34 | 0 | 24 | 446 | 44 | 105 |
| Binary | 11000110 | 10010010 | 11001100 | 11 | 11100 | 0 | 10100 | 100100110 | 100100 | 1000101 |
Color Harmonies of #C692CC
Complementary color
Monochromatic Colors of #C692CC
Black with #C692CC
Text Example
Text Example
White with #C692CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692CC; }
p { color: rgb(198,146,204); }
H1.HeaderClassName
{
color: #C692CC;
}
.AnyTagClassName
{
color: #C692CC;
}
</style>
background-color css
<style>
a { background-color: #C692CC; }
a { background-color: rgb(198,146,204); }
div.DivClassName
{
background-color: #C692CC;
}
.BgClassName
{
background-color: #C692CC;
}
</style>
border-color css
<style>
span { border-color: #C692CC; }
span { border-color: rgb(198,146,204); }
td.TdClassName
{
border-color: #C692CC;
}
.TagClassName
{
border-color: #C692CC;
}
</style>