Shades of Lilac #D68FCD
Tints of Lilac #D68FCD
RGB
CMYK
RGB Variations
Color information
#D68FCD (or 0xD68FCD) is known color: Lilac. HEX triplet: D6, 8F and CD. RGB value is (214,143,205). Sum of RGB (Red+Green+Blue) = 214+143+205=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCD is #297032. Grayscale: #ABABAB. Windows color (decimal): -2715699 or 13471702. OLE color: 13471702.
HSL color Cylindrical-coordinate representation of color #D68FCD: hue angle of 307.61º 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 #D68FCD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 205 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.16 |
| HSL | 307.61º | 0.46% | 0.7% | - |
| HSV(B) | 307.61º | 0.33% | 0.84% | - |
| XYZ | 48.57 | 38.35 | 62.6 | - |
| YUV | 171.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 205 | 0 | 0.33 | 0.04 | 0.16 | 307.61 | 0.46 | 0.7 |
| Hex | D6 | 8F | CD | 0 | 21 | 4 | 10 | 134 | 2E | 46 |
| Octal | 326 | 217 | 315 | 0 | 41 | 4 | 20 | 464 | 56 | 106 |
| Binary | 11010110 | 10001111 | 11001101 | 0 | 100001 | 100 | 10000 | 100110100 | 101110 | 1000110 |
Color Harmonies of #D68FCD
Complementary color
Monochromatic Colors of #D68FCD
Black with #D68FCD
Text Example
Text Example
White with #D68FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FCD; }
p { color: rgb(214,143,205); }
H1.HeaderClassName
{
color: #D68FCD;
}
.AnyTagClassName
{
color: #D68FCD;
}
</style>
background-color css
<style>
a { background-color: #D68FCD; }
a { background-color: rgb(214,143,205); }
div.DivClassName
{
background-color: #D68FCD;
}
.BgClassName
{
background-color: #D68FCD;
}
</style>
border-color css
<style>
span { border-color: #D68FCD; }
span { border-color: rgb(214,143,205); }
td.TdClassName
{
border-color: #D68FCD;
}
.TagClassName
{
border-color: #D68FCD;
}
</style>