Shades of Mauve #CDA0F7
Tints of Mauve #CDA0F7
RGB
CMYK
RGB Variations
Color information
#CDA0F7 (or 0xCDA0F7) is known color: Mauve. HEX triplet: CD, A0 and F7. RGB value is (205,160,247). Sum of RGB (Red+Green+Blue) = 205+160+247=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDA0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0F7 is #325F08. Grayscale: #B7B7B7. Windows color (decimal): -3301129 or 16228557. OLE color: 16228557.
HSL color Cylindrical-coordinate representation of color #CDA0F7: hue angle of 271.03º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA0F7 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 160 | 247 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.03 |
| HSL | 271.03º | 0.84% | 0.8% | - |
| HSV(B) | 271.03º | 0.35% | 0.97% | - |
| XYZ | 54.54 | 44.84 | 93.78 | - |
| YUV | 183.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 247 | 0.17 | 0.35 | 0 | 0.03 | 271.03 | 0.84 | 0.8 |
| Hex | CD | A0 | F7 | 11 | 23 | 0 | 3 | 10F | 54 | 50 |
| Octal | 315 | 240 | 367 | 21 | 43 | 0 | 3 | 417 | 124 | 120 |
| Binary | 11001101 | 10100000 | 11110111 | 10001 | 100011 | 0 | 11 | 100001111 | 1010100 | 1010000 |
Color Harmonies of #CDA0F7
Complementary color
Monochromatic Colors of #CDA0F7
Black with #CDA0F7
Text Example
Text Example
White with #CDA0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0F7; }
p { color: rgb(205,160,247); }
H1.HeaderClassName
{
color: #CDA0F7;
}
.AnyTagClassName
{
color: #CDA0F7;
}
</style>
background-color css
<style>
a { background-color: #CDA0F7; }
a { background-color: rgb(205,160,247); }
div.DivClassName
{
background-color: #CDA0F7;
}
.BgClassName
{
background-color: #CDA0F7;
}
</style>
border-color css
<style>
span { border-color: #CDA0F7; }
span { border-color: rgb(205,160,247); }
td.TdClassName
{
border-color: #CDA0F7;
}
.TagClassName
{
border-color: #CDA0F7;
}
</style>