Shades of Lilac #D68BC6
Tints of Lilac #D68BC6
RGB
CMYK
RGB Variations
Color information
#D68BC6 (or 0xD68BC6) is known color: Lilac. HEX triplet: D6, 8B and C6. RGB value is (214,139,198). Sum of RGB (Red+Green+Blue) = 214+139+198=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BC6 is #297439. Grayscale: #A7A7A7. Windows color (decimal): -2716730 or 13011926. OLE color: 13011926.
HSL color Cylindrical-coordinate representation of color #D68BC6: hue angle of 312.8º degrees, saturation: 0.48, 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 #D68BC6 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 198 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.16 |
| HSL | 312.8º | 0.48% | 0.69% | - |
| HSV(B) | 312.8º | 0.35% | 0.84% | - |
| XYZ | 47.16 | 36.84 | 58.05 | - |
| YUV | 168.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 198 | 0 | 0.35 | 0.07 | 0.16 | 312.8 | 0.48 | 0.69 |
| Hex | D6 | 8B | C6 | 0 | 23 | 7 | 10 | 139 | 30 | 45 |
| Octal | 326 | 213 | 306 | 0 | 43 | 7 | 20 | 471 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11000110 | 0 | 100011 | 111 | 10000 | 100111001 | 110000 | 1000101 |
Color Harmonies of #D68BC6
Complementary color
Monochromatic Colors of #D68BC6
Black with #D68BC6
Text Example
Text Example
White with #D68BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BC6; }
p { color: rgb(214,139,198); }
H1.HeaderClassName
{
color: #D68BC6;
}
.AnyTagClassName
{
color: #D68BC6;
}
</style>
background-color css
<style>
a { background-color: #D68BC6; }
a { background-color: rgb(214,139,198); }
div.DivClassName
{
background-color: #D68BC6;
}
.BgClassName
{
background-color: #D68BC6;
}
</style>
border-color css
<style>
span { border-color: #D68BC6; }
span { border-color: rgb(214,139,198); }
td.TdClassName
{
border-color: #D68BC6;
}
.TagClassName
{
border-color: #D68BC6;
}
</style>