Shades of Mauve #CF9FFE
Tints of Mauve #CF9FFE
RGB
CMYK
RGB Variations
Color information
#CF9FFE (or 0xCF9FFE) is known color: Mauve. HEX triplet: CF, 9F and FE. RGB value is (207,159,254). Sum of RGB (Red+Green+Blue) = 207+159+254=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFE is #306001. Grayscale: #B7B7B7. Windows color (decimal): -3170306 or 16687055. OLE color: 16687055.
HSL color Cylindrical-coordinate representation of color #CF9FFE: hue angle of 270.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9FFE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 159 | 254 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.00 |
| HSL | 270.32º | 0.98% | 0.81% | - |
| HSV(B) | 270.32º | 0.37% | 1% | - |
| XYZ | 56.02 | 45.22 | 99.54 | - |
| YUV | 184.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 254 | 0.19 | 0.37 | 0 | 0.00 | 270.32 | 0.98 | 0.81 |
| Hex | CF | 9F | FE | 13 | 25 | 0 | 0 | 10E | 62 | 51 |
| Octal | 317 | 237 | 376 | 23 | 45 | 0 | 0 | 416 | 142 | 121 |
| Binary | 11001111 | 10011111 | 11111110 | 10011 | 100101 | 0 | 0 | 100001110 | 1100010 | 1010001 |
Color Harmonies of #CF9FFE
Complementary color
Monochromatic Colors of #CF9FFE
Black with #CF9FFE
Text Example
Text Example
White with #CF9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FFE; }
p { color: rgb(207,159,254); }
H1.HeaderClassName
{
color: #CF9FFE;
}
.AnyTagClassName
{
color: #CF9FFE;
}
</style>
background-color css
<style>
a { background-color: #CF9FFE; }
a { background-color: rgb(207,159,254); }
div.DivClassName
{
background-color: #CF9FFE;
}
.BgClassName
{
background-color: #CF9FFE;
}
</style>
border-color css
<style>
span { border-color: #CF9FFE; }
span { border-color: rgb(207,159,254); }
td.TdClassName
{
border-color: #CF9FFE;
}
.TagClassName
{
border-color: #CF9FFE;
}
</style>