Shades of Lilac #CFA1CF
Tints of Lilac #CFA1CF
RGB
CMYK
RGB Variations
Color information
#CFA1CF (or 0xCFA1CF) is known color: Lilac. HEX triplet: CF, A1 and CF. RGB value is (207,161,207). Sum of RGB (Red+Green+Blue) = 207+161+207=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CF is #305E30. Grayscale: #B3B3B3. Windows color (decimal): -3169841 or 13607375. OLE color: 13607375.
HSL color Cylindrical-coordinate representation of color #CFA1CF: hue angle of 300º 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 #CFA1CF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 207 | - |
| CMYK | 0 | 0.22 | 0 | 0.19 |
| HSL | 300º | 0.32% | 0.72% | - |
| HSV(B) | 300º | 0.22% | 0.81% | - |
| XYZ | 49.74 | 43.26 | 64.76 | - |
| YUV | 180 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 207 | 0 | 0.22 | 0 | 0.19 | 300 | 0.32 | 0.72 |
| Hex | CF | A1 | CF | 0 | 16 | 0 | 13 | 12C | 20 | 48 |
| Octal | 317 | 241 | 317 | 0 | 26 | 0 | 23 | 454 | 40 | 110 |
| Binary | 11001111 | 10100001 | 11001111 | 0 | 10110 | 0 | 10011 | 100101100 | 100000 | 1001000 |
Color Harmonies of #CFA1CF
Complementary color
Monochromatic Colors of #CFA1CF
Black with #CFA1CF
Text Example
Text Example
White with #CFA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1CF; }
p { color: rgb(207,161,207); }
H1.HeaderClassName
{
color: #CFA1CF;
}
.AnyTagClassName
{
color: #CFA1CF;
}
</style>
background-color css
<style>
a { background-color: #CFA1CF; }
a { background-color: rgb(207,161,207); }
div.DivClassName
{
background-color: #CFA1CF;
}
.BgClassName
{
background-color: #CFA1CF;
}
</style>
border-color css
<style>
span { border-color: #CFA1CF; }
span { border-color: rgb(207,161,207); }
td.TdClassName
{
border-color: #CFA1CF;
}
.TagClassName
{
border-color: #CFA1CF;
}
</style>