Shades of Mauve #CF9DFE
Tints of Mauve #CF9DFE
RGB
CMYK
RGB Variations
Color information
#CF9DFE (or 0xCF9DFE) is known color: Mauve. HEX triplet: CF, 9D and FE. RGB value is (207,157,254). Sum of RGB (Red+Green+Blue) = 207+157+254=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DFE is #306201. Grayscale: #B6B6B6. Windows color (decimal): -3170818 or 16686543. OLE color: 16686543.
HSL color Cylindrical-coordinate representation of color #CF9DFE: hue angle of 270.93º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9DFE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 157 | 254 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.00 |
| HSL | 270.93º | 0.98% | 0.81% | - |
| HSV(B) | 270.93º | 0.38% | 1% | - |
| XYZ | 55.68 | 44.54 | 99.43 | - |
| YUV | 183.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 254 | 0.19 | 0.38 | 0 | 0.00 | 270.93 | 0.98 | 0.81 |
| Hex | CF | 9D | FE | 13 | 26 | 0 | 0 | 10F | 62 | 51 |
| Octal | 317 | 235 | 376 | 23 | 46 | 0 | 0 | 417 | 142 | 121 |
| Binary | 11001111 | 10011101 | 11111110 | 10011 | 100110 | 0 | 0 | 100001111 | 1100010 | 1010001 |
Color Harmonies of #CF9DFE
Complementary color
Monochromatic Colors of #CF9DFE
Black with #CF9DFE
Text Example
Text Example
White with #CF9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DFE; }
p { color: rgb(207,157,254); }
H1.HeaderClassName
{
color: #CF9DFE;
}
.AnyTagClassName
{
color: #CF9DFE;
}
</style>
background-color css
<style>
a { background-color: #CF9DFE; }
a { background-color: rgb(207,157,254); }
div.DivClassName
{
background-color: #CF9DFE;
}
.BgClassName
{
background-color: #CF9DFE;
}
</style>
border-color css
<style>
span { border-color: #CF9DFE; }
span { border-color: rgb(207,157,254); }
td.TdClassName
{
border-color: #CF9DFE;
}
.TagClassName
{
border-color: #CF9DFE;
}
</style>