Shades of Lilac #C08FC6
Tints of Lilac #C08FC6
RGB
CMYK
RGB Variations
Color information
#C08FC6 (or 0xC08FC6) is known color: Lilac. HEX triplet: C0, 8F and C6. RGB value is (192,143,198). Sum of RGB (Red+Green+Blue) = 192+143+198=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FC6 is #3F7039. Grayscale: #A3A3A3. Windows color (decimal): -4157498 or 13012928. OLE color: 13012928.
HSL color Cylindrical-coordinate representation of color #C08FC6: hue angle of 293.45º 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 #C08FC6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 143 | 198 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.22 |
| HSL | 293.45º | 0.33% | 0.67% | - |
| HSV(B) | 293.45º | 0.28% | 0.78% | - |
| XYZ | 41.75 | 34.93 | 57.97 | - |
| YUV | 163.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 198 | 0.03 | 0.28 | 0 | 0.22 | 293.45 | 0.33 | 0.67 |
| Hex | C0 | 8F | C6 | 3 | 1C | 0 | 16 | 125 | 21 | 43 |
| Octal | 300 | 217 | 306 | 3 | 34 | 0 | 26 | 445 | 41 | 103 |
| Binary | 11000000 | 10001111 | 11000110 | 11 | 11100 | 0 | 10110 | 100100101 | 100001 | 1000011 |
Color Harmonies of #C08FC6
Complementary color
Monochromatic Colors of #C08FC6
Black with #C08FC6
Text Example
Text Example
White with #C08FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FC6; }
p { color: rgb(192,143,198); }
H1.HeaderClassName
{
color: #C08FC6;
}
.AnyTagClassName
{
color: #C08FC6;
}
</style>
background-color css
<style>
a { background-color: #C08FC6; }
a { background-color: rgb(192,143,198); }
div.DivClassName
{
background-color: #C08FC6;
}
.BgClassName
{
background-color: #C08FC6;
}
</style>
border-color css
<style>
span { border-color: #C08FC6; }
span { border-color: rgb(192,143,198); }
td.TdClassName
{
border-color: #C08FC6;
}
.TagClassName
{
border-color: #C08FC6;
}
</style>