Shades of Mauve #CFACFF
Tints of Mauve #CFACFF
RGB
CMYK
RGB Variations
Color information
#CFACFF (or 0xCFACFF) is known color: Mauve. HEX triplet: CF, AC and FF. RGB value is (207,172,255). Sum of RGB (Red+Green+Blue) = 207+172+255=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFF is #305300. Grayscale: #BFBFBF. Windows color (decimal): -3166977 or 16755919. OLE color: 16755919.
HSL color Cylindrical-coordinate representation of color #CFACFF: hue angle of 265.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFACFF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 172 | 255 | - |
| CMYK | 0.19 | 0.33 | 0 | 0 |
| HSL | 265.3º | 1% | 0.84% | - |
| HSV(B) | 265.3º | 0.33% | 1% | - |
| XYZ | 58.53 | 49.99 | 101.17 | - |
| YUV | 191.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 255 | 0.19 | 0.33 | 0 | 0 | 265.3 | 1 | 0.84 |
| Hex | CF | AC | FF | 13 | 21 | 0 | 0 | 109 | 64 | 54 |
| Octal | 317 | 254 | 377 | 23 | 41 | 0 | 0 | 411 | 144 | 124 |
| Binary | 11001111 | 10101100 | 11111111 | 10011 | 100001 | 0 | 0 | 100001001 | 1100100 | 1010100 |
Color Harmonies of #CFACFF
Complementary color
Monochromatic Colors of #CFACFF
Black with #CFACFF
Text Example
Text Example
White with #CFACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACFF; }
p { color: rgb(207,172,255); }
H1.HeaderClassName
{
color: #CFACFF;
}
.AnyTagClassName
{
color: #CFACFF;
}
</style>
background-color css
<style>
a { background-color: #CFACFF; }
a { background-color: rgb(207,172,255); }
div.DivClassName
{
background-color: #CFACFF;
}
.BgClassName
{
background-color: #CFACFF;
}
</style>
border-color css
<style>
span { border-color: #CFACFF; }
span { border-color: rgb(207,172,255); }
td.TdClassName
{
border-color: #CFACFF;
}
.TagClassName
{
border-color: #CFACFF;
}
</style>