Shades of Lilac #D08FCB
Tints of Lilac #D08FCB
RGB
CMYK
RGB Variations
Color information
#D08FCB (or 0xD08FCB) is known color: Lilac. HEX triplet: D0, 8F and CB. RGB value is (208,143,203). Sum of RGB (Red+Green+Blue) = 208+143+203=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FCB is #2F7034. Grayscale: #A9A9A9. Windows color (decimal): -3108917 or 13340624. OLE color: 13340624.
HSL color Cylindrical-coordinate representation of color #D08FCB: hue angle of 304.62º 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 #D08FCB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 203 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.18 |
| HSL | 304.62º | 0.41% | 0.69% | - |
| HSV(B) | 304.62º | 0.31% | 0.82% | - |
| XYZ | 46.61 | 37.37 | 61.26 | - |
| YUV | 169.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 203 | 0 | 0.31 | 0.02 | 0.18 | 304.62 | 0.41 | 0.69 |
| Hex | D0 | 8F | CB | 0 | 1F | 2 | 12 | 131 | 29 | 45 |
| Octal | 320 | 217 | 313 | 0 | 37 | 2 | 22 | 461 | 51 | 105 |
| Binary | 11010000 | 10001111 | 11001011 | 0 | 11111 | 10 | 10010 | 100110001 | 101001 | 1000101 |
Color Harmonies of #D08FCB
Complementary color
Monochromatic Colors of #D08FCB
Black with #D08FCB
Text Example
Text Example
White with #D08FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FCB; }
p { color: rgb(208,143,203); }
H1.HeaderClassName
{
color: #D08FCB;
}
.AnyTagClassName
{
color: #D08FCB;
}
</style>
background-color css
<style>
a { background-color: #D08FCB; }
a { background-color: rgb(208,143,203); }
div.DivClassName
{
background-color: #D08FCB;
}
.BgClassName
{
background-color: #D08FCB;
}
</style>
border-color css
<style>
span { border-color: #D08FCB; }
span { border-color: rgb(208,143,203); }
td.TdClassName
{
border-color: #D08FCB;
}
.TagClassName
{
border-color: #D08FCB;
}
</style>