Shades of Lilac #CFA1C6
Tints of Lilac #CFA1C6
RGB
CMYK
RGB Variations
Color information
#CFA1C6 (or 0xCFA1C6) is known color: Lilac. HEX triplet: CF, A1 and C6. RGB value is (207,161,198). Sum of RGB (Red+Green+Blue) = 207+161+198=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1C6 is #305E39. Grayscale: #B2B2B2. Windows color (decimal): -3169850 or 13017551. OLE color: 13017551.
HSL color Cylindrical-coordinate representation of color #CFA1C6: hue angle of 311.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1C6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 198 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.19 |
| HSL | 311.74º | 0.32% | 0.72% | - |
| HSV(B) | 311.74º | 0.22% | 0.81% | - |
| XYZ | 48.67 | 42.83 | 59.13 | - |
| YUV | 178.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 198 | 0 | 0.22 | 0.04 | 0.19 | 311.74 | 0.32 | 0.72 |
| Hex | CF | A1 | C6 | 0 | 16 | 4 | 13 | 138 | 20 | 48 |
| Octal | 317 | 241 | 306 | 0 | 26 | 4 | 23 | 470 | 40 | 110 |
| Binary | 11001111 | 10100001 | 11000110 | 0 | 10110 | 100 | 10011 | 100111000 | 100000 | 1001000 |
Color Harmonies of #CFA1C6
Complementary color
Monochromatic Colors of #CFA1C6
Black with #CFA1C6
Text Example
Text Example
White with #CFA1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1C6; }
p { color: rgb(207,161,198); }
H1.HeaderClassName
{
color: #CFA1C6;
}
.AnyTagClassName
{
color: #CFA1C6;
}
</style>
background-color css
<style>
a { background-color: #CFA1C6; }
a { background-color: rgb(207,161,198); }
div.DivClassName
{
background-color: #CFA1C6;
}
.BgClassName
{
background-color: #CFA1C6;
}
</style>
border-color css
<style>
span { border-color: #CFA1C6; }
span { border-color: rgb(207,161,198); }
td.TdClassName
{
border-color: #CFA1C6;
}
.TagClassName
{
border-color: #CFA1C6;
}
</style>