Shades of Mauve #CDA0FE
Tints of Mauve #CDA0FE
RGB
CMYK
RGB Variations
Color information
#CDA0FE (or 0xCDA0FE) is known color: Mauve. HEX triplet: CD, A0 and FE. RGB value is (205,160,254). Sum of RGB (Red+Green+Blue) = 205+160+254=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0FE is #325F01. Grayscale: #B7B7B7. Windows color (decimal): -3301122 or 16687309. OLE color: 16687309.
HSL color Cylindrical-coordinate representation of color #CDA0FE: hue angle of 268.72º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDA0FE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 160 | 254 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.00 |
| HSL | 268.72º | 0.98% | 0.81% | - |
| HSV(B) | 268.72º | 0.37% | 1% | - |
| XYZ | 55.64 | 45.28 | 99.57 | - |
| YUV | 184.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 254 | 0.19 | 0.37 | 0 | 0.00 | 268.72 | 0.98 | 0.81 |
| Hex | CD | A0 | FE | 13 | 25 | 0 | 0 | 10D | 62 | 51 |
| Octal | 315 | 240 | 376 | 23 | 45 | 0 | 0 | 415 | 142 | 121 |
| Binary | 11001101 | 10100000 | 11111110 | 10011 | 100101 | 0 | 0 | 100001101 | 1100010 | 1010001 |
Color Harmonies of #CDA0FE
Complementary color
Monochromatic Colors of #CDA0FE
Black with #CDA0FE
Text Example
Text Example
White with #CDA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0FE; }
p { color: rgb(205,160,254); }
H1.HeaderClassName
{
color: #CDA0FE;
}
.AnyTagClassName
{
color: #CDA0FE;
}
</style>
background-color css
<style>
a { background-color: #CDA0FE; }
a { background-color: rgb(205,160,254); }
div.DivClassName
{
background-color: #CDA0FE;
}
.BgClassName
{
background-color: #CDA0FE;
}
</style>
border-color css
<style>
span { border-color: #CDA0FE; }
span { border-color: rgb(205,160,254); }
td.TdClassName
{
border-color: #CDA0FE;
}
.TagClassName
{
border-color: #CDA0FE;
}
</style>