Shades of Lilac #CF8DCE
Tints of Lilac #CF8DCE
RGB
CMYK
RGB Variations
Color information
#CF8DCE (or 0xCF8DCE) is known color: Lilac. HEX triplet: CF, 8D and CE. RGB value is (207,141,206). Sum of RGB (Red+Green+Blue) = 207+141+206=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCE is #307231. Grayscale: #A7A7A7. Windows color (decimal): -3174962 or 13536719. OLE color: 13536719.
HSL color Cylindrical-coordinate representation of color #CF8DCE: hue angle of 300.91º 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 #CF8DCE is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 206 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.19 |
| HSL | 300.91º | 0.41% | 0.68% | - |
| HSV(B) | 300.91º | 0.32% | 0.81% | - |
| XYZ | 46.4 | 36.77 | 63.04 | - |
| YUV | 168.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 206 | 0 | 0.32 | 0.00 | 0.19 | 300.91 | 0.41 | 0.68 |
| Hex | CF | 8D | CE | 0 | 20 | 0 | 13 | 12D | 29 | 44 |
| Octal | 317 | 215 | 316 | 0 | 40 | 0 | 23 | 455 | 51 | 104 |
| Binary | 11001111 | 10001101 | 11001110 | 0 | 100000 | 0 | 10011 | 100101101 | 101001 | 1000100 |
Color Harmonies of #CF8DCE
Complementary color
Monochromatic Colors of #CF8DCE
Black with #CF8DCE
Text Example
Text Example
White with #CF8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DCE; }
p { color: rgb(207,141,206); }
H1.HeaderClassName
{
color: #CF8DCE;
}
.AnyTagClassName
{
color: #CF8DCE;
}
</style>
background-color css
<style>
a { background-color: #CF8DCE; }
a { background-color: rgb(207,141,206); }
div.DivClassName
{
background-color: #CF8DCE;
}
.BgClassName
{
background-color: #CF8DCE;
}
</style>
border-color css
<style>
span { border-color: #CF8DCE; }
span { border-color: rgb(207,141,206); }
td.TdClassName
{
border-color: #CF8DCE;
}
.TagClassName
{
border-color: #CF8DCE;
}
</style>