Shades of Lilac #CFA5CB
Tints of Lilac #CFA5CB
RGB
CMYK
RGB Variations
Color information
#CFA5CB (or 0xCFA5CB) is known color: Lilac. HEX triplet: CF, A5 and CB. RGB value is (207,165,203). Sum of RGB (Red+Green+Blue) = 207+165+203=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5CB is #305A34. Grayscale: #B5B5B5. Windows color (decimal): -3168821 or 13346255. OLE color: 13346255.
HSL color Cylindrical-coordinate representation of color #CFA5CB: hue angle of 305.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5CB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 203 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.19 |
| HSL | 305.71º | 0.3% | 0.73% | - |
| HSV(B) | 305.71º | 0.2% | 0.81% | - |
| XYZ | 49.97 | 44.49 | 62.45 | - |
| YUV | 181.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 203 | 0 | 0.20 | 0.02 | 0.19 | 305.71 | 0.3 | 0.73 |
| Hex | CF | A5 | CB | 0 | 14 | 2 | 13 | 132 | 1E | 49 |
| Octal | 317 | 245 | 313 | 0 | 24 | 2 | 23 | 462 | 36 | 111 |
| Binary | 11001111 | 10100101 | 11001011 | 0 | 10100 | 10 | 10011 | 100110010 | 11110 | 1001001 |
Color Harmonies of #CFA5CB
Complementary color
Monochromatic Colors of #CFA5CB
Black with #CFA5CB
Text Example
Text Example
White with #CFA5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5CB; }
p { color: rgb(207,165,203); }
H1.HeaderClassName
{
color: #CFA5CB;
}
.AnyTagClassName
{
color: #CFA5CB;
}
</style>
background-color css
<style>
a { background-color: #CFA5CB; }
a { background-color: rgb(207,165,203); }
div.DivClassName
{
background-color: #CFA5CB;
}
.BgClassName
{
background-color: #CFA5CB;
}
</style>
border-color css
<style>
span { border-color: #CFA5CB; }
span { border-color: rgb(207,165,203); }
td.TdClassName
{
border-color: #CFA5CB;
}
.TagClassName
{
border-color: #CFA5CB;
}
</style>