Shades of Mauve #CFA7FE
Tints of Mauve #CFA7FE
RGB
CMYK
RGB Variations
Color information
#CFA7FE (or 0xCFA7FE) is known color: Mauve. HEX triplet: CF, A7 and FE. RGB value is (207,167,254). Sum of RGB (Red+Green+Blue) = 207+167+254=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FE is #305801. Grayscale: #BCBCBC. Windows color (decimal): -3168258 or 16689103. OLE color: 16689103.
HSL color Cylindrical-coordinate representation of color #CFA7FE: hue angle of 267.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA7FE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 167 | 254 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.00 |
| HSL | 267.59º | 0.98% | 0.83% | - |
| HSV(B) | 267.59º | 0.34% | 1% | - |
| XYZ | 57.44 | 48.06 | 100.01 | - |
| YUV | 188.88 | 164.75 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 254 | 0.19 | 0.34 | 0 | 0.00 | 267.59 | 0.98 | 0.83 |
| Hex | CF | A7 | FE | 13 | 22 | 0 | 0 | 10C | 62 | 53 |
| Octal | 317 | 247 | 376 | 23 | 42 | 0 | 0 | 414 | 142 | 123 |
| Binary | 11001111 | 10100111 | 11111110 | 10011 | 100010 | 0 | 0 | 100001100 | 1100010 | 1010011 |
Color Harmonies of #CFA7FE
Complementary color
Monochromatic Colors of #CFA7FE
Black with #CFA7FE
Text Example
Text Example
White with #CFA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7FE; }
p { color: rgb(207,167,254); }
H1.HeaderClassName
{
color: #CFA7FE;
}
.AnyTagClassName
{
color: #CFA7FE;
}
</style>
background-color css
<style>
a { background-color: #CFA7FE; }
a { background-color: rgb(207,167,254); }
div.DivClassName
{
background-color: #CFA7FE;
}
.BgClassName
{
background-color: #CFA7FE;
}
</style>
border-color css
<style>
span { border-color: #CFA7FE; }
span { border-color: rgb(207,167,254); }
td.TdClassName
{
border-color: #CFA7FE;
}
.TagClassName
{
border-color: #CFA7FE;
}
</style>