Shades of Lilac #C69FC0
Tints of Lilac #C69FC0
RGB
CMYK
RGB Variations
Color information
#C69FC0 (or 0xC69FC0) is known color: Lilac. HEX triplet: C6, 9F and C0. RGB value is (198,159,192). Sum of RGB (Red+Green+Blue) = 198+159+192=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FC0 is #39603F. Grayscale: #AEAEAE. Windows color (decimal): -3760192 or 12623814. OLE color: 12623814.
HSL color Cylindrical-coordinate representation of color #C69FC0: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FC0 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 192 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.22 |
| HSL | 309.23º | 0.25% | 0.7% | - |
| HSV(B) | 309.23º | 0.2% | 0.78% | - |
| XYZ | 45.2 | 40.61 | 55.32 | - |
| YUV | 174.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 192 | 0 | 0.20 | 0.03 | 0.22 | 309.23 | 0.25 | 0.7 |
| Hex | C6 | 9F | C0 | 0 | 14 | 3 | 16 | 135 | 19 | 46 |
| Octal | 306 | 237 | 300 | 0 | 24 | 3 | 26 | 465 | 31 | 106 |
| Binary | 11000110 | 10011111 | 11000000 | 0 | 10100 | 11 | 10110 | 100110101 | 11001 | 1000110 |
Color Harmonies of #C69FC0
Complementary color
Monochromatic Colors of #C69FC0
Black with #C69FC0
Text Example
Text Example
White with #C69FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FC0; }
p { color: rgb(198,159,192); }
H1.HeaderClassName
{
color: #C69FC0;
}
.AnyTagClassName
{
color: #C69FC0;
}
</style>
background-color css
<style>
a { background-color: #C69FC0; }
a { background-color: rgb(198,159,192); }
div.DivClassName
{
background-color: #C69FC0;
}
.BgClassName
{
background-color: #C69FC0;
}
</style>
border-color css
<style>
span { border-color: #C69FC0; }
span { border-color: rgb(198,159,192); }
td.TdClassName
{
border-color: #C69FC0;
}
.TagClassName
{
border-color: #C69FC0;
}
</style>