Shades of Lilac #C69DC0
Tints of Lilac #C69DC0
RGB
CMYK
RGB Variations
Color information
#C69DC0 (or 0xC69DC0) is known color: Lilac. HEX triplet: C6, 9D and C0. RGB value is (198,157,192). Sum of RGB (Red+Green+Blue) = 198+157+192=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DC0 is #39623F. Grayscale: #ADADAD. Windows color (decimal): -3760704 or 12623302. OLE color: 12623302.
HSL color Cylindrical-coordinate representation of color #C69DC0: hue angle of 308.78º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DC0 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 192 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.22 |
| HSL | 308.78º | 0.26% | 0.7% | - |
| HSV(B) | 308.78º | 0.21% | 0.78% | - |
| XYZ | 44.86 | 39.93 | 55.21 | - |
| YUV | 173.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 192 | 0 | 0.21 | 0.03 | 0.22 | 308.78 | 0.26 | 0.7 |
| Hex | C6 | 9D | C0 | 0 | 15 | 3 | 16 | 135 | 1A | 46 |
| Octal | 306 | 235 | 300 | 0 | 25 | 3 | 26 | 465 | 32 | 106 |
| Binary | 11000110 | 10011101 | 11000000 | 0 | 10101 | 11 | 10110 | 100110101 | 11010 | 1000110 |
Color Harmonies of #C69DC0
Complementary color
Monochromatic Colors of #C69DC0
Black with #C69DC0
Text Example
Text Example
White with #C69DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DC0; }
p { color: rgb(198,157,192); }
H1.HeaderClassName
{
color: #C69DC0;
}
.AnyTagClassName
{
color: #C69DC0;
}
</style>
background-color css
<style>
a { background-color: #C69DC0; }
a { background-color: rgb(198,157,192); }
div.DivClassName
{
background-color: #C69DC0;
}
.BgClassName
{
background-color: #C69DC0;
}
</style>
border-color css
<style>
span { border-color: #C69DC0; }
span { border-color: rgb(198,157,192); }
td.TdClassName
{
border-color: #C69DC0;
}
.TagClassName
{
border-color: #C69DC0;
}
</style>