Shades of Mauve #C8ABFE
Tints of Mauve #C8ABFE
RGB
CMYK
RGB Variations
Color information
#C8ABFE (or 0xC8ABFE) is known color: Mauve. HEX triplet: C8, AB and FE. RGB value is (200,171,254). Sum of RGB (Red+Green+Blue) = 200+171+254=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFE is #375401. Grayscale: #BCBCBC. Windows color (decimal): -3625986 or 16690120. OLE color: 16690120.
HSL color Cylindrical-coordinate representation of color #C8ABFE: hue angle of 260.96º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8ABFE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 171 | 254 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.00 |
| HSL | 260.96º | 0.98% | 0.83% | - |
| HSV(B) | 260.96º | 0.33% | 1% | - |
| XYZ | 56.27 | 48.56 | 100.17 | - |
| YUV | 189.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 254 | 0.21 | 0.33 | 0 | 0.00 | 260.96 | 0.98 | 0.83 |
| Hex | C8 | AB | FE | 15 | 21 | 0 | 0 | 105 | 62 | 53 |
| Octal | 310 | 253 | 376 | 25 | 41 | 0 | 0 | 405 | 142 | 123 |
| Binary | 11001000 | 10101011 | 11111110 | 10101 | 100001 | 0 | 0 | 100000101 | 1100010 | 1010011 |
Color Harmonies of #C8ABFE
Complementary color
Monochromatic Colors of #C8ABFE
Black with #C8ABFE
Text Example
Text Example
White with #C8ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABFE; }
p { color: rgb(200,171,254); }
H1.HeaderClassName
{
color: #C8ABFE;
}
.AnyTagClassName
{
color: #C8ABFE;
}
</style>
background-color css
<style>
a { background-color: #C8ABFE; }
a { background-color: rgb(200,171,254); }
div.DivClassName
{
background-color: #C8ABFE;
}
.BgClassName
{
background-color: #C8ABFE;
}
</style>
border-color css
<style>
span { border-color: #C8ABFE; }
span { border-color: rgb(200,171,254); }
td.TdClassName
{
border-color: #C8ABFE;
}
.TagClassName
{
border-color: #C8ABFE;
}
</style>