Shades of Mauve #C89CFC
Tints of Mauve #C89CFC
RGB
CMYK
RGB Variations
Color information
#C89CFC (or 0xC89CFC) is known color: Mauve. HEX triplet: C8, 9C and FC. RGB value is (200,156,252). Sum of RGB (Red+Green+Blue) = 200+156+252=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #C89CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89CFC is #376303. Grayscale: #B3B3B3. Windows color (decimal): -3629828 or 16555208. OLE color: 16555208.
HSL color Cylindrical-coordinate representation of color #C89CFC: hue angle of 267.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C89CFC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 156 | 252 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.01 |
| HSL | 267.5º | 0.94% | 0.8% | - |
| HSV(B) | 267.5º | 0.38% | 0.99% | - |
| XYZ | 53.28 | 43.08 | 97.6 | - |
| YUV | 180.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 252 | 0.21 | 0.38 | 0 | 0.01 | 267.5 | 0.94 | 0.8 |
| Hex | C8 | 9C | FC | 15 | 26 | 0 | 1 | 10C | 5E | 50 |
| Octal | 310 | 234 | 374 | 25 | 46 | 0 | 1 | 414 | 136 | 120 |
| Binary | 11001000 | 10011100 | 11111100 | 10101 | 100110 | 0 | 1 | 100001100 | 1011110 | 1010000 |
Color Harmonies of #C89CFC
Complementary color
Monochromatic Colors of #C89CFC
Black with #C89CFC
Text Example
Text Example
White with #C89CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CFC; }
p { color: rgb(200,156,252); }
H1.HeaderClassName
{
color: #C89CFC;
}
.AnyTagClassName
{
color: #C89CFC;
}
</style>
background-color css
<style>
a { background-color: #C89CFC; }
a { background-color: rgb(200,156,252); }
div.DivClassName
{
background-color: #C89CFC;
}
.BgClassName
{
background-color: #C89CFC;
}
</style>
border-color css
<style>
span { border-color: #C89CFC; }
span { border-color: rgb(200,156,252); }
td.TdClassName
{
border-color: #C89CFC;
}
.TagClassName
{
border-color: #C89CFC;
}
</style>