Shades of Mauve #CE9FFC
Tints of Mauve #CE9FFC
RGB
CMYK
RGB Variations
Color information
#CE9FFC (or 0xCE9FFC) is known color: Mauve. HEX triplet: CE, 9F and FC. RGB value is (206,159,252). Sum of RGB (Red+Green+Blue) = 206+159+252=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FFC is #316003. Grayscale: #B7B7B7. Windows color (decimal): -3235844 or 16555982. OLE color: 16555982.
HSL color Cylindrical-coordinate representation of color #CE9FFC: hue angle of 270.32º degrees, saturation: 0.94, 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 #CE9FFC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 159 | 252 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.01 |
| HSL | 270.32º | 0.94% | 0.81% | - |
| HSV(B) | 270.32º | 0.37% | 0.99% | - |
| XYZ | 55.42 | 44.95 | 97.85 | - |
| YUV | 183.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 252 | 0.18 | 0.37 | 0 | 0.01 | 270.32 | 0.94 | 0.81 |
| Hex | CE | 9F | FC | 12 | 25 | 0 | 1 | 10E | 5E | 51 |
| Octal | 316 | 237 | 374 | 22 | 45 | 0 | 1 | 416 | 136 | 121 |
| Binary | 11001110 | 10011111 | 11111100 | 10010 | 100101 | 0 | 1 | 100001110 | 1011110 | 1010001 |
Color Harmonies of #CE9FFC
Complementary color
Monochromatic Colors of #CE9FFC
Black with #CE9FFC
Text Example
Text Example
White with #CE9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FFC; }
p { color: rgb(206,159,252); }
H1.HeaderClassName
{
color: #CE9FFC;
}
.AnyTagClassName
{
color: #CE9FFC;
}
</style>
background-color css
<style>
a { background-color: #CE9FFC; }
a { background-color: rgb(206,159,252); }
div.DivClassName
{
background-color: #CE9FFC;
}
.BgClassName
{
background-color: #CE9FFC;
}
</style>
border-color css
<style>
span { border-color: #CE9FFC; }
span { border-color: rgb(206,159,252); }
td.TdClassName
{
border-color: #CE9FFC;
}
.TagClassName
{
border-color: #CE9FFC;
}
</style>