Shades of Mauve #CFA3FE
Tints of Mauve #CFA3FE
RGB
CMYK
RGB Variations
Color information
#CFA3FE (or 0xCFA3FE) is known color: Mauve. HEX triplet: CF, A3 and FE. RGB value is (207,163,254). Sum of RGB (Red+Green+Blue) = 207+163+254=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3FE is #305C01. Grayscale: #BABABA. Windows color (decimal): -3169282 or 16688079. OLE color: 16688079.
HSL color Cylindrical-coordinate representation of color #CFA3FE: hue angle of 269.01º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA3FE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 163 | 254 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.00 |
| HSL | 269.01º | 0.98% | 0.82% | - |
| HSV(B) | 269.01º | 0.36% | 1% | - |
| XYZ | 56.72 | 46.62 | 99.77 | - |
| YUV | 186.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 254 | 0.19 | 0.36 | 0 | 0.00 | 269.01 | 0.98 | 0.82 |
| Hex | CF | A3 | FE | 13 | 24 | 0 | 0 | 10D | 62 | 52 |
| Octal | 317 | 243 | 376 | 23 | 44 | 0 | 0 | 415 | 142 | 122 |
| Binary | 11001111 | 10100011 | 11111110 | 10011 | 100100 | 0 | 0 | 100001101 | 1100010 | 1010010 |
Color Harmonies of #CFA3FE
Complementary color
Monochromatic Colors of #CFA3FE
Black with #CFA3FE
Text Example
Text Example
White with #CFA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3FE; }
p { color: rgb(207,163,254); }
H1.HeaderClassName
{
color: #CFA3FE;
}
.AnyTagClassName
{
color: #CFA3FE;
}
</style>
background-color css
<style>
a { background-color: #CFA3FE; }
a { background-color: rgb(207,163,254); }
div.DivClassName
{
background-color: #CFA3FE;
}
.BgClassName
{
background-color: #CFA3FE;
}
</style>
border-color css
<style>
span { border-color: #CFA3FE; }
span { border-color: rgb(207,163,254); }
td.TdClassName
{
border-color: #CFA3FE;
}
.TagClassName
{
border-color: #CFA3FE;
}
</style>