Shades of Lilac #CFA4CA
Tints of Lilac #CFA4CA
RGB
CMYK
RGB Variations
Color information
#CFA4CA (or 0xCFA4CA) is known color: Lilac. HEX triplet: CF, A4 and CA. RGB value is (207,164,202). Sum of RGB (Red+Green+Blue) = 207+164+202=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4CA is #305B35. Grayscale: #B5B5B5. Windows color (decimal): -3169078 or 13280463. OLE color: 13280463.
HSL color Cylindrical-coordinate representation of color #CFA4CA: hue angle of 306.98º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4CA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 202 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.19 |
| HSL | 306.98º | 0.31% | 0.73% | - |
| HSV(B) | 306.98º | 0.21% | 0.81% | - |
| XYZ | 49.67 | 44.08 | 61.77 | - |
| YUV | 181.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 202 | 0 | 0.21 | 0.02 | 0.19 | 306.98 | 0.31 | 0.73 |
| Hex | CF | A4 | CA | 0 | 15 | 2 | 13 | 133 | 1F | 49 |
| Octal | 317 | 244 | 312 | 0 | 25 | 2 | 23 | 463 | 37 | 111 |
| Binary | 11001111 | 10100100 | 11001010 | 0 | 10101 | 10 | 10011 | 100110011 | 11111 | 1001001 |
Color Harmonies of #CFA4CA
Complementary color
Monochromatic Colors of #CFA4CA
Black with #CFA4CA
Text Example
Text Example
White with #CFA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4CA; }
p { color: rgb(207,164,202); }
H1.HeaderClassName
{
color: #CFA4CA;
}
.AnyTagClassName
{
color: #CFA4CA;
}
</style>
background-color css
<style>
a { background-color: #CFA4CA; }
a { background-color: rgb(207,164,202); }
div.DivClassName
{
background-color: #CFA4CA;
}
.BgClassName
{
background-color: #CFA4CA;
}
</style>
border-color css
<style>
span { border-color: #CFA4CA; }
span { border-color: rgb(207,164,202); }
td.TdClassName
{
border-color: #CFA4CA;
}
.TagClassName
{
border-color: #CFA4CA;
}
</style>