Shades of Lilac #D08FC5
Tints of Lilac #D08FC5
RGB
CMYK
RGB Variations
Color information
#D08FC5 (or 0xD08FC5) is known color: Lilac. HEX triplet: D0, 8F and C5. RGB value is (208,143,197). Sum of RGB (Red+Green+Blue) = 208+143+197=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FC5 is #2F703A. Grayscale: #A8A8A8. Windows color (decimal): -3108923 or 12947408. OLE color: 12947408.
HSL color Cylindrical-coordinate representation of color #D08FC5: hue angle of 310.15º 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 #D08FC5 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 197 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.18 |
| HSL | 310.15º | 0.41% | 0.69% | - |
| HSV(B) | 310.15º | 0.31% | 0.82% | - |
| XYZ | 45.91 | 37.09 | 57.56 | - |
| YUV | 168.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 197 | 0 | 0.31 | 0.05 | 0.18 | 310.15 | 0.41 | 0.69 |
| Hex | D0 | 8F | C5 | 0 | 1F | 5 | 12 | 136 | 29 | 45 |
| Octal | 320 | 217 | 305 | 0 | 37 | 5 | 22 | 466 | 51 | 105 |
| Binary | 11010000 | 10001111 | 11000101 | 0 | 11111 | 101 | 10010 | 100110110 | 101001 | 1000101 |
Color Harmonies of #D08FC5
Complementary color
Monochromatic Colors of #D08FC5
Black with #D08FC5
Text Example
Text Example
White with #D08FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FC5; }
p { color: rgb(208,143,197); }
H1.HeaderClassName
{
color: #D08FC5;
}
.AnyTagClassName
{
color: #D08FC5;
}
</style>
background-color css
<style>
a { background-color: #D08FC5; }
a { background-color: rgb(208,143,197); }
div.DivClassName
{
background-color: #D08FC5;
}
.BgClassName
{
background-color: #D08FC5;
}
</style>
border-color css
<style>
span { border-color: #D08FC5; }
span { border-color: rgb(208,143,197); }
td.TdClassName
{
border-color: #D08FC5;
}
.TagClassName
{
border-color: #D08FC5;
}
</style>