Shades of Lilac #CF8DCA
Tints of Lilac #CF8DCA
RGB
CMYK
RGB Variations
Color information
#CF8DCA (or 0xCF8DCA) is known color: Lilac. HEX triplet: CF, 8D and CA. RGB value is (207,141,202). Sum of RGB (Red+Green+Blue) = 207+141+202=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCA is #307235. Grayscale: #A7A7A7. Windows color (decimal): -3174966 or 13274575. OLE color: 13274575.
HSL color Cylindrical-coordinate representation of color #CF8DCA: hue angle of 304.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DCA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 202 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.19 |
| HSL | 304.55º | 0.41% | 0.68% | - |
| HSV(B) | 304.55º | 0.32% | 0.81% | - |
| XYZ | 45.92 | 36.58 | 60.52 | - |
| YUV | 167.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 202 | 0 | 0.32 | 0.02 | 0.19 | 304.55 | 0.41 | 0.68 |
| Hex | CF | 8D | CA | 0 | 20 | 2 | 13 | 131 | 29 | 44 |
| Octal | 317 | 215 | 312 | 0 | 40 | 2 | 23 | 461 | 51 | 104 |
| Binary | 11001111 | 10001101 | 11001010 | 0 | 100000 | 10 | 10011 | 100110001 | 101001 | 1000100 |
Color Harmonies of #CF8DCA
Complementary color
Monochromatic Colors of #CF8DCA
Black with #CF8DCA
Text Example
Text Example
White with #CF8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DCA; }
p { color: rgb(207,141,202); }
H1.HeaderClassName
{
color: #CF8DCA;
}
.AnyTagClassName
{
color: #CF8DCA;
}
</style>
background-color css
<style>
a { background-color: #CF8DCA; }
a { background-color: rgb(207,141,202); }
div.DivClassName
{
background-color: #CF8DCA;
}
.BgClassName
{
background-color: #CF8DCA;
}
</style>
border-color css
<style>
span { border-color: #CF8DCA; }
span { border-color: rgb(207,141,202); }
td.TdClassName
{
border-color: #CF8DCA;
}
.TagClassName
{
border-color: #CF8DCA;
}
</style>