Shades of Lilac #C68FD0
Tints of Lilac #C68FD0
RGB
CMYK
RGB Variations
Color information
#C68FD0 (or 0xC68FD0) is known color: Lilac. HEX triplet: C6, 8F and D0. RGB value is (198,143,208). Sum of RGB (Red+Green+Blue) = 198+143+208=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C68FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FD0 is #39702F. Grayscale: #A6A6A6. Windows color (decimal): -3764272 or 13668294. OLE color: 13668294.
HSL color Cylindrical-coordinate representation of color #C68FD0: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68FD0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 143 | 208 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.18 |
| HSL | 290.77º | 0.41% | 0.69% | - |
| HSV(B) | 290.77º | 0.31% | 0.82% | - |
| XYZ | 44.5 | 36.2 | 64.32 | - |
| YUV | 166.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 208 | 0.05 | 0.31 | 0 | 0.18 | 290.77 | 0.41 | 0.69 |
| Hex | C6 | 8F | D0 | 5 | 1F | 0 | 12 | 123 | 29 | 45 |
| Octal | 306 | 217 | 320 | 5 | 37 | 0 | 22 | 443 | 51 | 105 |
| Binary | 11000110 | 10001111 | 11010000 | 101 | 11111 | 0 | 10010 | 100100011 | 101001 | 1000101 |
Color Harmonies of #C68FD0
Complementary color
Monochromatic Colors of #C68FD0
Black with #C68FD0
Text Example
Text Example
White with #C68FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FD0; }
p { color: rgb(198,143,208); }
H1.HeaderClassName
{
color: #C68FD0;
}
.AnyTagClassName
{
color: #C68FD0;
}
</style>
background-color css
<style>
a { background-color: #C68FD0; }
a { background-color: rgb(198,143,208); }
div.DivClassName
{
background-color: #C68FD0;
}
.BgClassName
{
background-color: #C68FD0;
}
</style>
border-color css
<style>
span { border-color: #C68FD0; }
span { border-color: rgb(198,143,208); }
td.TdClassName
{
border-color: #C68FD0;
}
.TagClassName
{
border-color: #C68FD0;
}
</style>