Shades of Lilac #CFA8CA
Tints of Lilac #CFA8CA
RGB
CMYK
RGB Variations
Color information
#CFA8CA (or 0xCFA8CA) is known color: Lilac. HEX triplet: CF, A8 and CA. RGB value is (207,168,202). Sum of RGB (Red+Green+Blue) = 207+168+202=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8CA is #305735. Grayscale: #B7B7B7. Windows color (decimal): -3168054 or 13281487. OLE color: 13281487.
HSL color Cylindrical-coordinate representation of color #CFA8CA: hue angle of 307.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8CA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 202 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.19 |
| HSL | 307.69º | 0.29% | 0.74% | - |
| HSV(B) | 307.69º | 0.19% | 0.81% | - |
| XYZ | 50.4 | 45.53 | 62.01 | - |
| YUV | 183.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 202 | 0 | 0.19 | 0.02 | 0.19 | 307.69 | 0.29 | 0.74 |
| Hex | CF | A8 | CA | 0 | 13 | 2 | 13 | 134 | 1D | 4A |
| Octal | 317 | 250 | 312 | 0 | 23 | 2 | 23 | 464 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11001010 | 0 | 10011 | 10 | 10011 | 100110100 | 11101 | 1001010 |
Color Harmonies of #CFA8CA
Complementary color
Monochromatic Colors of #CFA8CA
Black with #CFA8CA
Text Example
Text Example
White with #CFA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8CA; }
p { color: rgb(207,168,202); }
H1.HeaderClassName
{
color: #CFA8CA;
}
.AnyTagClassName
{
color: #CFA8CA;
}
</style>
background-color css
<style>
a { background-color: #CFA8CA; }
a { background-color: rgb(207,168,202); }
div.DivClassName
{
background-color: #CFA8CA;
}
.BgClassName
{
background-color: #CFA8CA;
}
</style>
border-color css
<style>
span { border-color: #CFA8CA; }
span { border-color: rgb(207,168,202); }
td.TdClassName
{
border-color: #CFA8CA;
}
.TagClassName
{
border-color: #CFA8CA;
}
</style>