Shades of Mauve #CFA6FA
Tints of Mauve #CFA6FA
RGB
CMYK
RGB Variations
Color information
#CFA6FA (or 0xCFA6FA) is known color: Mauve. HEX triplet: CF, A6 and FA. RGB value is (207,166,250). Sum of RGB (Red+Green+Blue) = 207+166+250=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6FA is #305905. Grayscale: #BBBBBB. Windows color (decimal): -3168518 or 16426703. OLE color: 16426703.
HSL color Cylindrical-coordinate representation of color #CFA6FA: hue angle of 269.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA6FA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 166 | 250 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.02 |
| HSL | 269.29º | 0.89% | 0.82% | - |
| HSV(B) | 269.29º | 0.34% | 0.98% | - |
| XYZ | 56.62 | 47.44 | 96.61 | - |
| YUV | 187.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 250 | 0.17 | 0.34 | 0 | 0.02 | 269.29 | 0.89 | 0.82 |
| Hex | CF | A6 | FA | 11 | 22 | 0 | 2 | 10D | 59 | 52 |
| Octal | 317 | 246 | 372 | 21 | 42 | 0 | 2 | 415 | 131 | 122 |
| Binary | 11001111 | 10100110 | 11111010 | 10001 | 100010 | 0 | 10 | 100001101 | 1011001 | 1010010 |
Color Harmonies of #CFA6FA
Complementary color
Monochromatic Colors of #CFA6FA
Black with #CFA6FA
Text Example
Text Example
White with #CFA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6FA; }
p { color: rgb(207,166,250); }
H1.HeaderClassName
{
color: #CFA6FA;
}
.AnyTagClassName
{
color: #CFA6FA;
}
</style>
background-color css
<style>
a { background-color: #CFA6FA; }
a { background-color: rgb(207,166,250); }
div.DivClassName
{
background-color: #CFA6FA;
}
.BgClassName
{
background-color: #CFA6FA;
}
</style>
border-color css
<style>
span { border-color: #CFA6FA; }
span { border-color: rgb(207,166,250); }
td.TdClassName
{
border-color: #CFA6FA;
}
.TagClassName
{
border-color: #CFA6FA;
}
</style>