Shades of Mauve #CF9DFF
Tints of Mauve #CF9DFF
RGB
CMYK
RGB Variations
Color information
#CF9DFF (or 0xCF9DFF) is known color: Mauve. HEX triplet: CF, 9D and FF. RGB value is (207,157,255). Sum of RGB (Red+Green+Blue) = 207+157+255=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DFF is #306200. Grayscale: #B6B6B6. Windows color (decimal): -3170817 or 16752079. OLE color: 16752079.
HSL color Cylindrical-coordinate representation of color #CF9DFF: hue angle of 270.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9DFF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 157 | 255 | - |
| CMYK | 0.19 | 0.38 | 0 | 0 |
| HSL | 270.61º | 1% | 0.81% | - |
| HSV(B) | 270.61º | 0.38% | 1% | - |
| XYZ | 55.84 | 44.6 | 100.27 | - |
| YUV | 183.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 255 | 0.19 | 0.38 | 0 | 0 | 270.61 | 1 | 0.81 |
| Hex | CF | 9D | FF | 13 | 26 | 0 | 0 | 10F | 64 | 51 |
| Octal | 317 | 235 | 377 | 23 | 46 | 0 | 0 | 417 | 144 | 121 |
| Binary | 11001111 | 10011101 | 11111111 | 10011 | 100110 | 0 | 0 | 100001111 | 1100100 | 1010001 |
Color Harmonies of #CF9DFF
Complementary color
Monochromatic Colors of #CF9DFF
Black with #CF9DFF
Text Example
Text Example
White with #CF9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DFF; }
p { color: rgb(207,157,255); }
H1.HeaderClassName
{
color: #CF9DFF;
}
.AnyTagClassName
{
color: #CF9DFF;
}
</style>
background-color css
<style>
a { background-color: #CF9DFF; }
a { background-color: rgb(207,157,255); }
div.DivClassName
{
background-color: #CF9DFF;
}
.BgClassName
{
background-color: #CF9DFF;
}
</style>
border-color css
<style>
span { border-color: #CF9DFF; }
span { border-color: rgb(207,157,255); }
td.TdClassName
{
border-color: #CF9DFF;
}
.TagClassName
{
border-color: #CF9DFF;
}
</style>