Shades of Lilac #D68FC7
Tints of Lilac #D68FC7
RGB
CMYK
RGB Variations
Color information
#D68FC7 (or 0xD68FC7) is known color: Lilac. HEX triplet: D6, 8F and C7. RGB value is (214,143,199). Sum of RGB (Red+Green+Blue) = 214+143+199=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FC7 is #297038. Grayscale: #AAAAAA. Windows color (decimal): -2715705 or 13078486. OLE color: 13078486.
HSL color Cylindrical-coordinate representation of color #D68FC7: hue angle of 312.68º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FC7 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 199 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.16 |
| HSL | 312.68º | 0.46% | 0.7% | - |
| HSV(B) | 312.68º | 0.33% | 0.84% | - |
| XYZ | 47.86 | 38.06 | 58.86 | - |
| YUV | 170.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 199 | 0 | 0.33 | 0.07 | 0.16 | 312.68 | 0.46 | 0.7 |
| Hex | D6 | 8F | C7 | 0 | 21 | 7 | 10 | 139 | 2E | 46 |
| Octal | 326 | 217 | 307 | 0 | 41 | 7 | 20 | 471 | 56 | 106 |
| Binary | 11010110 | 10001111 | 11000111 | 0 | 100001 | 111 | 10000 | 100111001 | 101110 | 1000110 |
Color Harmonies of #D68FC7
Complementary color
Monochromatic Colors of #D68FC7
Black with #D68FC7
Text Example
Text Example
White with #D68FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FC7; }
p { color: rgb(214,143,199); }
H1.HeaderClassName
{
color: #D68FC7;
}
.AnyTagClassName
{
color: #D68FC7;
}
</style>
background-color css
<style>
a { background-color: #D68FC7; }
a { background-color: rgb(214,143,199); }
div.DivClassName
{
background-color: #D68FC7;
}
.BgClassName
{
background-color: #D68FC7;
}
</style>
border-color css
<style>
span { border-color: #D68FC7; }
span { border-color: rgb(214,143,199); }
td.TdClassName
{
border-color: #D68FC7;
}
.TagClassName
{
border-color: #D68FC7;
}
</style>