Shades of Mauve #CFA6FD
Tints of Mauve #CFA6FD
RGB
CMYK
RGB Variations
Color information
#CFA6FD (or 0xCFA6FD) is known color: Mauve. HEX triplet: CF, A6 and FD. RGB value is (207,166,253). Sum of RGB (Red+Green+Blue) = 207+166+253=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6FD is #305902. Grayscale: #BBBBBB. Windows color (decimal): -3168515 or 16623311. OLE color: 16623311.
HSL color Cylindrical-coordinate representation of color #CFA6FD: hue angle of 268.28º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA6FD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 166 | 253 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.01 |
| HSL | 268.28º | 0.96% | 0.82% | - |
| HSV(B) | 268.28º | 0.34% | 0.99% | - |
| XYZ | 57.1 | 47.63 | 99.11 | - |
| YUV | 188.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 253 | 0.18 | 0.34 | 0 | 0.01 | 268.28 | 0.96 | 0.82 |
| Hex | CF | A6 | FD | 12 | 22 | 0 | 1 | 10C | 60 | 52 |
| Octal | 317 | 246 | 375 | 22 | 42 | 0 | 1 | 414 | 140 | 122 |
| Binary | 11001111 | 10100110 | 11111101 | 10010 | 100010 | 0 | 1 | 100001100 | 1100000 | 1010010 |
Color Harmonies of #CFA6FD
Complementary color
Monochromatic Colors of #CFA6FD
Black with #CFA6FD
Text Example
Text Example
White with #CFA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6FD; }
p { color: rgb(207,166,253); }
H1.HeaderClassName
{
color: #CFA6FD;
}
.AnyTagClassName
{
color: #CFA6FD;
}
</style>
background-color css
<style>
a { background-color: #CFA6FD; }
a { background-color: rgb(207,166,253); }
div.DivClassName
{
background-color: #CFA6FD;
}
.BgClassName
{
background-color: #CFA6FD;
}
</style>
border-color css
<style>
span { border-color: #CFA6FD; }
span { border-color: rgb(207,166,253); }
td.TdClassName
{
border-color: #CFA6FD;
}
.TagClassName
{
border-color: #CFA6FD;
}
</style>