Shades of Lilac #C69FCD
Tints of Lilac #C69FCD
RGB
CMYK
RGB Variations
Color information
#C69FCD (or 0xC69FCD) is known color: Lilac. HEX triplet: C6, 9F and CD. RGB value is (198,159,205). Sum of RGB (Red+Green+Blue) = 198+159+205=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #C69FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FCD is #396032. Grayscale: #AFAFAF. Windows color (decimal): -3760179 or 13475782. OLE color: 13475782.
HSL color Cylindrical-coordinate representation of color #C69FCD: hue angle of 290.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69FCD is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 159 | 205 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.20 |
| HSL | 290.87º | 0.32% | 0.71% | - |
| HSV(B) | 290.87º | 0.22% | 0.8% | - |
| XYZ | 46.71 | 41.21 | 63.25 | - |
| YUV | 175.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 205 | 0.03 | 0.22 | 0 | 0.20 | 290.87 | 0.32 | 0.71 |
| Hex | C6 | 9F | CD | 3 | 16 | 0 | 14 | 123 | 20 | 47 |
| Octal | 306 | 237 | 315 | 3 | 26 | 0 | 24 | 443 | 40 | 107 |
| Binary | 11000110 | 10011111 | 11001101 | 11 | 10110 | 0 | 10100 | 100100011 | 100000 | 1000111 |
Color Harmonies of #C69FCD
Complementary color
Monochromatic Colors of #C69FCD
Black with #C69FCD
Text Example
Text Example
White with #C69FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FCD; }
p { color: rgb(198,159,205); }
H1.HeaderClassName
{
color: #C69FCD;
}
.AnyTagClassName
{
color: #C69FCD;
}
</style>
background-color css
<style>
a { background-color: #C69FCD; }
a { background-color: rgb(198,159,205); }
div.DivClassName
{
background-color: #C69FCD;
}
.BgClassName
{
background-color: #C69FCD;
}
</style>
border-color css
<style>
span { border-color: #C69FCD; }
span { border-color: rgb(198,159,205); }
td.TdClassName
{
border-color: #C69FCD;
}
.TagClassName
{
border-color: #C69FCD;
}
</style>