Shades of Mauve #CFB7FF
Tints of Mauve #CFB7FF
RGB
CMYK
RGB Variations
Color information
#CFB7FF (or 0xCFB7FF) is known color: Mauve. HEX triplet: CF, B7 and FF. RGB value is (207,183,255). Sum of RGB (Red+Green+Blue) = 207+183+255=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB7FF is #304800. Grayscale: #C6C6C6. Windows color (decimal): -3164161 or 16758735. OLE color: 16758735.
HSL color Cylindrical-coordinate representation of color #CFB7FF: hue angle of 260º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB7FF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 183 | 255 | - |
| CMYK | 0.19 | 0.28 | 0 | 0 |
| HSL | 260º | 1% | 0.86% | - |
| HSV(B) | 260º | 0.28% | 1% | - |
| XYZ | 60.72 | 54.35 | 101.9 | - |
| YUV | 198.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 255 | 0.19 | 0.28 | 0 | 0 | 260 | 1 | 0.86 |
| Hex | CF | B7 | FF | 13 | 1C | 0 | 0 | 104 | 64 | 56 |
| Octal | 317 | 267 | 377 | 23 | 34 | 0 | 0 | 404 | 144 | 126 |
| Binary | 11001111 | 10110111 | 11111111 | 10011 | 11100 | 0 | 0 | 100000100 | 1100100 | 1010110 |
Color Harmonies of #CFB7FF
Complementary color
Monochromatic Colors of #CFB7FF
Black with #CFB7FF
Text Example
Text Example
White with #CFB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7FF; }
p { color: rgb(207,183,255); }
H1.HeaderClassName
{
color: #CFB7FF;
}
.AnyTagClassName
{
color: #CFB7FF;
}
</style>
background-color css
<style>
a { background-color: #CFB7FF; }
a { background-color: rgb(207,183,255); }
div.DivClassName
{
background-color: #CFB7FF;
}
.BgClassName
{
background-color: #CFB7FF;
}
</style>
border-color css
<style>
span { border-color: #CFB7FF; }
span { border-color: rgb(207,183,255); }
td.TdClassName
{
border-color: #CFB7FF;
}
.TagClassName
{
border-color: #CFB7FF;
}
</style>