Shades of Mauve #CC9FFD
Tints of Mauve #CC9FFD
RGB
CMYK
RGB Variations
Color information
#CC9FFD (or 0xCC9FFD) is known color: Mauve. HEX triplet: CC, 9F and FD. RGB value is (204,159,253). Sum of RGB (Red+Green+Blue) = 204+159+253=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FFD is #336002. Grayscale: #B6B6B6. Windows color (decimal): -3366915 or 16621516. OLE color: 16621516.
HSL color Cylindrical-coordinate representation of color #CC9FFD: hue angle of 268.72º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9FFD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 159 | 253 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.01 |
| HSL | 268.72º | 0.96% | 0.81% | - |
| HSV(B) | 268.72º | 0.37% | 0.99% | - |
| XYZ | 55.03 | 44.73 | 98.66 | - |
| YUV | 183.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 253 | 0.19 | 0.37 | 0 | 0.01 | 268.72 | 0.96 | 0.81 |
| Hex | CC | 9F | FD | 13 | 25 | 0 | 1 | 10D | 60 | 51 |
| Octal | 314 | 237 | 375 | 23 | 45 | 0 | 1 | 415 | 140 | 121 |
| Binary | 11001100 | 10011111 | 11111101 | 10011 | 100101 | 0 | 1 | 100001101 | 1100000 | 1010001 |
Color Harmonies of #CC9FFD
Complementary color
Monochromatic Colors of #CC9FFD
Black with #CC9FFD
Text Example
Text Example
White with #CC9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9FFD; }
p { color: rgb(204,159,253); }
H1.HeaderClassName
{
color: #CC9FFD;
}
.AnyTagClassName
{
color: #CC9FFD;
}
</style>
background-color css
<style>
a { background-color: #CC9FFD; }
a { background-color: rgb(204,159,253); }
div.DivClassName
{
background-color: #CC9FFD;
}
.BgClassName
{
background-color: #CC9FFD;
}
</style>
border-color css
<style>
span { border-color: #CC9FFD; }
span { border-color: rgb(204,159,253); }
td.TdClassName
{
border-color: #CC9FFD;
}
.TagClassName
{
border-color: #CC9FFD;
}
</style>