Shades of Lilac #D68DC8
Tints of Lilac #D68DC8
RGB
CMYK
RGB Variations
Color information
#D68DC8 (or 0xD68DC8) is known color: Lilac. HEX triplet: D6, 8D and C8. RGB value is (214,141,200). Sum of RGB (Red+Green+Blue) = 214+141+200=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DC8 is #297237. Grayscale: #A9A9A9. Windows color (decimal): -2716216 or 13143510. OLE color: 13143510.
HSL color Cylindrical-coordinate representation of color #D68DC8: hue angle of 311.51º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68DC8 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 200 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.16 |
| HSL | 311.51º | 0.47% | 0.7% | - |
| HSV(B) | 311.51º | 0.34% | 0.84% | - |
| XYZ | 47.68 | 37.52 | 59.37 | - |
| YUV | 169.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 200 | 0 | 0.34 | 0.07 | 0.16 | 311.51 | 0.47 | 0.7 |
| Hex | D6 | 8D | C8 | 0 | 22 | 7 | 10 | 138 | 2F | 46 |
| Octal | 326 | 215 | 310 | 0 | 42 | 7 | 20 | 470 | 57 | 106 |
| Binary | 11010110 | 10001101 | 11001000 | 0 | 100010 | 111 | 10000 | 100111000 | 101111 | 1000110 |
Color Harmonies of #D68DC8
Complementary color
Monochromatic Colors of #D68DC8
Black with #D68DC8
Text Example
Text Example
White with #D68DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DC8; }
p { color: rgb(214,141,200); }
H1.HeaderClassName
{
color: #D68DC8;
}
.AnyTagClassName
{
color: #D68DC8;
}
</style>
background-color css
<style>
a { background-color: #D68DC8; }
a { background-color: rgb(214,141,200); }
div.DivClassName
{
background-color: #D68DC8;
}
.BgClassName
{
background-color: #D68DC8;
}
</style>
border-color css
<style>
span { border-color: #D68DC8; }
span { border-color: rgb(214,141,200); }
td.TdClassName
{
border-color: #D68DC8;
}
.TagClassName
{
border-color: #D68DC8;
}
</style>