Shades of Lilac #C69DC9
Tints of Lilac #C69DC9
RGB
CMYK
RGB Variations
Color information
#C69DC9 (or 0xC69DC9) is known color: Lilac. HEX triplet: C6, 9D and C9. RGB value is (198,157,201). Sum of RGB (Red+Green+Blue) = 198+157+201=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #C69DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DC9 is #396236. Grayscale: #AEAEAE. Windows color (decimal): -3760695 or 13213126. OLE color: 13213126.
HSL color Cylindrical-coordinate representation of color #C69DC9: hue angle of 295.91º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69DC9 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 157 | 201 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.21 |
| HSL | 295.91º | 0.29% | 0.7% | - |
| HSV(B) | 295.91º | 0.22% | 0.79% | - |
| XYZ | 45.89 | 40.34 | 60.63 | - |
| YUV | 174.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 201 | 0.01 | 0.22 | 0 | 0.21 | 295.91 | 0.29 | 0.7 |
| Hex | C6 | 9D | C9 | 1 | 16 | 0 | 15 | 128 | 1D | 46 |
| Octal | 306 | 235 | 311 | 1 | 26 | 0 | 25 | 450 | 35 | 106 |
| Binary | 11000110 | 10011101 | 11001001 | 1 | 10110 | 0 | 10101 | 100101000 | 11101 | 1000110 |
Color Harmonies of #C69DC9
Complementary color
Monochromatic Colors of #C69DC9
Black with #C69DC9
Text Example
Text Example
White with #C69DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DC9; }
p { color: rgb(198,157,201); }
H1.HeaderClassName
{
color: #C69DC9;
}
.AnyTagClassName
{
color: #C69DC9;
}
</style>
background-color css
<style>
a { background-color: #C69DC9; }
a { background-color: rgb(198,157,201); }
div.DivClassName
{
background-color: #C69DC9;
}
.BgClassName
{
background-color: #C69DC9;
}
</style>
border-color css
<style>
span { border-color: #C69DC9; }
span { border-color: rgb(198,157,201); }
td.TdClassName
{
border-color: #C69DC9;
}
.TagClassName
{
border-color: #C69DC9;
}
</style>