Shades of Lilac #C692CF
Tints of Lilac #C692CF
RGB
CMYK
RGB Variations
Color information
#C692CF (or 0xC692CF) is known color: Lilac. HEX triplet: C6, 92 and CF. RGB value is (198,146,207). Sum of RGB (Red+Green+Blue) = 198+146+207=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #C692CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CF is #396D30. Grayscale: #A8A8A8. Windows color (decimal): -3763505 or 13603526. OLE color: 13603526.
HSL color Cylindrical-coordinate representation of color #C692CF: hue angle of 291.15º degrees, saturation: 0.39, 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 #C692CF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 146 | 207 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.19 |
| HSL | 291.15º | 0.39% | 0.69% | - |
| HSV(B) | 291.15º | 0.29% | 0.81% | - |
| XYZ | 44.83 | 37.07 | 63.82 | - |
| YUV | 168.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 207 | 0.04 | 0.29 | 0 | 0.19 | 291.15 | 0.39 | 0.69 |
| Hex | C6 | 92 | CF | 4 | 1D | 0 | 13 | 123 | 27 | 45 |
| Octal | 306 | 222 | 317 | 4 | 35 | 0 | 23 | 443 | 47 | 105 |
| Binary | 11000110 | 10010010 | 11001111 | 100 | 11101 | 0 | 10011 | 100100011 | 100111 | 1000101 |
Color Harmonies of #C692CF
Complementary color
Monochromatic Colors of #C692CF
Black with #C692CF
Text Example
Text Example
White with #C692CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692CF; }
p { color: rgb(198,146,207); }
H1.HeaderClassName
{
color: #C692CF;
}
.AnyTagClassName
{
color: #C692CF;
}
</style>
background-color css
<style>
a { background-color: #C692CF; }
a { background-color: rgb(198,146,207); }
div.DivClassName
{
background-color: #C692CF;
}
.BgClassName
{
background-color: #C692CF;
}
</style>
border-color css
<style>
span { border-color: #C692CF; }
span { border-color: rgb(198,146,207); }
td.TdClassName
{
border-color: #C692CF;
}
.TagClassName
{
border-color: #C692CF;
}
</style>