Shades of Lilac #CFA6CA
Tints of Lilac #CFA6CA
RGB
CMYK
RGB Variations
Color information
#CFA6CA (or 0xCFA6CA) is known color: Lilac. HEX triplet: CF, A6 and CA. RGB value is (207,166,202). Sum of RGB (Red+Green+Blue) = 207+166+202=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CA is #305935. Grayscale: #B6B6B6. Windows color (decimal): -3168566 or 13280975. OLE color: 13280975.
HSL color Cylindrical-coordinate representation of color #CFA6CA: hue angle of 307.32º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6CA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 202 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.19 |
| HSL | 307.32º | 0.3% | 0.73% | - |
| HSV(B) | 307.32º | 0.2% | 0.81% | - |
| XYZ | 50.03 | 44.8 | 61.89 | - |
| YUV | 182.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 202 | 0 | 0.20 | 0.02 | 0.19 | 307.32 | 0.3 | 0.73 |
| Hex | CF | A6 | CA | 0 | 14 | 2 | 13 | 133 | 1E | 49 |
| Octal | 317 | 246 | 312 | 0 | 24 | 2 | 23 | 463 | 36 | 111 |
| Binary | 11001111 | 10100110 | 11001010 | 0 | 10100 | 10 | 10011 | 100110011 | 11110 | 1001001 |
Color Harmonies of #CFA6CA
Complementary color
Monochromatic Colors of #CFA6CA
Black with #CFA6CA
Text Example
Text Example
White with #CFA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6CA; }
p { color: rgb(207,166,202); }
H1.HeaderClassName
{
color: #CFA6CA;
}
.AnyTagClassName
{
color: #CFA6CA;
}
</style>
background-color css
<style>
a { background-color: #CFA6CA; }
a { background-color: rgb(207,166,202); }
div.DivClassName
{
background-color: #CFA6CA;
}
.BgClassName
{
background-color: #CFA6CA;
}
</style>
border-color css
<style>
span { border-color: #CFA6CA; }
span { border-color: rgb(207,166,202); }
td.TdClassName
{
border-color: #CFA6CA;
}
.TagClassName
{
border-color: #CFA6CA;
}
</style>