Shades of Mauve #C8ADFC
Tints of Mauve #C8ADFC
RGB
CMYK
RGB Variations
Color information
#C8ADFC (or 0xC8ADFC) is known color: Mauve. HEX triplet: C8, AD and FC. RGB value is (200,173,252). Sum of RGB (Red+Green+Blue) = 200+173+252=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFC is #375203. Grayscale: #BDBDBD. Windows color (decimal): -3625476 or 16559560. OLE color: 16559560.
HSL color Cylindrical-coordinate representation of color #C8ADFC: hue angle of 260.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ADFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 173 | 252 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.01 |
| HSL | 260.51º | 0.93% | 0.83% | - |
| HSV(B) | 260.51º | 0.31% | 0.99% | - |
| XYZ | 56.33 | 49.19 | 98.62 | - |
| YUV | 190.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 252 | 0.21 | 0.31 | 0 | 0.01 | 260.51 | 0.93 | 0.83 |
| Hex | C8 | AD | FC | 15 | 1F | 0 | 1 | 105 | 5D | 53 |
| Octal | 310 | 255 | 374 | 25 | 37 | 0 | 1 | 405 | 135 | 123 |
| Binary | 11001000 | 10101101 | 11111100 | 10101 | 11111 | 0 | 1 | 100000101 | 1011101 | 1010011 |
Color Harmonies of #C8ADFC
Complementary color
Monochromatic Colors of #C8ADFC
Black with #C8ADFC
Text Example
Text Example
White with #C8ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADFC; }
p { color: rgb(200,173,252); }
H1.HeaderClassName
{
color: #C8ADFC;
}
.AnyTagClassName
{
color: #C8ADFC;
}
</style>
background-color css
<style>
a { background-color: #C8ADFC; }
a { background-color: rgb(200,173,252); }
div.DivClassName
{
background-color: #C8ADFC;
}
.BgClassName
{
background-color: #C8ADFC;
}
</style>
border-color css
<style>
span { border-color: #C8ADFC; }
span { border-color: rgb(200,173,252); }
td.TdClassName
{
border-color: #C8ADFC;
}
.TagClassName
{
border-color: #C8ADFC;
}
</style>