Shades of Lilac #D08FC6
Tints of Lilac #D08FC6
RGB
CMYK
RGB Variations
Color information
#D08FC6 (or 0xD08FC6) is known color: Lilac. HEX triplet: D0, 8F and C6. RGB value is (208,143,198). Sum of RGB (Red+Green+Blue) = 208+143+198=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FC6 is #2F7039. Grayscale: #A8A8A8. Windows color (decimal): -3108922 or 13012944. OLE color: 13012944.
HSL color Cylindrical-coordinate representation of color #D08FC6: hue angle of 309.23º 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 #D08FC6 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 198 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.18 |
| HSL | 309.23º | 0.41% | 0.69% | - |
| HSV(B) | 309.23º | 0.31% | 0.82% | - |
| XYZ | 46.03 | 37.13 | 58.17 | - |
| YUV | 168.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 198 | 0 | 0.31 | 0.05 | 0.18 | 309.23 | 0.41 | 0.69 |
| Hex | D0 | 8F | C6 | 0 | 1F | 5 | 12 | 135 | 29 | 45 |
| Octal | 320 | 217 | 306 | 0 | 37 | 5 | 22 | 465 | 51 | 105 |
| Binary | 11010000 | 10001111 | 11000110 | 0 | 11111 | 101 | 10010 | 100110101 | 101001 | 1000101 |
Color Harmonies of #D08FC6
Complementary color
Monochromatic Colors of #D08FC6
Black with #D08FC6
Text Example
Text Example
White with #D08FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FC6; }
p { color: rgb(208,143,198); }
H1.HeaderClassName
{
color: #D08FC6;
}
.AnyTagClassName
{
color: #D08FC6;
}
</style>
background-color css
<style>
a { background-color: #D08FC6; }
a { background-color: rgb(208,143,198); }
div.DivClassName
{
background-color: #D08FC6;
}
.BgClassName
{
background-color: #D08FC6;
}
</style>
border-color css
<style>
span { border-color: #D08FC6; }
span { border-color: rgb(208,143,198); }
td.TdClassName
{
border-color: #D08FC6;
}
.TagClassName
{
border-color: #D08FC6;
}
</style>