Shades of Mauve #CF9DF6
Tints of Mauve #CF9DF6
RGB
CMYK
RGB Variations
Color information
#CF9DF6 (or 0xCF9DF6) is known color: Mauve. HEX triplet: CF, 9D and F6. RGB value is (207,157,246). Sum of RGB (Red+Green+Blue) = 207+157+246=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DF6 is #306209. Grayscale: #B5B5B5. Windows color (decimal): -3170826 or 16162255. OLE color: 16162255.
HSL color Cylindrical-coordinate representation of color #CF9DF6: hue angle of 273.71º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9DF6 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 157 | 246 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.04 |
| HSL | 273.71º | 0.83% | 0.79% | - |
| HSV(B) | 273.71º | 0.36% | 0.96% | - |
| XYZ | 54.42 | 44.03 | 92.82 | - |
| YUV | 182.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 246 | 0.16 | 0.36 | 0 | 0.04 | 273.71 | 0.83 | 0.79 |
| Hex | CF | 9D | F6 | 10 | 24 | 0 | 4 | 112 | 53 | 4F |
| Octal | 317 | 235 | 366 | 20 | 44 | 0 | 4 | 422 | 123 | 117 |
| Binary | 11001111 | 10011101 | 11110110 | 10000 | 100100 | 0 | 100 | 100010010 | 1010011 | 1001111 |
Color Harmonies of #CF9DF6
Complementary color
Monochromatic Colors of #CF9DF6
Black with #CF9DF6
Text Example
Text Example
White with #CF9DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DF6; }
p { color: rgb(207,157,246); }
H1.HeaderClassName
{
color: #CF9DF6;
}
.AnyTagClassName
{
color: #CF9DF6;
}
</style>
background-color css
<style>
a { background-color: #CF9DF6; }
a { background-color: rgb(207,157,246); }
div.DivClassName
{
background-color: #CF9DF6;
}
.BgClassName
{
background-color: #CF9DF6;
}
</style>
border-color css
<style>
span { border-color: #CF9DF6; }
span { border-color: rgb(207,157,246); }
td.TdClassName
{
border-color: #CF9DF6;
}
.TagClassName
{
border-color: #CF9DF6;
}
</style>