Shades of Lilac #C692CE
Tints of Lilac #C692CE
RGB
CMYK
RGB Variations
Color information
#C692CE (or 0xC692CE) is known color: Lilac. HEX triplet: C6, 92 and CE. RGB value is (198,146,206). Sum of RGB (Red+Green+Blue) = 198+146+206=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C692CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CE is #396D31. Grayscale: #A8A8A8. Windows color (decimal): -3763506 or 13537990. OLE color: 13537990.
HSL color Cylindrical-coordinate representation of color #C692CE: hue angle of 292º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C692CE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 146 | 206 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.19 |
| HSL | 292º | 0.38% | 0.69% | - |
| HSV(B) | 292º | 0.29% | 0.81% | - |
| XYZ | 44.71 | 37.02 | 63.18 | - |
| YUV | 168.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 206 | 0.04 | 0.29 | 0 | 0.19 | 292 | 0.38 | 0.69 |
| Hex | C6 | 92 | CE | 4 | 1D | 0 | 13 | 124 | 26 | 45 |
| Octal | 306 | 222 | 316 | 4 | 35 | 0 | 23 | 444 | 46 | 105 |
| Binary | 11000110 | 10010010 | 11001110 | 100 | 11101 | 0 | 10011 | 100100100 | 100110 | 1000101 |
Color Harmonies of #C692CE
Complementary color
Monochromatic Colors of #C692CE
Black with #C692CE
Text Example
Text Example
White with #C692CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692CE; }
p { color: rgb(198,146,206); }
H1.HeaderClassName
{
color: #C692CE;
}
.AnyTagClassName
{
color: #C692CE;
}
</style>
background-color css
<style>
a { background-color: #C692CE; }
a { background-color: rgb(198,146,206); }
div.DivClassName
{
background-color: #C692CE;
}
.BgClassName
{
background-color: #C692CE;
}
</style>
border-color css
<style>
span { border-color: #C692CE; }
span { border-color: rgb(198,146,206); }
td.TdClassName
{
border-color: #C692CE;
}
.TagClassName
{
border-color: #C692CE;
}
</style>