Shades of Mauve #CDA0FF
Tints of Mauve #CDA0FF
RGB
CMYK
RGB Variations
Color information
#CDA0FF (or 0xCDA0FF) is known color: Mauve. HEX triplet: CD, A0 and FF. RGB value is (205,160,255). Sum of RGB (Red+Green+Blue) = 205+160+255=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0FF is #325F00. Grayscale: #B7B7B7. Windows color (decimal): -3301121 or 16752845. OLE color: 16752845.
HSL color Cylindrical-coordinate representation of color #CDA0FF: hue angle of 268.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDA0FF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 160 | 255 | - |
| CMYK | 0.20 | 0.37 | 0 | 0 |
| HSL | 268.42º | 1% | 0.81% | - |
| HSV(B) | 268.42º | 0.37% | 1% | - |
| XYZ | 55.8 | 45.34 | 100.42 | - |
| YUV | 184.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 255 | 0.20 | 0.37 | 0 | 0 | 268.42 | 1 | 0.81 |
| Hex | CD | A0 | FF | 14 | 25 | 0 | 0 | 10C | 64 | 51 |
| Octal | 315 | 240 | 377 | 24 | 45 | 0 | 0 | 414 | 144 | 121 |
| Binary | 11001101 | 10100000 | 11111111 | 10100 | 100101 | 0 | 0 | 100001100 | 1100100 | 1010001 |
Color Harmonies of #CDA0FF
Complementary color
Monochromatic Colors of #CDA0FF
Black with #CDA0FF
Text Example
Text Example
White with #CDA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0FF; }
p { color: rgb(205,160,255); }
H1.HeaderClassName
{
color: #CDA0FF;
}
.AnyTagClassName
{
color: #CDA0FF;
}
</style>
background-color css
<style>
a { background-color: #CDA0FF; }
a { background-color: rgb(205,160,255); }
div.DivClassName
{
background-color: #CDA0FF;
}
.BgClassName
{
background-color: #CDA0FF;
}
</style>
border-color css
<style>
span { border-color: #CDA0FF; }
span { border-color: rgb(205,160,255); }
td.TdClassName
{
border-color: #CDA0FF;
}
.TagClassName
{
border-color: #CDA0FF;
}
</style>