Shades of Lilac #C69DC5
Tints of Lilac #C69DC5
RGB
CMYK
RGB Variations
Color information
#C69DC5 (or 0xC69DC5) is known color: Lilac. HEX triplet: C6, 9D and C5. RGB value is (198,157,197). Sum of RGB (Red+Green+Blue) = 198+157+197=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DC5 is #39623A. Grayscale: #ADADAD. Windows color (decimal): -3760699 or 12950982. OLE color: 12950982.
HSL color Cylindrical-coordinate representation of color #C69DC5: hue angle of 301.46º 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 #C69DC5 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 197 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.22 |
| HSL | 301.46º | 0.26% | 0.7% | - |
| HSV(B) | 301.46º | 0.21% | 0.78% | - |
| XYZ | 45.42 | 40.15 | 58.18 | - |
| YUV | 173.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 197 | 0 | 0.21 | 0.01 | 0.22 | 301.46 | 0.26 | 0.7 |
| Hex | C6 | 9D | C5 | 0 | 15 | 1 | 16 | 12D | 1A | 46 |
| Octal | 306 | 235 | 305 | 0 | 25 | 1 | 26 | 455 | 32 | 106 |
| Binary | 11000110 | 10011101 | 11000101 | 0 | 10101 | 1 | 10110 | 100101101 | 11010 | 1000110 |
Color Harmonies of #C69DC5
Complementary color
Monochromatic Colors of #C69DC5
Black with #C69DC5
Text Example
Text Example
White with #C69DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DC5; }
p { color: rgb(198,157,197); }
H1.HeaderClassName
{
color: #C69DC5;
}
.AnyTagClassName
{
color: #C69DC5;
}
</style>
background-color css
<style>
a { background-color: #C69DC5; }
a { background-color: rgb(198,157,197); }
div.DivClassName
{
background-color: #C69DC5;
}
.BgClassName
{
background-color: #C69DC5;
}
</style>
border-color css
<style>
span { border-color: #C69DC5; }
span { border-color: rgb(198,157,197); }
td.TdClassName
{
border-color: #C69DC5;
}
.TagClassName
{
border-color: #C69DC5;
}
</style>