Shades of Mauve #CDA7FF
Tints of Mauve #CDA7FF
RGB
CMYK
RGB Variations
Color information
#CDA7FF (or 0xCDA7FF) is known color: Mauve. HEX triplet: CD, A7 and FF. RGB value is (205,167,255). Sum of RGB (Red+Green+Blue) = 205+167+255=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7FF is #325800. Grayscale: #BCBCBC. Windows color (decimal): -3299329 or 16754637. OLE color: 16754637.
HSL color Cylindrical-coordinate representation of color #CDA7FF: hue angle of 265.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA7FF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 167 | 255 | - |
| CMYK | 0.20 | 0.35 | 0 | 0 |
| HSL | 265.91º | 1% | 0.83% | - |
| HSV(B) | 265.91º | 0.35% | 1% | - |
| XYZ | 57.05 | 47.84 | 100.83 | - |
| YUV | 188.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 255 | 0.20 | 0.35 | 0 | 0 | 265.91 | 1 | 0.83 |
| Hex | CD | A7 | FF | 14 | 23 | 0 | 0 | 10A | 64 | 53 |
| Octal | 315 | 247 | 377 | 24 | 43 | 0 | 0 | 412 | 144 | 123 |
| Binary | 11001101 | 10100111 | 11111111 | 10100 | 100011 | 0 | 0 | 100001010 | 1100100 | 1010011 |
Color Harmonies of #CDA7FF
Complementary color
Monochromatic Colors of #CDA7FF
Black with #CDA7FF
Text Example
Text Example
White with #CDA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7FF; }
p { color: rgb(205,167,255); }
H1.HeaderClassName
{
color: #CDA7FF;
}
.AnyTagClassName
{
color: #CDA7FF;
}
</style>
background-color css
<style>
a { background-color: #CDA7FF; }
a { background-color: rgb(205,167,255); }
div.DivClassName
{
background-color: #CDA7FF;
}
.BgClassName
{
background-color: #CDA7FF;
}
</style>
border-color css
<style>
span { border-color: #CDA7FF; }
span { border-color: rgb(205,167,255); }
td.TdClassName
{
border-color: #CDA7FF;
}
.TagClassName
{
border-color: #CDA7FF;
}
</style>