Shades of Wisteria #CDA4DD
Tints of Wisteria #CDA4DD
RGB
CMYK
RGB Variations
Color information
#CDA4DD (or 0xCDA4DD) is known color: Wisteria. HEX triplet: CD, A4 and DD. RGB value is (205,164,221). Sum of RGB (Red+Green+Blue) = 205+164+221=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DD is #325B22. Grayscale: #B6B6B6. Windows color (decimal): -3300131 or 14525645. OLE color: 14525645.
HSL color Cylindrical-coordinate representation of color #CDA4DD: hue angle of 283.16º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA4DD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 164 | 221 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.13 |
| HSL | 283.16º | 0.46% | 0.75% | - |
| HSV(B) | 283.16º | 0.26% | 0.87% | - |
| XYZ | 51.5 | 44.75 | 74.33 | - |
| YUV | 182.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 221 | 0.07 | 0.26 | 0 | 0.13 | 283.16 | 0.46 | 0.75 |
| Hex | CD | A4 | DD | 7 | 1A | 0 | D | 11B | 2E | 4B |
| Octal | 315 | 244 | 335 | 7 | 32 | 0 | 15 | 433 | 56 | 113 |
| Binary | 11001101 | 10100100 | 11011101 | 111 | 11010 | 0 | 1101 | 100011011 | 101110 | 1001011 |
Color Harmonies of #CDA4DD
Complementary color
Monochromatic Colors of #CDA4DD
Black with #CDA4DD
Text Example
Text Example
White with #CDA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4DD; }
p { color: rgb(205,164,221); }
H1.HeaderClassName
{
color: #CDA4DD;
}
.AnyTagClassName
{
color: #CDA4DD;
}
</style>
background-color css
<style>
a { background-color: #CDA4DD; }
a { background-color: rgb(205,164,221); }
div.DivClassName
{
background-color: #CDA4DD;
}
.BgClassName
{
background-color: #CDA4DD;
}
</style>
border-color css
<style>
span { border-color: #CDA4DD; }
span { border-color: rgb(205,164,221); }
td.TdClassName
{
border-color: #CDA4DD;
}
.TagClassName
{
border-color: #CDA4DD;
}
</style>