Shades of Mauve #D7A3FC
Tints of Mauve #D7A3FC
RGB
CMYK
RGB Variations
Color information
#D7A3FC (or 0xD7A3FC) is known color: Mauve. HEX triplet: D7, A3 and FC. RGB value is (215,163,252). Sum of RGB (Red+Green+Blue) = 215+163+252=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A3FC is #285C03. Grayscale: #BCBCBC. Windows color (decimal): -2644996 or 16557015. OLE color: 16557015.
HSL color Cylindrical-coordinate representation of color #D7A3FC: hue angle of 275.06º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7A3FC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 163 | 252 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.01 |
| HSL | 275.06º | 0.94% | 0.81% | - |
| HSV(B) | 275.06º | 0.35% | 0.99% | - |
| XYZ | 58.69 | 47.67 | 98.2 | - |
| YUV | 188.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 252 | 0.15 | 0.35 | 0 | 0.01 | 275.06 | 0.94 | 0.81 |
| Hex | D7 | A3 | FC | F | 23 | 0 | 1 | 113 | 5E | 51 |
| Octal | 327 | 243 | 374 | 17 | 43 | 0 | 1 | 423 | 136 | 121 |
| Binary | 11010111 | 10100011 | 11111100 | 1111 | 100011 | 0 | 1 | 100010011 | 1011110 | 1010001 |
Color Harmonies of #D7A3FC
Complementary color
Monochromatic Colors of #D7A3FC
Black with #D7A3FC
Text Example
Text Example
White with #D7A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A3FC; }
p { color: rgb(215,163,252); }
H1.HeaderClassName
{
color: #D7A3FC;
}
.AnyTagClassName
{
color: #D7A3FC;
}
</style>
background-color css
<style>
a { background-color: #D7A3FC; }
a { background-color: rgb(215,163,252); }
div.DivClassName
{
background-color: #D7A3FC;
}
.BgClassName
{
background-color: #D7A3FC;
}
</style>
border-color css
<style>
span { border-color: #D7A3FC; }
span { border-color: rgb(215,163,252); }
td.TdClassName
{
border-color: #D7A3FC;
}
.TagClassName
{
border-color: #D7A3FC;
}
</style>