Shades of Lilac #C68FC0
Tints of Lilac #C68FC0
RGB
CMYK
RGB Variations
Color information
#C68FC0 (or 0xC68FC0) is known color: Lilac. HEX triplet: C6, 8F and C0. RGB value is (198,143,192). Sum of RGB (Red+Green+Blue) = 198+143+192=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FC0 is #39703F. Grayscale: #A4A4A4. Windows color (decimal): -3764288 or 12619718. OLE color: 12619718.
HSL color Cylindrical-coordinate representation of color #C68FC0: hue angle of 306.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FC0 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 192 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.22 |
| HSL | 306.55º | 0.33% | 0.67% | - |
| HSV(B) | 306.55º | 0.28% | 0.78% | - |
| XYZ | 42.63 | 35.46 | 54.47 | - |
| YUV | 165.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 192 | 0 | 0.28 | 0.03 | 0.22 | 306.55 | 0.33 | 0.67 |
| Hex | C6 | 8F | C0 | 0 | 1C | 3 | 16 | 133 | 21 | 43 |
| Octal | 306 | 217 | 300 | 0 | 34 | 3 | 26 | 463 | 41 | 103 |
| Binary | 11000110 | 10001111 | 11000000 | 0 | 11100 | 11 | 10110 | 100110011 | 100001 | 1000011 |
Color Harmonies of #C68FC0
Complementary color
Monochromatic Colors of #C68FC0
Black with #C68FC0
Text Example
Text Example
White with #C68FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FC0; }
p { color: rgb(198,143,192); }
H1.HeaderClassName
{
color: #C68FC0;
}
.AnyTagClassName
{
color: #C68FC0;
}
</style>
background-color css
<style>
a { background-color: #C68FC0; }
a { background-color: rgb(198,143,192); }
div.DivClassName
{
background-color: #C68FC0;
}
.BgClassName
{
background-color: #C68FC0;
}
</style>
border-color css
<style>
span { border-color: #C68FC0; }
span { border-color: rgb(198,143,192); }
td.TdClassName
{
border-color: #C68FC0;
}
.TagClassName
{
border-color: #C68FC0;
}
</style>