Shades of Mauve #C8ABFD
Tints of Mauve #C8ABFD
RGB
CMYK
RGB Variations
Color information
#C8ABFD (or 0xC8ABFD) is known color: Mauve. HEX triplet: C8, AB and FD. RGB value is (200,171,253). Sum of RGB (Red+Green+Blue) = 200+171+253=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFD is #375402. Grayscale: #BCBCBC. Windows color (decimal): -3625987 or 16624584. OLE color: 16624584.
HSL color Cylindrical-coordinate representation of color #C8ABFD: hue angle of 261.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8ABFD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 171 | 253 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.01 |
| HSL | 261.22º | 0.95% | 0.83% | - |
| HSV(B) | 261.22º | 0.32% | 0.99% | - |
| XYZ | 56.11 | 48.5 | 99.33 | - |
| YUV | 189.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 253 | 0.21 | 0.32 | 0 | 0.01 | 261.22 | 0.95 | 0.83 |
| Hex | C8 | AB | FD | 15 | 20 | 0 | 1 | 105 | 5F | 53 |
| Octal | 310 | 253 | 375 | 25 | 40 | 0 | 1 | 405 | 137 | 123 |
| Binary | 11001000 | 10101011 | 11111101 | 10101 | 100000 | 0 | 1 | 100000101 | 1011111 | 1010011 |
Color Harmonies of #C8ABFD
Complementary color
Monochromatic Colors of #C8ABFD
Black with #C8ABFD
Text Example
Text Example
White with #C8ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABFD; }
p { color: rgb(200,171,253); }
H1.HeaderClassName
{
color: #C8ABFD;
}
.AnyTagClassName
{
color: #C8ABFD;
}
</style>
background-color css
<style>
a { background-color: #C8ABFD; }
a { background-color: rgb(200,171,253); }
div.DivClassName
{
background-color: #C8ABFD;
}
.BgClassName
{
background-color: #C8ABFD;
}
</style>
border-color css
<style>
span { border-color: #C8ABFD; }
span { border-color: rgb(200,171,253); }
td.TdClassName
{
border-color: #C8ABFD;
}
.TagClassName
{
border-color: #C8ABFD;
}
</style>