Shades of Mauve #CFA0FF
Tints of Mauve #CFA0FF
RGB
CMYK
RGB Variations
Color information
#CFA0FF (or 0xCFA0FF) is known color: Mauve. HEX triplet: CF, A0 and FF. RGB value is (207,160,255). Sum of RGB (Red+Green+Blue) = 207+160+255=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0FF is #305F00. Grayscale: #B8B8B8. Windows color (decimal): -3170049 or 16752847. OLE color: 16752847.
HSL color Cylindrical-coordinate representation of color #CFA0FF: hue angle of 269.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA0FF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 160 | 255 | - |
| CMYK | 0.19 | 0.37 | 0 | 0 |
| HSL | 269.68º | 1% | 0.81% | - |
| HSV(B) | 269.68º | 0.37% | 1% | - |
| XYZ | 56.35 | 45.63 | 100.44 | - |
| YUV | 184.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 255 | 0.19 | 0.37 | 0 | 0 | 269.68 | 1 | 0.81 |
| Hex | CF | A0 | FF | 13 | 25 | 0 | 0 | 10E | 64 | 51 |
| Octal | 317 | 240 | 377 | 23 | 45 | 0 | 0 | 416 | 144 | 121 |
| Binary | 11001111 | 10100000 | 11111111 | 10011 | 100101 | 0 | 0 | 100001110 | 1100100 | 1010001 |
Color Harmonies of #CFA0FF
Complementary color
Monochromatic Colors of #CFA0FF
Black with #CFA0FF
Text Example
Text Example
White with #CFA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0FF; }
p { color: rgb(207,160,255); }
H1.HeaderClassName
{
color: #CFA0FF;
}
.AnyTagClassName
{
color: #CFA0FF;
}
</style>
background-color css
<style>
a { background-color: #CFA0FF; }
a { background-color: rgb(207,160,255); }
div.DivClassName
{
background-color: #CFA0FF;
}
.BgClassName
{
background-color: #CFA0FF;
}
</style>
border-color css
<style>
span { border-color: #CFA0FF; }
span { border-color: rgb(207,160,255); }
td.TdClassName
{
border-color: #CFA0FF;
}
.TagClassName
{
border-color: #CFA0FF;
}
</style>