Shades of Lilac #CFA2C6
Tints of Lilac #CFA2C6
RGB
CMYK
RGB Variations
Color information
#CFA2C6 (or 0xCFA2C6) is known color: Lilac. HEX triplet: CF, A2 and C6. RGB value is (207,162,198). Sum of RGB (Red+Green+Blue) = 207+162+198=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2C6 is #305D39. Grayscale: #B3B3B3. Windows color (decimal): -3169594 or 13017807. OLE color: 13017807.
HSL color Cylindrical-coordinate representation of color #CFA2C6: hue angle of 312º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2C6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 198 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.19 |
| HSL | 312º | 0.32% | 0.72% | - |
| HSV(B) | 312º | 0.22% | 0.81% | - |
| XYZ | 48.85 | 43.18 | 59.19 | - |
| YUV | 179.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 198 | 0 | 0.22 | 0.04 | 0.19 | 312 | 0.32 | 0.72 |
| Hex | CF | A2 | C6 | 0 | 16 | 4 | 13 | 138 | 20 | 48 |
| Octal | 317 | 242 | 306 | 0 | 26 | 4 | 23 | 470 | 40 | 110 |
| Binary | 11001111 | 10100010 | 11000110 | 0 | 10110 | 100 | 10011 | 100111000 | 100000 | 1001000 |
Color Harmonies of #CFA2C6
Complementary color
Monochromatic Colors of #CFA2C6
Black with #CFA2C6
Text Example
Text Example
White with #CFA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2C6; }
p { color: rgb(207,162,198); }
H1.HeaderClassName
{
color: #CFA2C6;
}
.AnyTagClassName
{
color: #CFA2C6;
}
</style>
background-color css
<style>
a { background-color: #CFA2C6; }
a { background-color: rgb(207,162,198); }
div.DivClassName
{
background-color: #CFA2C6;
}
.BgClassName
{
background-color: #CFA2C6;
}
</style>
border-color css
<style>
span { border-color: #CFA2C6; }
span { border-color: rgb(207,162,198); }
td.TdClassName
{
border-color: #CFA2C6;
}
.TagClassName
{
border-color: #CFA2C6;
}
</style>