Shades of Mauve #C89FFE
Tints of Mauve #C89FFE
RGB
CMYK
RGB Variations
Color information
#C89FFE (or 0xC89FFE) is known color: Mauve. HEX triplet: C8, 9F and FE. RGB value is (200,159,254). Sum of RGB (Red+Green+Blue) = 200+159+254=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C89FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89FFE is #376001. Grayscale: #B5B5B5. Windows color (decimal): -3629058 or 16687048. OLE color: 16687048.
HSL color Cylindrical-coordinate representation of color #C89FFE: hue angle of 265.89º 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 #C89FFE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 159 | 254 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.00 |
| HSL | 265.89º | 0.98% | 0.81% | - |
| HSV(B) | 265.89º | 0.37% | 1% | - |
| XYZ | 54.11 | 44.23 | 99.45 | - |
| YUV | 182.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 254 | 0.21 | 0.37 | 0 | 0.00 | 265.89 | 0.98 | 0.81 |
| Hex | C8 | 9F | FE | 15 | 25 | 0 | 0 | 10A | 62 | 51 |
| Octal | 310 | 237 | 376 | 25 | 45 | 0 | 0 | 412 | 142 | 121 |
| Binary | 11001000 | 10011111 | 11111110 | 10101 | 100101 | 0 | 0 | 100001010 | 1100010 | 1010001 |
Color Harmonies of #C89FFE
Complementary color
Monochromatic Colors of #C89FFE
Black with #C89FFE
Text Example
Text Example
White with #C89FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FFE; }
p { color: rgb(200,159,254); }
H1.HeaderClassName
{
color: #C89FFE;
}
.AnyTagClassName
{
color: #C89FFE;
}
</style>
background-color css
<style>
a { background-color: #C89FFE; }
a { background-color: rgb(200,159,254); }
div.DivClassName
{
background-color: #C89FFE;
}
.BgClassName
{
background-color: #C89FFE;
}
</style>
border-color css
<style>
span { border-color: #C89FFE; }
span { border-color: rgb(200,159,254); }
td.TdClassName
{
border-color: #C89FFE;
}
.TagClassName
{
border-color: #C89FFE;
}
</style>