Shades of Mauve #CFA5FA
Tints of Mauve #CFA5FA
RGB
CMYK
RGB Variations
Color information
#CFA5FA (or 0xCFA5FA) is known color: Mauve. HEX triplet: CF, A5 and FA. RGB value is (207,165,250). Sum of RGB (Red+Green+Blue) = 207+165+250=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5FA is #305A05. Grayscale: #BABABA. Windows color (decimal): -3168774 or 16426447. OLE color: 16426447.
HSL color Cylindrical-coordinate representation of color #CFA5FA: hue angle of 269.65º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA5FA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 165 | 250 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.02 |
| HSL | 269.65º | 0.89% | 0.81% | - |
| HSV(B) | 269.65º | 0.34% | 0.98% | - |
| XYZ | 56.44 | 47.08 | 96.55 | - |
| YUV | 187.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 250 | 0.17 | 0.34 | 0 | 0.02 | 269.65 | 0.89 | 0.81 |
| Hex | CF | A5 | FA | 11 | 22 | 0 | 2 | 10E | 59 | 51 |
| Octal | 317 | 245 | 372 | 21 | 42 | 0 | 2 | 416 | 131 | 121 |
| Binary | 11001111 | 10100101 | 11111010 | 10001 | 100010 | 0 | 10 | 100001110 | 1011001 | 1010001 |
Color Harmonies of #CFA5FA
Complementary color
Monochromatic Colors of #CFA5FA
Black with #CFA5FA
Text Example
Text Example
White with #CFA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5FA; }
p { color: rgb(207,165,250); }
H1.HeaderClassName
{
color: #CFA5FA;
}
.AnyTagClassName
{
color: #CFA5FA;
}
</style>
background-color css
<style>
a { background-color: #CFA5FA; }
a { background-color: rgb(207,165,250); }
div.DivClassName
{
background-color: #CFA5FA;
}
.BgClassName
{
background-color: #CFA5FA;
}
</style>
border-color css
<style>
span { border-color: #CFA5FA; }
span { border-color: rgb(207,165,250); }
td.TdClassName
{
border-color: #CFA5FA;
}
.TagClassName
{
border-color: #CFA5FA;
}
</style>