Shades of Mauve #CFA6FF
Tints of Mauve #CFA6FF
RGB
CMYK
RGB Variations
Color information
#CFA6FF (or 0xCFA6FF) is known color: Mauve. HEX triplet: CF, A6 and FF. RGB value is (207,166,255). Sum of RGB (Red+Green+Blue) = 207+166+255=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 166 (65.23% from 255 or 26.43% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6FF is #305900. Grayscale: #BCBCBC. Windows color (decimal): -3168513 or 16754383. OLE color: 16754383.
HSL color Cylindrical-coordinate representation of color #CFA6FF: hue angle of 267.64º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA6FF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 166 | 255 | - |
| CMYK | 0.19 | 0.35 | 0 | 0 |
| HSL | 267.64º | 1% | 0.83% | - |
| HSV(B) | 267.64º | 0.35% | 1% | - |
| XYZ | 57.42 | 47.76 | 100.8 | - |
| YUV | 188.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 255 | 0.19 | 0.35 | 0 | 0 | 267.64 | 1 | 0.83 |
| Hex | CF | A6 | FF | 13 | 23 | 0 | 0 | 10C | 64 | 53 |
| Octal | 317 | 246 | 377 | 23 | 43 | 0 | 0 | 414 | 144 | 123 |
| Binary | 11001111 | 10100110 | 11111111 | 10011 | 100011 | 0 | 0 | 100001100 | 1100100 | 1010011 |
Color Harmonies of #CFA6FF
Complementary color
Monochromatic Colors of #CFA6FF
Black with #CFA6FF
Text Example
Text Example
White with #CFA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6FF; }
p { color: rgb(207,166,255); }
H1.HeaderClassName
{
color: #CFA6FF;
}
.AnyTagClassName
{
color: #CFA6FF;
}
</style>
background-color css
<style>
a { background-color: #CFA6FF; }
a { background-color: rgb(207,166,255); }
div.DivClassName
{
background-color: #CFA6FF;
}
.BgClassName
{
background-color: #CFA6FF;
}
</style>
border-color css
<style>
span { border-color: #CFA6FF; }
span { border-color: rgb(207,166,255); }
td.TdClassName
{
border-color: #CFA6FF;
}
.TagClassName
{
border-color: #CFA6FF;
}
</style>