Shades of Lilac #CFA7CB
Tints of Lilac #CFA7CB
RGB
CMYK
RGB Variations
Color information
#CFA7CB (or 0xCFA7CB) is known color: Lilac. HEX triplet: CF, A7 and CB. RGB value is (207,167,203). Sum of RGB (Red+Green+Blue) = 207+167+203=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7CB is #305834. Grayscale: #B6B6B6. Windows color (decimal): -3168309 or 13346767. OLE color: 13346767.
HSL color Cylindrical-coordinate representation of color #CFA7CB: hue angle of 306º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA7CB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 203 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.19 |
| HSL | 306º | 0.29% | 0.73% | - |
| HSV(B) | 306º | 0.19% | 0.81% | - |
| XYZ | 50.33 | 45.21 | 62.57 | - |
| YUV | 183.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 203 | 0 | 0.19 | 0.02 | 0.19 | 306 | 0.29 | 0.73 |
| Hex | CF | A7 | CB | 0 | 13 | 2 | 13 | 132 | 1D | 49 |
| Octal | 317 | 247 | 313 | 0 | 23 | 2 | 23 | 462 | 35 | 111 |
| Binary | 11001111 | 10100111 | 11001011 | 0 | 10011 | 10 | 10011 | 100110010 | 11101 | 1001001 |
Color Harmonies of #CFA7CB
Complementary color
Monochromatic Colors of #CFA7CB
Black with #CFA7CB
Text Example
Text Example
White with #CFA7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7CB; }
p { color: rgb(207,167,203); }
H1.HeaderClassName
{
color: #CFA7CB;
}
.AnyTagClassName
{
color: #CFA7CB;
}
</style>
background-color css
<style>
a { background-color: #CFA7CB; }
a { background-color: rgb(207,167,203); }
div.DivClassName
{
background-color: #CFA7CB;
}
.BgClassName
{
background-color: #CFA7CB;
}
</style>
border-color css
<style>
span { border-color: #CFA7CB; }
span { border-color: rgb(207,167,203); }
td.TdClassName
{
border-color: #CFA7CB;
}
.TagClassName
{
border-color: #CFA7CB;
}
</style>