Shades of Lilac #CFA0C7
Tints of Lilac #CFA0C7
RGB
CMYK
RGB Variations
Color information
#CFA0C7 (or 0xCFA0C7) is known color: Lilac. HEX triplet: CF, A0 and C7. RGB value is (207,160,199). Sum of RGB (Red+Green+Blue) = 207+160+199=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C7 is #305F38. Grayscale: #B2B2B2. Windows color (decimal): -3170105 or 13082831. OLE color: 13082831.
HSL color Cylindrical-coordinate representation of color #CFA0C7: hue angle of 310.21º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0C7 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 199 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.19 |
| HSL | 310.21º | 0.33% | 0.72% | - |
| HSV(B) | 310.21º | 0.23% | 0.81% | - |
| XYZ | 48.61 | 42.53 | 59.68 | - |
| YUV | 178.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 199 | 0 | 0.23 | 0.04 | 0.19 | 310.21 | 0.33 | 0.72 |
| Hex | CF | A0 | C7 | 0 | 17 | 4 | 13 | 136 | 21 | 48 |
| Octal | 317 | 240 | 307 | 0 | 27 | 4 | 23 | 466 | 41 | 110 |
| Binary | 11001111 | 10100000 | 11000111 | 0 | 10111 | 100 | 10011 | 100110110 | 100001 | 1001000 |
Color Harmonies of #CFA0C7
Complementary color
Monochromatic Colors of #CFA0C7
Black with #CFA0C7
Text Example
Text Example
White with #CFA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0C7; }
p { color: rgb(207,160,199); }
H1.HeaderClassName
{
color: #CFA0C7;
}
.AnyTagClassName
{
color: #CFA0C7;
}
</style>
background-color css
<style>
a { background-color: #CFA0C7; }
a { background-color: rgb(207,160,199); }
div.DivClassName
{
background-color: #CFA0C7;
}
.BgClassName
{
background-color: #CFA0C7;
}
</style>
border-color css
<style>
span { border-color: #CFA0C7; }
span { border-color: rgb(207,160,199); }
td.TdClassName
{
border-color: #CFA0C7;
}
.TagClassName
{
border-color: #CFA0C7;
}
</style>