Shades of Lilac #CFA5C9
Tints of Lilac #CFA5C9
RGB
CMYK
RGB Variations
Color information
#CFA5C9 (or 0xCFA5C9) is known color: Lilac. HEX triplet: CF, A5 and C9. RGB value is (207,165,201). Sum of RGB (Red+Green+Blue) = 207+165+201=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5C9 is #305A36. Grayscale: #B5B5B5. Windows color (decimal): -3168823 or 13215183. OLE color: 13215183.
HSL color Cylindrical-coordinate representation of color #CFA5C9: hue angle of 308.57º 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 #CFA5C9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 201 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.19 |
| HSL | 308.57º | 0.3% | 0.73% | - |
| HSV(B) | 308.57º | 0.2% | 0.81% | - |
| XYZ | 49.73 | 44.39 | 61.21 | - |
| YUV | 181.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 201 | 0 | 0.20 | 0.03 | 0.19 | 308.57 | 0.3 | 0.73 |
| Hex | CF | A5 | C9 | 0 | 14 | 3 | 13 | 135 | 1E | 49 |
| Octal | 317 | 245 | 311 | 0 | 24 | 3 | 23 | 465 | 36 | 111 |
| Binary | 11001111 | 10100101 | 11001001 | 0 | 10100 | 11 | 10011 | 100110101 | 11110 | 1001001 |
Color Harmonies of #CFA5C9
Complementary color
Monochromatic Colors of #CFA5C9
Black with #CFA5C9
Text Example
Text Example
White with #CFA5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5C9; }
p { color: rgb(207,165,201); }
H1.HeaderClassName
{
color: #CFA5C9;
}
.AnyTagClassName
{
color: #CFA5C9;
}
</style>
background-color css
<style>
a { background-color: #CFA5C9; }
a { background-color: rgb(207,165,201); }
div.DivClassName
{
background-color: #CFA5C9;
}
.BgClassName
{
background-color: #CFA5C9;
}
</style>
border-color css
<style>
span { border-color: #CFA5C9; }
span { border-color: rgb(207,165,201); }
td.TdClassName
{
border-color: #CFA5C9;
}
.TagClassName
{
border-color: #CFA5C9;
}
</style>