Shades of Lilac #CFA0CA
Tints of Lilac #CFA0CA
RGB
CMYK
RGB Variations
Color information
#CFA0CA (or 0xCFA0CA) is known color: Lilac. HEX triplet: CF, A0 and CA. RGB value is (207,160,202). Sum of RGB (Red+Green+Blue) = 207+160+202=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0CA is #305F35. Grayscale: #B2B2B2. Windows color (decimal): -3170102 or 13279439. OLE color: 13279439.
HSL color Cylindrical-coordinate representation of color #CFA0CA: hue angle of 306.38º 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 #CFA0CA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 202 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.19 |
| HSL | 306.38º | 0.33% | 0.72% | - |
| HSV(B) | 306.38º | 0.23% | 0.81% | - |
| XYZ | 48.96 | 42.67 | 61.53 | - |
| YUV | 178.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 202 | 0 | 0.23 | 0.02 | 0.19 | 306.38 | 0.33 | 0.72 |
| Hex | CF | A0 | CA | 0 | 17 | 2 | 13 | 132 | 21 | 48 |
| Octal | 317 | 240 | 312 | 0 | 27 | 2 | 23 | 462 | 41 | 110 |
| Binary | 11001111 | 10100000 | 11001010 | 0 | 10111 | 10 | 10011 | 100110010 | 100001 | 1001000 |
Color Harmonies of #CFA0CA
Complementary color
Monochromatic Colors of #CFA0CA
Black with #CFA0CA
Text Example
Text Example
White with #CFA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0CA; }
p { color: rgb(207,160,202); }
H1.HeaderClassName
{
color: #CFA0CA;
}
.AnyTagClassName
{
color: #CFA0CA;
}
</style>
background-color css
<style>
a { background-color: #CFA0CA; }
a { background-color: rgb(207,160,202); }
div.DivClassName
{
background-color: #CFA0CA;
}
.BgClassName
{
background-color: #CFA0CA;
}
</style>
border-color css
<style>
span { border-color: #CFA0CA; }
span { border-color: rgb(207,160,202); }
td.TdClassName
{
border-color: #CFA0CA;
}
.TagClassName
{
border-color: #CFA0CA;
}
</style>