Shades of Lilac #CFA1CC
Tints of Lilac #CFA1CC
RGB
CMYK
RGB Variations
Color information
#CFA1CC (or 0xCFA1CC) is known color: Lilac. HEX triplet: CF, A1 and CC. RGB value is (207,161,204). Sum of RGB (Red+Green+Blue) = 207+161+204=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CC is #305E33. Grayscale: #B3B3B3. Windows color (decimal): -3169844 or 13410767. OLE color: 13410767.
HSL color Cylindrical-coordinate representation of color #CFA1CC: hue angle of 303.91º 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 #CFA1CC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 204 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.19 |
| HSL | 303.91º | 0.32% | 0.72% | - |
| HSV(B) | 303.91º | 0.22% | 0.81% | - |
| XYZ | 49.38 | 43.11 | 62.85 | - |
| YUV | 179.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 204 | 0 | 0.22 | 0.01 | 0.19 | 303.91 | 0.32 | 0.72 |
| Hex | CF | A1 | CC | 0 | 16 | 1 | 13 | 130 | 20 | 48 |
| Octal | 317 | 241 | 314 | 0 | 26 | 1 | 23 | 460 | 40 | 110 |
| Binary | 11001111 | 10100001 | 11001100 | 0 | 10110 | 1 | 10011 | 100110000 | 100000 | 1001000 |
Color Harmonies of #CFA1CC
Complementary color
Monochromatic Colors of #CFA1CC
Black with #CFA1CC
Text Example
Text Example
White with #CFA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1CC; }
p { color: rgb(207,161,204); }
H1.HeaderClassName
{
color: #CFA1CC;
}
.AnyTagClassName
{
color: #CFA1CC;
}
</style>
background-color css
<style>
a { background-color: #CFA1CC; }
a { background-color: rgb(207,161,204); }
div.DivClassName
{
background-color: #CFA1CC;
}
.BgClassName
{
background-color: #CFA1CC;
}
</style>
border-color css
<style>
span { border-color: #CFA1CC; }
span { border-color: rgb(207,161,204); }
td.TdClassName
{
border-color: #CFA1CC;
}
.TagClassName
{
border-color: #CFA1CC;
}
</style>