Shades of Lilac #CFA7C9
Tints of Lilac #CFA7C9
RGB
CMYK
RGB Variations
Color information
#CFA7C9 (or 0xCFA7C9) is known color: Lilac. HEX triplet: CF, A7 and C9. RGB value is (207,167,201). Sum of RGB (Red+Green+Blue) = 207+167+201=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7C9 is #305836. Grayscale: #B6B6B6. Windows color (decimal): -3168311 or 13215695. OLE color: 13215695.
HSL color Cylindrical-coordinate representation of color #CFA7C9: hue angle of 309º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA7C9 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 201 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.19 |
| HSL | 309º | 0.29% | 0.73% | - |
| HSV(B) | 309º | 0.19% | 0.81% | - |
| XYZ | 50.09 | 45.12 | 61.33 | - |
| YUV | 182.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 201 | 0 | 0.19 | 0.03 | 0.19 | 309 | 0.29 | 0.73 |
| Hex | CF | A7 | C9 | 0 | 13 | 3 | 13 | 135 | 1D | 49 |
| Octal | 317 | 247 | 311 | 0 | 23 | 3 | 23 | 465 | 35 | 111 |
| Binary | 11001111 | 10100111 | 11001001 | 0 | 10011 | 11 | 10011 | 100110101 | 11101 | 1001001 |
Color Harmonies of #CFA7C9
Complementary color
Monochromatic Colors of #CFA7C9
Black with #CFA7C9
Text Example
Text Example
White with #CFA7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7C9; }
p { color: rgb(207,167,201); }
H1.HeaderClassName
{
color: #CFA7C9;
}
.AnyTagClassName
{
color: #CFA7C9;
}
</style>
background-color css
<style>
a { background-color: #CFA7C9; }
a { background-color: rgb(207,167,201); }
div.DivClassName
{
background-color: #CFA7C9;
}
.BgClassName
{
background-color: #CFA7C9;
}
</style>
border-color css
<style>
span { border-color: #CFA7C9; }
span { border-color: rgb(207,167,201); }
td.TdClassName
{
border-color: #CFA7C9;
}
.TagClassName
{
border-color: #CFA7C9;
}
</style>