Shades of Mauve #C895FD
Tints of Mauve #C895FD
RGB
CMYK
RGB Variations
Color information
#C895FD (or 0xC895FD) is known color: Mauve. HEX triplet: C8, 95 and FD. RGB value is (200,149,253). Sum of RGB (Red+Green+Blue) = 200+149+253=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C895FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895FD is #376A02. Grayscale: #AFAFAF. Windows color (decimal): -3631619 or 16618952. OLE color: 16618952.
HSL color Cylindrical-coordinate representation of color #C895FD: hue angle of 269.42º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C895FD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 149 | 253 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.01 |
| HSL | 269.42º | 0.96% | 0.79% | - |
| HSV(B) | 269.42º | 0.41% | 0.99% | - |
| XYZ | 52.3 | 40.87 | 98.06 | - |
| YUV | 176.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 253 | 0.21 | 0.41 | 0 | 0.01 | 269.42 | 0.96 | 0.79 |
| Hex | C8 | 95 | FD | 15 | 29 | 0 | 1 | 10D | 60 | 4F |
| Octal | 310 | 225 | 375 | 25 | 51 | 0 | 1 | 415 | 140 | 117 |
| Binary | 11001000 | 10010101 | 11111101 | 10101 | 101001 | 0 | 1 | 100001101 | 1100000 | 1001111 |
Color Harmonies of #C895FD
Complementary color
Monochromatic Colors of #C895FD
Black with #C895FD
Text Example
Text Example
White with #C895FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895FD; }
p { color: rgb(200,149,253); }
H1.HeaderClassName
{
color: #C895FD;
}
.AnyTagClassName
{
color: #C895FD;
}
</style>
background-color css
<style>
a { background-color: #C895FD; }
a { background-color: rgb(200,149,253); }
div.DivClassName
{
background-color: #C895FD;
}
.BgClassName
{
background-color: #C895FD;
}
</style>
border-color css
<style>
span { border-color: #C895FD; }
span { border-color: rgb(200,149,253); }
td.TdClassName
{
border-color: #C895FD;
}
.TagClassName
{
border-color: #C895FD;
}
</style>