Shades of Lilac #CFA6C8
Tints of Lilac #CFA6C8
RGB
CMYK
RGB Variations
Color information
#CFA6C8 (or 0xCFA6C8) is known color: Lilac. HEX triplet: CF, A6 and C8. RGB value is (207,166,200). Sum of RGB (Red+Green+Blue) = 207+166+200=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C8 is #305937. Grayscale: #B6B6B6. Windows color (decimal): -3168568 or 13149903. OLE color: 13149903.
HSL color Cylindrical-coordinate representation of color #CFA6C8: hue angle of 310.24º 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 #CFA6C8 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 200 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.19 |
| HSL | 310.24º | 0.3% | 0.73% | - |
| HSV(B) | 310.24º | 0.2% | 0.81% | - |
| XYZ | 49.79 | 44.71 | 60.65 | - |
| YUV | 182.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 200 | 0 | 0.20 | 0.03 | 0.19 | 310.24 | 0.3 | 0.73 |
| Hex | CF | A6 | C8 | 0 | 14 | 3 | 13 | 136 | 1E | 49 |
| Octal | 317 | 246 | 310 | 0 | 24 | 3 | 23 | 466 | 36 | 111 |
| Binary | 11001111 | 10100110 | 11001000 | 0 | 10100 | 11 | 10011 | 100110110 | 11110 | 1001001 |
Color Harmonies of #CFA6C8
Complementary color
Monochromatic Colors of #CFA6C8
Black with #CFA6C8
Text Example
Text Example
White with #CFA6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6C8; }
p { color: rgb(207,166,200); }
H1.HeaderClassName
{
color: #CFA6C8;
}
.AnyTagClassName
{
color: #CFA6C8;
}
</style>
background-color css
<style>
a { background-color: #CFA6C8; }
a { background-color: rgb(207,166,200); }
div.DivClassName
{
background-color: #CFA6C8;
}
.BgClassName
{
background-color: #CFA6C8;
}
</style>
border-color css
<style>
span { border-color: #CFA6C8; }
span { border-color: rgb(207,166,200); }
td.TdClassName
{
border-color: #CFA6C8;
}
.TagClassName
{
border-color: #CFA6C8;
}
</style>