Shades of Lilac #C692CA
Tints of Lilac #C692CA
RGB
CMYK
RGB Variations
Color information
#C692CA (or 0xC692CA) is known color: Lilac. HEX triplet: C6, 92 and CA. RGB value is (198,146,202). Sum of RGB (Red+Green+Blue) = 198+146+202=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C692CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CA is #396D35. Grayscale: #A7A7A7. Windows color (decimal): -3763510 or 13275846. OLE color: 13275846.
HSL color Cylindrical-coordinate representation of color #C692CA: hue angle of 295.71º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C692CA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 146 | 202 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.21 |
| HSL | 295.71º | 0.35% | 0.68% | - |
| HSV(B) | 295.71º | 0.28% | 0.79% | - |
| XYZ | 44.23 | 36.83 | 60.65 | - |
| YUV | 167.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 202 | 0.02 | 0.28 | 0 | 0.21 | 295.71 | 0.35 | 0.68 |
| Hex | C6 | 92 | CA | 2 | 1C | 0 | 15 | 128 | 23 | 44 |
| Octal | 306 | 222 | 312 | 2 | 34 | 0 | 25 | 450 | 43 | 104 |
| Binary | 11000110 | 10010010 | 11001010 | 10 | 11100 | 0 | 10101 | 100101000 | 100011 | 1000100 |
Color Harmonies of #C692CA
Complementary color
Monochromatic Colors of #C692CA
Black with #C692CA
Text Example
Text Example
White with #C692CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692CA; }
p { color: rgb(198,146,202); }
H1.HeaderClassName
{
color: #C692CA;
}
.AnyTagClassName
{
color: #C692CA;
}
</style>
background-color css
<style>
a { background-color: #C692CA; }
a { background-color: rgb(198,146,202); }
div.DivClassName
{
background-color: #C692CA;
}
.BgClassName
{
background-color: #C692CA;
}
</style>
border-color css
<style>
span { border-color: #C692CA; }
span { border-color: rgb(198,146,202); }
td.TdClassName
{
border-color: #C692CA;
}
.TagClassName
{
border-color: #C692CA;
}
</style>