Shades of Mauve #CFA3FF
Tints of Mauve #CFA3FF
RGB
CMYK
RGB Variations
Color information
#CFA3FF (or 0xCFA3FF) is known color: Mauve. HEX triplet: CF, A3 and FF. RGB value is (207,163,255). Sum of RGB (Red+Green+Blue) = 207+163+255=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3FF is #305C00. Grayscale: #BABABA. Windows color (decimal): -3169281 or 16753615. OLE color: 16753615.
HSL color Cylindrical-coordinate representation of color #CFA3FF: hue angle of 268.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA3FF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 163 | 255 | - |
| CMYK | 0.19 | 0.36 | 0 | 0 |
| HSL | 268.7º | 1% | 0.82% | - |
| HSV(B) | 268.7º | 0.36% | 1% | - |
| XYZ | 56.88 | 46.68 | 100.62 | - |
| YUV | 186.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 255 | 0.19 | 0.36 | 0 | 0 | 268.7 | 1 | 0.82 |
| Hex | CF | A3 | FF | 13 | 24 | 0 | 0 | 10D | 64 | 52 |
| Octal | 317 | 243 | 377 | 23 | 44 | 0 | 0 | 415 | 144 | 122 |
| Binary | 11001111 | 10100011 | 11111111 | 10011 | 100100 | 0 | 0 | 100001101 | 1100100 | 1010010 |
Color Harmonies of #CFA3FF
Complementary color
Monochromatic Colors of #CFA3FF
Black with #CFA3FF
Text Example
Text Example
White with #CFA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3FF; }
p { color: rgb(207,163,255); }
H1.HeaderClassName
{
color: #CFA3FF;
}
.AnyTagClassName
{
color: #CFA3FF;
}
</style>
background-color css
<style>
a { background-color: #CFA3FF; }
a { background-color: rgb(207,163,255); }
div.DivClassName
{
background-color: #CFA3FF;
}
.BgClassName
{
background-color: #CFA3FF;
}
</style>
border-color css
<style>
span { border-color: #CFA3FF; }
span { border-color: rgb(207,163,255); }
td.TdClassName
{
border-color: #CFA3FF;
}
.TagClassName
{
border-color: #CFA3FF;
}
</style>