Shades of Mauve #CDA3FF
Tints of Mauve #CDA3FF
RGB
CMYK
RGB Variations
Color information
#CDA3FF (or 0xCDA3FF) is known color: Mauve. HEX triplet: CD, A3 and FF. RGB value is (205,163,255). Sum of RGB (Red+Green+Blue) = 205+163+255=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3FF is #325C00. Grayscale: #B9B9B9. Windows color (decimal): -3300353 or 16753613. OLE color: 16753613.
HSL color Cylindrical-coordinate representation of color #CDA3FF: hue angle of 267.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDA3FF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 163 | 255 | - |
| CMYK | 0.20 | 0.36 | 0 | 0 |
| HSL | 267.39º | 1% | 0.82% | - |
| HSV(B) | 267.39º | 0.36% | 1% | - |
| XYZ | 56.32 | 46.39 | 100.59 | - |
| YUV | 186.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 255 | 0.20 | 0.36 | 0 | 0 | 267.39 | 1 | 0.82 |
| Hex | CD | A3 | FF | 14 | 24 | 0 | 0 | 10B | 64 | 52 |
| Octal | 315 | 243 | 377 | 24 | 44 | 0 | 0 | 413 | 144 | 122 |
| Binary | 11001101 | 10100011 | 11111111 | 10100 | 100100 | 0 | 0 | 100001011 | 1100100 | 1010010 |
Color Harmonies of #CDA3FF
Complementary color
Monochromatic Colors of #CDA3FF
Black with #CDA3FF
Text Example
Text Example
White with #CDA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3FF; }
p { color: rgb(205,163,255); }
H1.HeaderClassName
{
color: #CDA3FF;
}
.AnyTagClassName
{
color: #CDA3FF;
}
</style>
background-color css
<style>
a { background-color: #CDA3FF; }
a { background-color: rgb(205,163,255); }
div.DivClassName
{
background-color: #CDA3FF;
}
.BgClassName
{
background-color: #CDA3FF;
}
</style>
border-color css
<style>
span { border-color: #CDA3FF; }
span { border-color: rgb(205,163,255); }
td.TdClassName
{
border-color: #CDA3FF;
}
.TagClassName
{
border-color: #CDA3FF;
}
</style>