Shades of Lilac #C692C9
Tints of Lilac #C692C9
RGB
CMYK
RGB Variations
Color information
#C692C9 (or 0xC692C9) is known color: Lilac. HEX triplet: C6, 92 and C9. RGB value is (198,146,201). Sum of RGB (Red+Green+Blue) = 198+146+201=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #C692C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692C9 is #396D36. Grayscale: #A7A7A7. Windows color (decimal): -3763511 or 13210310. OLE color: 13210310.
HSL color Cylindrical-coordinate representation of color #C692C9: hue angle of 296.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C692C9 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 146 | 201 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.21 |
| HSL | 296.73º | 0.34% | 0.68% | - |
| HSV(B) | 296.73º | 0.27% | 0.79% | - |
| XYZ | 44.11 | 36.78 | 60.03 | - |
| YUV | 167.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 201 | 0.01 | 0.27 | 0 | 0.21 | 296.73 | 0.34 | 0.68 |
| Hex | C6 | 92 | C9 | 1 | 1B | 0 | 15 | 129 | 22 | 44 |
| Octal | 306 | 222 | 311 | 1 | 33 | 0 | 25 | 451 | 42 | 104 |
| Binary | 11000110 | 10010010 | 11001001 | 1 | 11011 | 0 | 10101 | 100101001 | 100010 | 1000100 |
Color Harmonies of #C692C9
Complementary color
Monochromatic Colors of #C692C9
Black with #C692C9
Text Example
Text Example
White with #C692C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692C9; }
p { color: rgb(198,146,201); }
H1.HeaderClassName
{
color: #C692C9;
}
.AnyTagClassName
{
color: #C692C9;
}
</style>
background-color css
<style>
a { background-color: #C692C9; }
a { background-color: rgb(198,146,201); }
div.DivClassName
{
background-color: #C692C9;
}
.BgClassName
{
background-color: #C692C9;
}
</style>
border-color css
<style>
span { border-color: #C692C9; }
span { border-color: rgb(198,146,201); }
td.TdClassName
{
border-color: #C692C9;
}
.TagClassName
{
border-color: #C692C9;
}
</style>