Shades of Mauve #C89EFC
Tints of Mauve #C89EFC
RGB
CMYK
RGB Variations
Color information
#C89EFC (or 0xC89EFC) is known color: Mauve. HEX triplet: C8, 9E and FC. RGB value is (200,158,252). Sum of RGB (Red+Green+Blue) = 200+158+252=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #C89EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89EFC is #376103. Grayscale: #B4B4B4. Windows color (decimal): -3629316 or 16555720. OLE color: 16555720.
HSL color Cylindrical-coordinate representation of color #C89EFC: hue angle of 266.81º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C89EFC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 158 | 252 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.01 |
| HSL | 266.81º | 0.94% | 0.8% | - |
| HSV(B) | 266.81º | 0.37% | 0.99% | - |
| XYZ | 53.62 | 43.76 | 97.72 | - |
| YUV | 181.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 252 | 0.21 | 0.37 | 0 | 0.01 | 266.81 | 0.94 | 0.8 |
| Hex | C8 | 9E | FC | 15 | 25 | 0 | 1 | 10B | 5E | 50 |
| Octal | 310 | 236 | 374 | 25 | 45 | 0 | 1 | 413 | 136 | 120 |
| Binary | 11001000 | 10011110 | 11111100 | 10101 | 100101 | 0 | 1 | 100001011 | 1011110 | 1010000 |
Color Harmonies of #C89EFC
Complementary color
Monochromatic Colors of #C89EFC
Black with #C89EFC
Text Example
Text Example
White with #C89EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EFC; }
p { color: rgb(200,158,252); }
H1.HeaderClassName
{
color: #C89EFC;
}
.AnyTagClassName
{
color: #C89EFC;
}
</style>
background-color css
<style>
a { background-color: #C89EFC; }
a { background-color: rgb(200,158,252); }
div.DivClassName
{
background-color: #C89EFC;
}
.BgClassName
{
background-color: #C89EFC;
}
</style>
border-color css
<style>
span { border-color: #C89EFC; }
span { border-color: rgb(200,158,252); }
td.TdClassName
{
border-color: #C89EFC;
}
.TagClassName
{
border-color: #C89EFC;
}
</style>