Shades of Mauve #CFA5FF
Tints of Mauve #CFA5FF
RGB
CMYK
RGB Variations
Color information
#CFA5FF (or 0xCFA5FF) is known color: Mauve. HEX triplet: CF, A5 and FF. RGB value is (207,165,255). Sum of RGB (Red+Green+Blue) = 207+165+255=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5FF is #305A00. Grayscale: #BBBBBB. Windows color (decimal): -3168769 or 16754127. OLE color: 16754127.
HSL color Cylindrical-coordinate representation of color #CFA5FF: hue angle of 268º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA5FF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 165 | 255 | - |
| CMYK | 0.19 | 0.35 | 0 | 0 |
| HSL | 268º | 1% | 0.82% | - |
| HSV(B) | 268º | 0.35% | 1% | - |
| XYZ | 57.24 | 47.4 | 100.74 | - |
| YUV | 187.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 255 | 0.19 | 0.35 | 0 | 0 | 268 | 1 | 0.82 |
| Hex | CF | A5 | FF | 13 | 23 | 0 | 0 | 10C | 64 | 52 |
| Octal | 317 | 245 | 377 | 23 | 43 | 0 | 0 | 414 | 144 | 122 |
| Binary | 11001111 | 10100101 | 11111111 | 10011 | 100011 | 0 | 0 | 100001100 | 1100100 | 1010010 |
Color Harmonies of #CFA5FF
Complementary color
Monochromatic Colors of #CFA5FF
Black with #CFA5FF
Text Example
Text Example
White with #CFA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5FF; }
p { color: rgb(207,165,255); }
H1.HeaderClassName
{
color: #CFA5FF;
}
.AnyTagClassName
{
color: #CFA5FF;
}
</style>
background-color css
<style>
a { background-color: #CFA5FF; }
a { background-color: rgb(207,165,255); }
div.DivClassName
{
background-color: #CFA5FF;
}
.BgClassName
{
background-color: #CFA5FF;
}
</style>
border-color css
<style>
span { border-color: #CFA5FF; }
span { border-color: rgb(207,165,255); }
td.TdClassName
{
border-color: #CFA5FF;
}
.TagClassName
{
border-color: #CFA5FF;
}
</style>