Shades of Lilac #C68FC3
Tints of Lilac #C68FC3
RGB
CMYK
RGB Variations
Color information
#C68FC3 (or 0xC68FC3) is known color: Lilac. HEX triplet: C6, 8F and C3. RGB value is (198,143,195). Sum of RGB (Red+Green+Blue) = 198+143+195=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FC3 is #39703C. Grayscale: #A5A5A5. Windows color (decimal): -3764285 or 12816326. OLE color: 12816326.
HSL color Cylindrical-coordinate representation of color #C68FC3: hue angle of 303.27º 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 #C68FC3 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 195 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.22 |
| HSL | 303.27º | 0.33% | 0.67% | - |
| HSV(B) | 303.27º | 0.28% | 0.78% | - |
| XYZ | 42.96 | 35.59 | 56.24 | - |
| YUV | 165.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 195 | 0 | 0.28 | 0.02 | 0.22 | 303.27 | 0.33 | 0.67 |
| Hex | C6 | 8F | C3 | 0 | 1C | 2 | 16 | 12F | 21 | 43 |
| Octal | 306 | 217 | 303 | 0 | 34 | 2 | 26 | 457 | 41 | 103 |
| Binary | 11000110 | 10001111 | 11000011 | 0 | 11100 | 10 | 10110 | 100101111 | 100001 | 1000011 |
Color Harmonies of #C68FC3
Complementary color
Monochromatic Colors of #C68FC3
Black with #C68FC3
Text Example
Text Example
White with #C68FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FC3; }
p { color: rgb(198,143,195); }
H1.HeaderClassName
{
color: #C68FC3;
}
.AnyTagClassName
{
color: #C68FC3;
}
</style>
background-color css
<style>
a { background-color: #C68FC3; }
a { background-color: rgb(198,143,195); }
div.DivClassName
{
background-color: #C68FC3;
}
.BgClassName
{
background-color: #C68FC3;
}
</style>
border-color css
<style>
span { border-color: #C68FC3; }
span { border-color: rgb(198,143,195); }
td.TdClassName
{
border-color: #C68FC3;
}
.TagClassName
{
border-color: #C68FC3;
}
</style>