Shades of Mauve #C7ADFF
Tints of Mauve #C7ADFF
RGB
CMYK
RGB Variations
Color information
#C7ADFF (or 0xC7ADFF) is known color: Mauve. HEX triplet: C7, AD and FF. RGB value is (199,173,255). Sum of RGB (Red+Green+Blue) = 199+173+255=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADFF is #385200. Grayscale: #BDBDBD. Windows color (decimal): -3691009 or 16756167. OLE color: 16756167.
HSL color Cylindrical-coordinate representation of color #C7ADFF: hue angle of 259.02º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7ADFF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 173 | 255 | - |
| CMYK | 0.22 | 0.32 | 0 | 0 |
| HSL | 259.02º | 1% | 0.84% | - |
| HSV(B) | 259.02º | 0.32% | 1% | - |
| XYZ | 56.55 | 49.25 | 101.13 | - |
| YUV | 190.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 255 | 0.22 | 0.32 | 0 | 0 | 259.02 | 1 | 0.84 |
| Hex | C7 | AD | FF | 16 | 20 | 0 | 0 | 103 | 64 | 54 |
| Octal | 307 | 255 | 377 | 26 | 40 | 0 | 0 | 403 | 144 | 124 |
| Binary | 11000111 | 10101101 | 11111111 | 10110 | 100000 | 0 | 0 | 100000011 | 1100100 | 1010100 |
Color Harmonies of #C7ADFF
Complementary color
Monochromatic Colors of #C7ADFF
Black with #C7ADFF
Text Example
Text Example
White with #C7ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADFF; }
p { color: rgb(199,173,255); }
H1.HeaderClassName
{
color: #C7ADFF;
}
.AnyTagClassName
{
color: #C7ADFF;
}
</style>
background-color css
<style>
a { background-color: #C7ADFF; }
a { background-color: rgb(199,173,255); }
div.DivClassName
{
background-color: #C7ADFF;
}
.BgClassName
{
background-color: #C7ADFF;
}
</style>
border-color css
<style>
span { border-color: #C7ADFF; }
span { border-color: rgb(199,173,255); }
td.TdClassName
{
border-color: #C7ADFF;
}
.TagClassName
{
border-color: #C7ADFF;
}
</style>