Shades of Mauve #CDA0FD
Tints of Mauve #CDA0FD
RGB
CMYK
RGB Variations
Color information
#CDA0FD (or 0xCDA0FD) is known color: Mauve. HEX triplet: CD, A0 and FD. RGB value is (205,160,253). Sum of RGB (Red+Green+Blue) = 205+160+253=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0FD is #325F02. Grayscale: #B7B7B7. Windows color (decimal): -3301123 or 16621773. OLE color: 16621773.
HSL color Cylindrical-coordinate representation of color #CDA0FD: hue angle of 269.03º 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 #CDA0FD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 160 | 253 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.01 |
| HSL | 269.03º | 0.96% | 0.81% | - |
| HSV(B) | 269.03º | 0.37% | 0.99% | - |
| XYZ | 55.48 | 45.21 | 98.73 | - |
| YUV | 184.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 253 | 0.19 | 0.37 | 0 | 0.01 | 269.03 | 0.96 | 0.81 |
| Hex | CD | A0 | FD | 13 | 25 | 0 | 1 | 10D | 60 | 51 |
| Octal | 315 | 240 | 375 | 23 | 45 | 0 | 1 | 415 | 140 | 121 |
| Binary | 11001101 | 10100000 | 11111101 | 10011 | 100101 | 0 | 1 | 100001101 | 1100000 | 1010001 |
Color Harmonies of #CDA0FD
Complementary color
Monochromatic Colors of #CDA0FD
Black with #CDA0FD
Text Example
Text Example
White with #CDA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0FD; }
p { color: rgb(205,160,253); }
H1.HeaderClassName
{
color: #CDA0FD;
}
.AnyTagClassName
{
color: #CDA0FD;
}
</style>
background-color css
<style>
a { background-color: #CDA0FD; }
a { background-color: rgb(205,160,253); }
div.DivClassName
{
background-color: #CDA0FD;
}
.BgClassName
{
background-color: #CDA0FD;
}
</style>
border-color css
<style>
span { border-color: #CDA0FD; }
span { border-color: rgb(205,160,253); }
td.TdClassName
{
border-color: #CDA0FD;
}
.TagClassName
{
border-color: #CDA0FD;
}
</style>