Shades of Lilac #CFA3CC
Tints of Lilac #CFA3CC
RGB
CMYK
RGB Variations
Color information
#CFA3CC (or 0xCFA3CC) is known color: Lilac. HEX triplet: CF, A3 and CC. RGB value is (207,163,204). Sum of RGB (Red+Green+Blue) = 207+163+204=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3CC is #305C33. Grayscale: #B4B4B4. Windows color (decimal): -3169332 or 13411279. OLE color: 13411279.
HSL color Cylindrical-coordinate representation of color #CFA3CC: hue angle of 304.09º 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 #CFA3CC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 204 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.19 |
| HSL | 304.09º | 0.31% | 0.73% | - |
| HSV(B) | 304.09º | 0.21% | 0.81% | - |
| XYZ | 49.73 | 43.82 | 62.96 | - |
| YUV | 180.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 204 | 0 | 0.21 | 0.01 | 0.19 | 304.09 | 0.31 | 0.73 |
| Hex | CF | A3 | CC | 0 | 15 | 1 | 13 | 130 | 1F | 49 |
| Octal | 317 | 243 | 314 | 0 | 25 | 1 | 23 | 460 | 37 | 111 |
| Binary | 11001111 | 10100011 | 11001100 | 0 | 10101 | 1 | 10011 | 100110000 | 11111 | 1001001 |
Color Harmonies of #CFA3CC
Complementary color
Monochromatic Colors of #CFA3CC
Black with #CFA3CC
Text Example
Text Example
White with #CFA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3CC; }
p { color: rgb(207,163,204); }
H1.HeaderClassName
{
color: #CFA3CC;
}
.AnyTagClassName
{
color: #CFA3CC;
}
</style>
background-color css
<style>
a { background-color: #CFA3CC; }
a { background-color: rgb(207,163,204); }
div.DivClassName
{
background-color: #CFA3CC;
}
.BgClassName
{
background-color: #CFA3CC;
}
</style>
border-color css
<style>
span { border-color: #CFA3CC; }
span { border-color: rgb(207,163,204); }
td.TdClassName
{
border-color: #CFA3CC;
}
.TagClassName
{
border-color: #CFA3CC;
}
</style>