Shades of Lilac #CF8CCE
Tints of Lilac #CF8CCE
RGB
CMYK
RGB Variations
Color information
#CF8CCE (or 0xCF8CCE) is known color: Lilac. HEX triplet: CF, 8C and CE. RGB value is (207,140,206). Sum of RGB (Red+Green+Blue) = 207+140+206=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CCE is #307331. Grayscale: #A7A7A7. Windows color (decimal): -3175218 or 13536463. OLE color: 13536463.
HSL color Cylindrical-coordinate representation of color #CF8CCE: hue angle of 300.9º 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 #CF8CCE is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 206 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.19 |
| HSL | 300.9º | 0.41% | 0.68% | - |
| HSV(B) | 300.9º | 0.32% | 0.81% | - |
| XYZ | 46.25 | 36.48 | 63 | - |
| YUV | 167.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 206 | 0 | 0.32 | 0.00 | 0.19 | 300.9 | 0.41 | 0.68 |
| Hex | CF | 8C | CE | 0 | 20 | 0 | 13 | 12D | 29 | 44 |
| Octal | 317 | 214 | 316 | 0 | 40 | 0 | 23 | 455 | 51 | 104 |
| Binary | 11001111 | 10001100 | 11001110 | 0 | 100000 | 0 | 10011 | 100101101 | 101001 | 1000100 |
Color Harmonies of #CF8CCE
Complementary color
Monochromatic Colors of #CF8CCE
Black with #CF8CCE
Text Example
Text Example
White with #CF8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CCE; }
p { color: rgb(207,140,206); }
H1.HeaderClassName
{
color: #CF8CCE;
}
.AnyTagClassName
{
color: #CF8CCE;
}
</style>
background-color css
<style>
a { background-color: #CF8CCE; }
a { background-color: rgb(207,140,206); }
div.DivClassName
{
background-color: #CF8CCE;
}
.BgClassName
{
background-color: #CF8CCE;
}
</style>
border-color css
<style>
span { border-color: #CF8CCE; }
span { border-color: rgb(207,140,206); }
td.TdClassName
{
border-color: #CF8CCE;
}
.TagClassName
{
border-color: #CF8CCE;
}
</style>