Shades of Mauve #CD9FFF
Tints of Mauve #CD9FFF
RGB
CMYK
RGB Variations
Color information
#CD9FFF (or 0xCD9FFF) is known color: Mauve. HEX triplet: CD, 9F and FF. RGB value is (205,159,255). Sum of RGB (Red+Green+Blue) = 205+159+255=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9FFF is #326000. Grayscale: #B7B7B7. Windows color (decimal): -3301377 or 16752589. OLE color: 16752589.
HSL color Cylindrical-coordinate representation of color #CD9FFF: hue angle of 268.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD9FFF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 159 | 255 | - |
| CMYK | 0.20 | 0.38 | 0 | 0 |
| HSL | 268.75º | 1% | 0.81% | - |
| HSV(B) | 268.75º | 0.38% | 1% | - |
| XYZ | 55.62 | 45 | 100.36 | - |
| YUV | 183.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 255 | 0.20 | 0.38 | 0 | 0 | 268.75 | 1 | 0.81 |
| Hex | CD | 9F | FF | 14 | 26 | 0 | 0 | 10D | 64 | 51 |
| Octal | 315 | 237 | 377 | 24 | 46 | 0 | 0 | 415 | 144 | 121 |
| Binary | 11001101 | 10011111 | 11111111 | 10100 | 100110 | 0 | 0 | 100001101 | 1100100 | 1010001 |
Color Harmonies of #CD9FFF
Complementary color
Monochromatic Colors of #CD9FFF
Black with #CD9FFF
Text Example
Text Example
White with #CD9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9FFF; }
p { color: rgb(205,159,255); }
H1.HeaderClassName
{
color: #CD9FFF;
}
.AnyTagClassName
{
color: #CD9FFF;
}
</style>
background-color css
<style>
a { background-color: #CD9FFF; }
a { background-color: rgb(205,159,255); }
div.DivClassName
{
background-color: #CD9FFF;
}
.BgClassName
{
background-color: #CD9FFF;
}
</style>
border-color css
<style>
span { border-color: #CD9FFF; }
span { border-color: rgb(205,159,255); }
td.TdClassName
{
border-color: #CD9FFF;
}
.TagClassName
{
border-color: #CD9FFF;
}
</style>