Shades of Mauve #CFA0FE
Tints of Mauve #CFA0FE
RGB
CMYK
RGB Variations
Color information
#CFA0FE (or 0xCFA0FE) is known color: Mauve. HEX triplet: CF, A0 and FE. RGB value is (207,160,254). Sum of RGB (Red+Green+Blue) = 207+160+254=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0FE is #305F01. Grayscale: #B8B8B8. Windows color (decimal): -3170050 or 16687311. OLE color: 16687311.
HSL color Cylindrical-coordinate representation of color #CFA0FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA0FE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 160 | 254 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.81% | - |
| HSV(B) | 270º | 0.37% | 1% | - |
| XYZ | 56.19 | 45.56 | 99.6 | - |
| YUV | 184.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 254 | 0.19 | 0.37 | 0 | 0.00 | 270 | 0.98 | 0.81 |
| Hex | CF | A0 | FE | 13 | 25 | 0 | 0 | 10E | 62 | 51 |
| Octal | 317 | 240 | 376 | 23 | 45 | 0 | 0 | 416 | 142 | 121 |
| Binary | 11001111 | 10100000 | 11111110 | 10011 | 100101 | 0 | 0 | 100001110 | 1100010 | 1010001 |
Color Harmonies of #CFA0FE
Complementary color
Monochromatic Colors of #CFA0FE
Black with #CFA0FE
Text Example
Text Example
White with #CFA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0FE; }
p { color: rgb(207,160,254); }
H1.HeaderClassName
{
color: #CFA0FE;
}
.AnyTagClassName
{
color: #CFA0FE;
}
</style>
background-color css
<style>
a { background-color: #CFA0FE; }
a { background-color: rgb(207,160,254); }
div.DivClassName
{
background-color: #CFA0FE;
}
.BgClassName
{
background-color: #CFA0FE;
}
</style>
border-color css
<style>
span { border-color: #CFA0FE; }
span { border-color: rgb(207,160,254); }
td.TdClassName
{
border-color: #CFA0FE;
}
.TagClassName
{
border-color: #CFA0FE;
}
</style>