Shades of Lilac #D68FCA
Tints of Lilac #D68FCA
RGB
CMYK
RGB Variations
Color information
#D68FCA (or 0xD68FCA) is known color: Lilac. HEX triplet: D6, 8F and CA. RGB value is (214,143,202). Sum of RGB (Red+Green+Blue) = 214+143+202=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCA is #297035. Grayscale: #AAAAAA. Windows color (decimal): -2715702 or 13275094. OLE color: 13275094.
HSL color Cylindrical-coordinate representation of color #D68FCA: hue angle of 310.14º 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 #D68FCA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 202 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.16 |
| HSL | 310.14º | 0.46% | 0.7% | - |
| HSV(B) | 310.14º | 0.33% | 0.84% | - |
| XYZ | 48.21 | 38.21 | 60.71 | - |
| YUV | 170.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 202 | 0 | 0.33 | 0.06 | 0.16 | 310.14 | 0.46 | 0.7 |
| Hex | D6 | 8F | CA | 0 | 21 | 6 | 10 | 136 | 2E | 46 |
| Octal | 326 | 217 | 312 | 0 | 41 | 6 | 20 | 466 | 56 | 106 |
| Binary | 11010110 | 10001111 | 11001010 | 0 | 100001 | 110 | 10000 | 100110110 | 101110 | 1000110 |
Color Harmonies of #D68FCA
Complementary color
Monochromatic Colors of #D68FCA
Black with #D68FCA
Text Example
Text Example
White with #D68FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FCA; }
p { color: rgb(214,143,202); }
H1.HeaderClassName
{
color: #D68FCA;
}
.AnyTagClassName
{
color: #D68FCA;
}
</style>
background-color css
<style>
a { background-color: #D68FCA; }
a { background-color: rgb(214,143,202); }
div.DivClassName
{
background-color: #D68FCA;
}
.BgClassName
{
background-color: #D68FCA;
}
</style>
border-color css
<style>
span { border-color: #D68FCA; }
span { border-color: rgb(214,143,202); }
td.TdClassName
{
border-color: #D68FCA;
}
.TagClassName
{
border-color: #D68FCA;
}
</style>