Shades of Mauve #C8A7FD
Tints of Mauve #C8A7FD
RGB
CMYK
RGB Variations
Color information
#C8A7FD (or 0xC8A7FD) is known color: Mauve. HEX triplet: C8, A7 and FD. RGB value is (200,167,253). Sum of RGB (Red+Green+Blue) = 200+167+253=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A7FD is #375802. Grayscale: #BABABA. Windows color (decimal): -3627011 or 16623560. OLE color: 16623560.
HSL color Cylindrical-coordinate representation of color #C8A7FD: hue angle of 263.02º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8A7FD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 167 | 253 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.01 |
| HSL | 263.02º | 0.96% | 0.82% | - |
| HSV(B) | 263.02º | 0.34% | 0.99% | - |
| XYZ | 55.37 | 47.01 | 99.08 | - |
| YUV | 186.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 253 | 0.21 | 0.34 | 0 | 0.01 | 263.02 | 0.96 | 0.82 |
| Hex | C8 | A7 | FD | 15 | 22 | 0 | 1 | 107 | 60 | 52 |
| Octal | 310 | 247 | 375 | 25 | 42 | 0 | 1 | 407 | 140 | 122 |
| Binary | 11001000 | 10100111 | 11111101 | 10101 | 100010 | 0 | 1 | 100000111 | 1100000 | 1010010 |
Color Harmonies of #C8A7FD
Complementary color
Monochromatic Colors of #C8A7FD
Black with #C8A7FD
Text Example
Text Example
White with #C8A7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7FD; }
p { color: rgb(200,167,253); }
H1.HeaderClassName
{
color: #C8A7FD;
}
.AnyTagClassName
{
color: #C8A7FD;
}
</style>
background-color css
<style>
a { background-color: #C8A7FD; }
a { background-color: rgb(200,167,253); }
div.DivClassName
{
background-color: #C8A7FD;
}
.BgClassName
{
background-color: #C8A7FD;
}
</style>
border-color css
<style>
span { border-color: #C8A7FD; }
span { border-color: rgb(200,167,253); }
td.TdClassName
{
border-color: #C8A7FD;
}
.TagClassName
{
border-color: #C8A7FD;
}
</style>