Shades of Lilac #D68CC9
Tints of Lilac #D68CC9
RGB
CMYK
RGB Variations
Color information
#D68CC9 (or 0xD68CC9) is known color: Lilac. HEX triplet: D6, 8C and C9. RGB value is (214,140,201). Sum of RGB (Red+Green+Blue) = 214+140+201=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC9 is #297336. Grayscale: #A8A8A8. Windows color (decimal): -2716471 or 13208790. OLE color: 13208790.
HSL color Cylindrical-coordinate representation of color #D68CC9: hue angle of 310.54º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CC9 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 201 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.16 |
| HSL | 310.54º | 0.47% | 0.69% | - |
| HSV(B) | 310.54º | 0.35% | 0.84% | - |
| XYZ | 47.65 | 37.27 | 59.94 | - |
| YUV | 169.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 201 | 0 | 0.35 | 0.06 | 0.16 | 310.54 | 0.47 | 0.69 |
| Hex | D6 | 8C | C9 | 0 | 23 | 6 | 10 | 137 | 2F | 45 |
| Octal | 326 | 214 | 311 | 0 | 43 | 6 | 20 | 467 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11001001 | 0 | 100011 | 110 | 10000 | 100110111 | 101111 | 1000101 |
Color Harmonies of #D68CC9
Complementary color
Monochromatic Colors of #D68CC9
Black with #D68CC9
Text Example
Text Example
White with #D68CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CC9; }
p { color: rgb(214,140,201); }
H1.HeaderClassName
{
color: #D68CC9;
}
.AnyTagClassName
{
color: #D68CC9;
}
</style>
background-color css
<style>
a { background-color: #D68CC9; }
a { background-color: rgb(214,140,201); }
div.DivClassName
{
background-color: #D68CC9;
}
.BgClassName
{
background-color: #D68CC9;
}
</style>
border-color css
<style>
span { border-color: #D68CC9; }
span { border-color: rgb(214,140,201); }
td.TdClassName
{
border-color: #D68CC9;
}
.TagClassName
{
border-color: #D68CC9;
}
</style>