Shades of Lilac #D68CC6
Tints of Lilac #D68CC6
RGB
CMYK
RGB Variations
Color information
#D68CC6 (or 0xD68CC6) is known color: Lilac. HEX triplet: D6, 8C and C6. RGB value is (214,140,198). Sum of RGB (Red+Green+Blue) = 214+140+198=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC6 is #297339. Grayscale: #A8A8A8. Windows color (decimal): -2716474 or 13012182. OLE color: 13012182.
HSL color Cylindrical-coordinate representation of color #D68CC6: hue angle of 312.97º 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 #D68CC6 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 198 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.16 |
| HSL | 312.97º | 0.47% | 0.69% | - |
| HSV(B) | 312.97º | 0.35% | 0.84% | - |
| XYZ | 47.3 | 37.13 | 58.1 | - |
| YUV | 168.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 198 | 0 | 0.35 | 0.07 | 0.16 | 312.97 | 0.47 | 0.69 |
| Hex | D6 | 8C | C6 | 0 | 23 | 7 | 10 | 139 | 2F | 45 |
| Octal | 326 | 214 | 306 | 0 | 43 | 7 | 20 | 471 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11000110 | 0 | 100011 | 111 | 10000 | 100111001 | 101111 | 1000101 |
Color Harmonies of #D68CC6
Complementary color
Monochromatic Colors of #D68CC6
Black with #D68CC6
Text Example
Text Example
White with #D68CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CC6; }
p { color: rgb(214,140,198); }
H1.HeaderClassName
{
color: #D68CC6;
}
.AnyTagClassName
{
color: #D68CC6;
}
</style>
background-color css
<style>
a { background-color: #D68CC6; }
a { background-color: rgb(214,140,198); }
div.DivClassName
{
background-color: #D68CC6;
}
.BgClassName
{
background-color: #D68CC6;
}
</style>
border-color css
<style>
span { border-color: #D68CC6; }
span { border-color: rgb(214,140,198); }
td.TdClassName
{
border-color: #D68CC6;
}
.TagClassName
{
border-color: #D68CC6;
}
</style>