Shades of Mauve #CFA2FA
Tints of Mauve #CFA2FA
RGB
CMYK
RGB Variations
Color information
#CFA2FA (or 0xCFA2FA) is known color: Mauve. HEX triplet: CF, A2 and FA. RGB value is (207,162,250). Sum of RGB (Red+Green+Blue) = 207+162+250=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2FA is #305D05. Grayscale: #B9B9B9. Windows color (decimal): -3169542 or 16425679. OLE color: 16425679.
HSL color Cylindrical-coordinate representation of color #CFA2FA: hue angle of 270.68º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA2FA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 162 | 250 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.02 |
| HSL | 270.68º | 0.9% | 0.81% | - |
| HSV(B) | 270.68º | 0.35% | 0.98% | - |
| XYZ | 55.91 | 46.01 | 96.38 | - |
| YUV | 185.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 250 | 0.17 | 0.35 | 0 | 0.02 | 270.68 | 0.9 | 0.81 |
| Hex | CF | A2 | FA | 11 | 23 | 0 | 2 | 10F | 5A | 51 |
| Octal | 317 | 242 | 372 | 21 | 43 | 0 | 2 | 417 | 132 | 121 |
| Binary | 11001111 | 10100010 | 11111010 | 10001 | 100011 | 0 | 10 | 100001111 | 1011010 | 1010001 |
Color Harmonies of #CFA2FA
Complementary color
Monochromatic Colors of #CFA2FA
Black with #CFA2FA
Text Example
Text Example
White with #CFA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2FA; }
p { color: rgb(207,162,250); }
H1.HeaderClassName
{
color: #CFA2FA;
}
.AnyTagClassName
{
color: #CFA2FA;
}
</style>
background-color css
<style>
a { background-color: #CFA2FA; }
a { background-color: rgb(207,162,250); }
div.DivClassName
{
background-color: #CFA2FA;
}
.BgClassName
{
background-color: #CFA2FA;
}
</style>
border-color css
<style>
span { border-color: #CFA2FA; }
span { border-color: rgb(207,162,250); }
td.TdClassName
{
border-color: #CFA2FA;
}
.TagClassName
{
border-color: #CFA2FA;
}
</style>