Shades of Mauve #CFA7FA
Tints of Mauve #CFA7FA
RGB
CMYK
RGB Variations
Color information
#CFA7FA (or 0xCFA7FA) is known color: Mauve. HEX triplet: CF, A7 and FA. RGB value is (207,167,250). Sum of RGB (Red+Green+Blue) = 207+167+250=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FA is #305805. Grayscale: #BCBCBC. Windows color (decimal): -3168262 or 16426959. OLE color: 16426959.
HSL color Cylindrical-coordinate representation of color #CFA7FA: hue angle of 268.92º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA7FA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 167 | 250 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.02 |
| HSL | 268.92º | 0.89% | 0.82% | - |
| HSV(B) | 268.92º | 0.33% | 0.98% | - |
| XYZ | 56.81 | 47.8 | 96.68 | - |
| YUV | 188.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 250 | 0.17 | 0.33 | 0 | 0.02 | 268.92 | 0.89 | 0.82 |
| Hex | CF | A7 | FA | 11 | 21 | 0 | 2 | 10D | 59 | 52 |
| Octal | 317 | 247 | 372 | 21 | 41 | 0 | 2 | 415 | 131 | 122 |
| Binary | 11001111 | 10100111 | 11111010 | 10001 | 100001 | 0 | 10 | 100001101 | 1011001 | 1010010 |
Color Harmonies of #CFA7FA
Complementary color
Monochromatic Colors of #CFA7FA
Black with #CFA7FA
Text Example
Text Example
White with #CFA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7FA; }
p { color: rgb(207,167,250); }
H1.HeaderClassName
{
color: #CFA7FA;
}
.AnyTagClassName
{
color: #CFA7FA;
}
</style>
background-color css
<style>
a { background-color: #CFA7FA; }
a { background-color: rgb(207,167,250); }
div.DivClassName
{
background-color: #CFA7FA;
}
.BgClassName
{
background-color: #CFA7FA;
}
</style>
border-color css
<style>
span { border-color: #CFA7FA; }
span { border-color: rgb(207,167,250); }
td.TdClassName
{
border-color: #CFA7FA;
}
.TagClassName
{
border-color: #CFA7FA;
}
</style>