Shades of Lilac #C692BD
Tints of Lilac #C692BD
RGB
CMYK
RGB Variations
Color information
#C692BD (or 0xC692BD) is known color: Lilac. HEX triplet: C6, 92 and BD. RGB value is (198,146,189). Sum of RGB (Red+Green+Blue) = 198+146+189=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C692BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692BD is #396D42. Grayscale: #A6A6A6. Windows color (decimal): -3763523 or 12423878. OLE color: 12423878.
HSL color Cylindrical-coordinate representation of color #C692BD: hue angle of 310.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692BD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 189 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.22 |
| HSL | 310.38º | 0.31% | 0.67% | - |
| HSV(B) | 310.38º | 0.26% | 0.78% | - |
| XYZ | 42.75 | 36.24 | 52.89 | - |
| YUV | 166.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 189 | 0 | 0.26 | 0.05 | 0.22 | 310.38 | 0.31 | 0.67 |
| Hex | C6 | 92 | BD | 0 | 1A | 5 | 16 | 136 | 1F | 43 |
| Octal | 306 | 222 | 275 | 0 | 32 | 5 | 26 | 466 | 37 | 103 |
| Binary | 11000110 | 10010010 | 10111101 | 0 | 11010 | 101 | 10110 | 100110110 | 11111 | 1000011 |
Color Harmonies of #C692BD
Complementary color
Monochromatic Colors of #C692BD
Black with #C692BD
Text Example
Text Example
White with #C692BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692BD; }
p { color: rgb(198,146,189); }
H1.HeaderClassName
{
color: #C692BD;
}
.AnyTagClassName
{
color: #C692BD;
}
</style>
background-color css
<style>
a { background-color: #C692BD; }
a { background-color: rgb(198,146,189); }
div.DivClassName
{
background-color: #C692BD;
}
.BgClassName
{
background-color: #C692BD;
}
</style>
border-color css
<style>
span { border-color: #C692BD; }
span { border-color: rgb(198,146,189); }
td.TdClassName
{
border-color: #C692BD;
}
.TagClassName
{
border-color: #C692BD;
}
</style>