Shades of Mauve #CF9FFD
Tints of Mauve #CF9FFD
RGB
CMYK
RGB Variations
Color information
#CF9FFD (or 0xCF9FFD) is known color: Mauve. HEX triplet: CF, 9F and FD. RGB value is (207,159,253). Sum of RGB (Red+Green+Blue) = 207+159+253=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFD is #306002. Grayscale: #B7B7B7. Windows color (decimal): -3170307 or 16621519. OLE color: 16621519.
HSL color Cylindrical-coordinate representation of color #CF9FFD: hue angle of 270.64º 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 #CF9FFD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 159 | 253 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.01 |
| HSL | 270.64º | 0.96% | 0.81% | - |
| HSV(B) | 270.64º | 0.37% | 0.99% | - |
| XYZ | 55.86 | 45.15 | 98.7 | - |
| YUV | 184.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 253 | 0.18 | 0.37 | 0 | 0.01 | 270.64 | 0.96 | 0.81 |
| Hex | CF | 9F | FD | 12 | 25 | 0 | 1 | 10F | 60 | 51 |
| Octal | 317 | 237 | 375 | 22 | 45 | 0 | 1 | 417 | 140 | 121 |
| Binary | 11001111 | 10011111 | 11111101 | 10010 | 100101 | 0 | 1 | 100001111 | 1100000 | 1010001 |
Color Harmonies of #CF9FFD
Complementary color
Monochromatic Colors of #CF9FFD
Black with #CF9FFD
Text Example
Text Example
White with #CF9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FFD; }
p { color: rgb(207,159,253); }
H1.HeaderClassName
{
color: #CF9FFD;
}
.AnyTagClassName
{
color: #CF9FFD;
}
</style>
background-color css
<style>
a { background-color: #CF9FFD; }
a { background-color: rgb(207,159,253); }
div.DivClassName
{
background-color: #CF9FFD;
}
.BgClassName
{
background-color: #CF9FFD;
}
</style>
border-color css
<style>
span { border-color: #CF9FFD; }
span { border-color: rgb(207,159,253); }
td.TdClassName
{
border-color: #CF9FFD;
}
.TagClassName
{
border-color: #CF9FFD;
}
</style>