Shades of Mauve #CFA0FD
Tints of Mauve #CFA0FD
RGB
CMYK
RGB Variations
Color information
#CFA0FD (or 0xCFA0FD) is known color: Mauve. HEX triplet: CF, A0 and FD. RGB value is (207,160,253). Sum of RGB (Red+Green+Blue) = 207+160+253=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0FD is #305F02. Grayscale: #B8B8B8. Windows color (decimal): -3170051 or 16621775. OLE color: 16621775.
HSL color Cylindrical-coordinate representation of color #CFA0FD: hue angle of 270.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA0FD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 160 | 253 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.01 |
| HSL | 270.32º | 0.96% | 0.81% | - |
| HSV(B) | 270.32º | 0.37% | 0.99% | - |
| XYZ | 56.03 | 45.5 | 98.76 | - |
| YUV | 184.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 253 | 0.18 | 0.37 | 0 | 0.01 | 270.32 | 0.96 | 0.81 |
| Hex | CF | A0 | FD | 12 | 25 | 0 | 1 | 10E | 60 | 51 |
| Octal | 317 | 240 | 375 | 22 | 45 | 0 | 1 | 416 | 140 | 121 |
| Binary | 11001111 | 10100000 | 11111101 | 10010 | 100101 | 0 | 1 | 100001110 | 1100000 | 1010001 |
Color Harmonies of #CFA0FD
Complementary color
Monochromatic Colors of #CFA0FD
Black with #CFA0FD
Text Example
Text Example
White with #CFA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0FD; }
p { color: rgb(207,160,253); }
H1.HeaderClassName
{
color: #CFA0FD;
}
.AnyTagClassName
{
color: #CFA0FD;
}
</style>
background-color css
<style>
a { background-color: #CFA0FD; }
a { background-color: rgb(207,160,253); }
div.DivClassName
{
background-color: #CFA0FD;
}
.BgClassName
{
background-color: #CFA0FD;
}
</style>
border-color css
<style>
span { border-color: #CFA0FD; }
span { border-color: rgb(207,160,253); }
td.TdClassName
{
border-color: #CFA0FD;
}
.TagClassName
{
border-color: #CFA0FD;
}
</style>