Shades of Lilac #CFA5C7
Tints of Lilac #CFA5C7
RGB
CMYK
RGB Variations
Color information
#CFA5C7 (or 0xCFA5C7) is known color: Lilac. HEX triplet: CF, A5 and C7. RGB value is (207,165,199). Sum of RGB (Red+Green+Blue) = 207+165+199=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5C7 is #305A38. Grayscale: #B5B5B5. Windows color (decimal): -3168825 or 13084111. OLE color: 13084111.
HSL color Cylindrical-coordinate representation of color #CFA5C7: hue angle of 311.43º 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 #CFA5C7 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 199 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.19 |
| HSL | 311.43º | 0.3% | 0.73% | - |
| HSV(B) | 311.43º | 0.2% | 0.81% | - |
| XYZ | 49.5 | 44.3 | 59.97 | - |
| YUV | 181.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 199 | 0 | 0.20 | 0.04 | 0.19 | 311.43 | 0.3 | 0.73 |
| Hex | CF | A5 | C7 | 0 | 14 | 4 | 13 | 137 | 1E | 49 |
| Octal | 317 | 245 | 307 | 0 | 24 | 4 | 23 | 467 | 36 | 111 |
| Binary | 11001111 | 10100101 | 11000111 | 0 | 10100 | 100 | 10011 | 100110111 | 11110 | 1001001 |
Color Harmonies of #CFA5C7
Complementary color
Monochromatic Colors of #CFA5C7
Black with #CFA5C7
Text Example
Text Example
White with #CFA5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5C7; }
p { color: rgb(207,165,199); }
H1.HeaderClassName
{
color: #CFA5C7;
}
.AnyTagClassName
{
color: #CFA5C7;
}
</style>
background-color css
<style>
a { background-color: #CFA5C7; }
a { background-color: rgb(207,165,199); }
div.DivClassName
{
background-color: #CFA5C7;
}
.BgClassName
{
background-color: #CFA5C7;
}
</style>
border-color css
<style>
span { border-color: #CFA5C7; }
span { border-color: rgb(207,165,199); }
td.TdClassName
{
border-color: #CFA5C7;
}
.TagClassName
{
border-color: #CFA5C7;
}
</style>