Shades of Mauve #C8AFFE
Tints of Mauve #C8AFFE
RGB
CMYK
RGB Variations
Color information
#C8AFFE (or 0xC8AFFE) is known color: Mauve. HEX triplet: C8, AF and FE. RGB value is (200,175,254). Sum of RGB (Red+Green+Blue) = 200+175+254=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFFE is #375001. Grayscale: #BFBFBF. Windows color (decimal): -3624962 or 16691144. OLE color: 16691144.
HSL color Cylindrical-coordinate representation of color #C8AFFE: hue angle of 258.99º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AFFE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 175 | 254 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.00 |
| HSL | 258.99º | 0.98% | 0.84% | - |
| HSV(B) | 258.99º | 0.31% | 1% | - |
| XYZ | 57.04 | 50.1 | 100.43 | - |
| YUV | 191.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 254 | 0.21 | 0.31 | 0 | 0.00 | 258.99 | 0.98 | 0.84 |
| Hex | C8 | AF | FE | 15 | 1F | 0 | 0 | 103 | 62 | 54 |
| Octal | 310 | 257 | 376 | 25 | 37 | 0 | 0 | 403 | 142 | 124 |
| Binary | 11001000 | 10101111 | 11111110 | 10101 | 11111 | 0 | 0 | 100000011 | 1100010 | 1010100 |
Color Harmonies of #C8AFFE
Complementary color
Monochromatic Colors of #C8AFFE
Black with #C8AFFE
Text Example
Text Example
White with #C8AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFFE; }
p { color: rgb(200,175,254); }
H1.HeaderClassName
{
color: #C8AFFE;
}
.AnyTagClassName
{
color: #C8AFFE;
}
</style>
background-color css
<style>
a { background-color: #C8AFFE; }
a { background-color: rgb(200,175,254); }
div.DivClassName
{
background-color: #C8AFFE;
}
.BgClassName
{
background-color: #C8AFFE;
}
</style>
border-color css
<style>
span { border-color: #C8AFFE; }
span { border-color: rgb(200,175,254); }
td.TdClassName
{
border-color: #C8AFFE;
}
.TagClassName
{
border-color: #C8AFFE;
}
</style>