Shades of Lilac #C68CC3
Tints of Lilac #C68CC3
RGB
CMYK
RGB Variations
Color information
#C68CC3 (or 0xC68CC3) is known color: Lilac. HEX triplet: C6, 8C and C3. RGB value is (198,140,195). Sum of RGB (Red+Green+Blue) = 198+140+195=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CC3 is #39733C. Grayscale: #A3A3A3. Windows color (decimal): -3765053 or 12815558. OLE color: 12815558.
HSL color Cylindrical-coordinate representation of color #C68CC3: hue angle of 303.1º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68CC3 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 195 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.22 |
| HSL | 303.1º | 0.34% | 0.66% | - |
| HSV(B) | 303.1º | 0.29% | 0.78% | - |
| XYZ | 42.52 | 34.7 | 56.09 | - |
| YUV | 163.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 195 | 0 | 0.29 | 0.02 | 0.22 | 303.1 | 0.34 | 0.66 |
| Hex | C6 | 8C | C3 | 0 | 1D | 2 | 16 | 12F | 22 | 42 |
| Octal | 306 | 214 | 303 | 0 | 35 | 2 | 26 | 457 | 42 | 102 |
| Binary | 11000110 | 10001100 | 11000011 | 0 | 11101 | 10 | 10110 | 100101111 | 100010 | 1000010 |
Color Harmonies of #C68CC3
Complementary color
Monochromatic Colors of #C68CC3
Black with #C68CC3
Text Example
Text Example
White with #C68CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CC3; }
p { color: rgb(198,140,195); }
H1.HeaderClassName
{
color: #C68CC3;
}
.AnyTagClassName
{
color: #C68CC3;
}
</style>
background-color css
<style>
a { background-color: #C68CC3; }
a { background-color: rgb(198,140,195); }
div.DivClassName
{
background-color: #C68CC3;
}
.BgClassName
{
background-color: #C68CC3;
}
</style>
border-color css
<style>
span { border-color: #C68CC3; }
span { border-color: rgb(198,140,195); }
td.TdClassName
{
border-color: #C68CC3;
}
.TagClassName
{
border-color: #C68CC3;
}
</style>