Shades of Lilac #CFA0C5
Tints of Lilac #CFA0C5
RGB
CMYK
RGB Variations
Color information
#CFA0C5 (or 0xCFA0C5) is known color: Lilac. HEX triplet: CF, A0 and C5. RGB value is (207,160,197). Sum of RGB (Red+Green+Blue) = 207+160+197=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C5 is #305F3A. Grayscale: #B2B2B2. Windows color (decimal): -3170107 or 12951759. OLE color: 12951759.
HSL color Cylindrical-coordinate representation of color #CFA0C5: hue angle of 312.77º 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 #CFA0C5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 197 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.19 |
| HSL | 312.77º | 0.33% | 0.72% | - |
| HSV(B) | 312.77º | 0.23% | 0.81% | - |
| XYZ | 48.38 | 42.44 | 58.46 | - |
| YUV | 178.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 197 | 0 | 0.23 | 0.05 | 0.19 | 312.77 | 0.33 | 0.72 |
| Hex | CF | A0 | C5 | 0 | 17 | 5 | 13 | 139 | 21 | 48 |
| Octal | 317 | 240 | 305 | 0 | 27 | 5 | 23 | 471 | 41 | 110 |
| Binary | 11001111 | 10100000 | 11000101 | 0 | 10111 | 101 | 10011 | 100111001 | 100001 | 1001000 |
Color Harmonies of #CFA0C5
Complementary color
Monochromatic Colors of #CFA0C5
Black with #CFA0C5
Text Example
Text Example
White with #CFA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0C5; }
p { color: rgb(207,160,197); }
H1.HeaderClassName
{
color: #CFA0C5;
}
.AnyTagClassName
{
color: #CFA0C5;
}
</style>
background-color css
<style>
a { background-color: #CFA0C5; }
a { background-color: rgb(207,160,197); }
div.DivClassName
{
background-color: #CFA0C5;
}
.BgClassName
{
background-color: #CFA0C5;
}
</style>
border-color css
<style>
span { border-color: #CFA0C5; }
span { border-color: rgb(207,160,197); }
td.TdClassName
{
border-color: #CFA0C5;
}
.TagClassName
{
border-color: #CFA0C5;
}
</style>