Shades of Lilac #C68FCF
Tints of Lilac #C68FCF
RGB
CMYK
RGB Variations
Color information
#C68FCF (or 0xC68FCF) is known color: Lilac. HEX triplet: C6, 8F and CF. RGB value is (198,143,207). Sum of RGB (Red+Green+Blue) = 198+143+207=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #C68FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FCF is #397030. Grayscale: #A6A6A6. Windows color (decimal): -3764273 or 13602758. OLE color: 13602758.
HSL color Cylindrical-coordinate representation of color #C68FCF: hue angle of 291.56º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68FCF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 143 | 207 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.19 |
| HSL | 291.56º | 0.4% | 0.69% | - |
| HSV(B) | 291.56º | 0.31% | 0.81% | - |
| XYZ | 44.37 | 36.16 | 63.67 | - |
| YUV | 166.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 207 | 0.04 | 0.31 | 0 | 0.19 | 291.56 | 0.4 | 0.69 |
| Hex | C6 | 8F | CF | 4 | 1F | 0 | 13 | 124 | 28 | 45 |
| Octal | 306 | 217 | 317 | 4 | 37 | 0 | 23 | 444 | 50 | 105 |
| Binary | 11000110 | 10001111 | 11001111 | 100 | 11111 | 0 | 10011 | 100100100 | 101000 | 1000101 |
Color Harmonies of #C68FCF
Complementary color
Monochromatic Colors of #C68FCF
Black with #C68FCF
Text Example
Text Example
White with #C68FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FCF; }
p { color: rgb(198,143,207); }
H1.HeaderClassName
{
color: #C68FCF;
}
.AnyTagClassName
{
color: #C68FCF;
}
</style>
background-color css
<style>
a { background-color: #C68FCF; }
a { background-color: rgb(198,143,207); }
div.DivClassName
{
background-color: #C68FCF;
}
.BgClassName
{
background-color: #C68FCF;
}
</style>
border-color css
<style>
span { border-color: #C68FCF; }
span { border-color: rgb(198,143,207); }
td.TdClassName
{
border-color: #C68FCF;
}
.TagClassName
{
border-color: #C68FCF;
}
</style>