Shades of Mauve #CFA6F7
Tints of Mauve #CFA6F7
RGB
CMYK
RGB Variations
Color information
#CFA6F7 (or 0xCFA6F7) is known color: Mauve. HEX triplet: CF, A6 and F7. RGB value is (207,166,247). Sum of RGB (Red+Green+Blue) = 207+166+247=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6F7 is #305908. Grayscale: #BBBBBB. Windows color (decimal): -3168521 or 16230095. OLE color: 16230095.
HSL color Cylindrical-coordinate representation of color #CFA6F7: hue angle of 270.37º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA6F7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 166 | 247 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.03 |
| HSL | 270.37º | 0.84% | 0.81% | - |
| HSV(B) | 270.37º | 0.33% | 0.97% | - |
| XYZ | 56.16 | 47.25 | 94.16 | - |
| YUV | 187.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 247 | 0.16 | 0.33 | 0 | 0.03 | 270.37 | 0.84 | 0.81 |
| Hex | CF | A6 | F7 | 10 | 21 | 0 | 3 | 10E | 54 | 51 |
| Octal | 317 | 246 | 367 | 20 | 41 | 0 | 3 | 416 | 124 | 121 |
| Binary | 11001111 | 10100110 | 11110111 | 10000 | 100001 | 0 | 11 | 100001110 | 1010100 | 1010001 |
Color Harmonies of #CFA6F7
Complementary color
Monochromatic Colors of #CFA6F7
Black with #CFA6F7
Text Example
Text Example
White with #CFA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6F7; }
p { color: rgb(207,166,247); }
H1.HeaderClassName
{
color: #CFA6F7;
}
.AnyTagClassName
{
color: #CFA6F7;
}
</style>
background-color css
<style>
a { background-color: #CFA6F7; }
a { background-color: rgb(207,166,247); }
div.DivClassName
{
background-color: #CFA6F7;
}
.BgClassName
{
background-color: #CFA6F7;
}
</style>
border-color css
<style>
span { border-color: #CFA6F7; }
span { border-color: rgb(207,166,247); }
td.TdClassName
{
border-color: #CFA6F7;
}
.TagClassName
{
border-color: #CFA6F7;
}
</style>