Shades of Lilac #CF8CC6
Tints of Lilac #CF8CC6
RGB
CMYK
RGB Variations
Color information
#CF8CC6 (or 0xCF8CC6) is known color: Lilac. HEX triplet: CF, 8C and C6. RGB value is (207,140,198). Sum of RGB (Red+Green+Blue) = 207+140+198=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CC6 is #307339. Grayscale: #A6A6A6. Windows color (decimal): -3175226 or 13012175. OLE color: 13012175.
HSL color Cylindrical-coordinate representation of color #CF8CC6: hue angle of 308.06º 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 #CF8CC6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 198 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.19 |
| HSL | 308.06º | 0.41% | 0.68% | - |
| HSV(B) | 308.06º | 0.32% | 0.81% | - |
| XYZ | 45.3 | 36.1 | 58.01 | - |
| YUV | 166.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 198 | 0 | 0.32 | 0.04 | 0.19 | 308.06 | 0.41 | 0.68 |
| Hex | CF | 8C | C6 | 0 | 20 | 4 | 13 | 134 | 29 | 44 |
| Octal | 317 | 214 | 306 | 0 | 40 | 4 | 23 | 464 | 51 | 104 |
| Binary | 11001111 | 10001100 | 11000110 | 0 | 100000 | 100 | 10011 | 100110100 | 101001 | 1000100 |
Color Harmonies of #CF8CC6
Complementary color
Monochromatic Colors of #CF8CC6
Black with #CF8CC6
Text Example
Text Example
White with #CF8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CC6; }
p { color: rgb(207,140,198); }
H1.HeaderClassName
{
color: #CF8CC6;
}
.AnyTagClassName
{
color: #CF8CC6;
}
</style>
background-color css
<style>
a { background-color: #CF8CC6; }
a { background-color: rgb(207,140,198); }
div.DivClassName
{
background-color: #CF8CC6;
}
.BgClassName
{
background-color: #CF8CC6;
}
</style>
border-color css
<style>
span { border-color: #CF8CC6; }
span { border-color: rgb(207,140,198); }
td.TdClassName
{
border-color: #CF8CC6;
}
.TagClassName
{
border-color: #CF8CC6;
}
</style>