Shades of Mauve #CFB1FF
Tints of Mauve #CFB1FF
RGB
CMYK
RGB Variations
Color information
#CFB1FF (or 0xCFB1FF) is known color: Mauve. HEX triplet: CF, B1 and FF. RGB value is (207,177,255). Sum of RGB (Red+Green+Blue) = 207+177+255=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB1FF is #304E00. Grayscale: #C2C2C2. Windows color (decimal): -3165697 or 16757199. OLE color: 16757199.
HSL color Cylindrical-coordinate representation of color #CFB1FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFB1FF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 177 | 255 | - |
| CMYK | 0.19 | 0.31 | 0 | 0 |
| HSL | 263.08º | 1% | 0.85% | - |
| HSV(B) | 263.08º | 0.31% | 1% | - |
| XYZ | 59.5 | 51.93 | 101.5 | - |
| YUV | 194.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 255 | 0.19 | 0.31 | 0 | 0 | 263.08 | 1 | 0.85 |
| Hex | CF | B1 | FF | 13 | 1F | 0 | 0 | 107 | 64 | 55 |
| Octal | 317 | 261 | 377 | 23 | 37 | 0 | 0 | 407 | 144 | 125 |
| Binary | 11001111 | 10110001 | 11111111 | 10011 | 11111 | 0 | 0 | 100000111 | 1100100 | 1010101 |
Color Harmonies of #CFB1FF
Complementary color
Monochromatic Colors of #CFB1FF
Black with #CFB1FF
Text Example
Text Example
White with #CFB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1FF; }
p { color: rgb(207,177,255); }
H1.HeaderClassName
{
color: #CFB1FF;
}
.AnyTagClassName
{
color: #CFB1FF;
}
</style>
background-color css
<style>
a { background-color: #CFB1FF; }
a { background-color: rgb(207,177,255); }
div.DivClassName
{
background-color: #CFB1FF;
}
.BgClassName
{
background-color: #CFB1FF;
}
</style>
border-color css
<style>
span { border-color: #CFB1FF; }
span { border-color: rgb(207,177,255); }
td.TdClassName
{
border-color: #CFB1FF;
}
.TagClassName
{
border-color: #CFB1FF;
}
</style>