Shades of Mauve #C890FF
Tints of Mauve #C890FF
RGB
CMYK
RGB Variations
Color information
#C890FF (or 0xC890FF) is known color: Mauve. HEX triplet: C8, 90 and FF. RGB value is (200,144,255). Sum of RGB (Red+Green+Blue) = 200+144+255=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C890FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890FF is #376F00. Grayscale: #ADADAD. Windows color (decimal): -3632897 or 16748744. OLE color: 16748744.
HSL color Cylindrical-coordinate representation of color #C890FF: hue angle of 270.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C890FF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 144 | 255 | - |
| CMYK | 0.22 | 0.44 | 0 | 0 |
| HSL | 270.27º | 1% | 0.78% | - |
| HSV(B) | 270.27º | 0.44% | 1% | - |
| XYZ | 51.84 | 39.45 | 99.49 | - |
| YUV | 173.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 255 | 0.22 | 0.44 | 0 | 0 | 270.27 | 1 | 0.78 |
| Hex | C8 | 90 | FF | 16 | 2C | 0 | 0 | 10E | 64 | 4E |
| Octal | 310 | 220 | 377 | 26 | 54 | 0 | 0 | 416 | 144 | 116 |
| Binary | 11001000 | 10010000 | 11111111 | 10110 | 101100 | 0 | 0 | 100001110 | 1100100 | 1001110 |
Color Harmonies of #C890FF
Complementary color
Monochromatic Colors of #C890FF
Black with #C890FF
Text Example
Text Example
White with #C890FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890FF; }
p { color: rgb(200,144,255); }
H1.HeaderClassName
{
color: #C890FF;
}
.AnyTagClassName
{
color: #C890FF;
}
</style>
background-color css
<style>
a { background-color: #C890FF; }
a { background-color: rgb(200,144,255); }
div.DivClassName
{
background-color: #C890FF;
}
.BgClassName
{
background-color: #C890FF;
}
</style>
border-color css
<style>
span { border-color: #C890FF; }
span { border-color: rgb(200,144,255); }
td.TdClassName
{
border-color: #C890FF;
}
.TagClassName
{
border-color: #C890FF;
}
</style>