Shades of Wisteria #CDA1DC
Tints of Wisteria #CDA1DC
RGB
CMYK
RGB Variations
Color information
#CDA1DC (or 0xCDA1DC) is known color: Wisteria. HEX triplet: CD, A1 and DC. RGB value is (205,161,220). Sum of RGB (Red+Green+Blue) = 205+161+220=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1DC is #325E23. Grayscale: #B4B4B4. Windows color (decimal): -3300900 or 14459341. OLE color: 14459341.
HSL color Cylindrical-coordinate representation of color #CDA1DC: hue angle of 284.75º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA1DC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 161 | 220 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.14 |
| HSL | 284.75º | 0.46% | 0.75% | - |
| HSV(B) | 284.75º | 0.27% | 0.86% | - |
| XYZ | 50.84 | 43.64 | 73.45 | - |
| YUV | 180.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 220 | 0.07 | 0.27 | 0 | 0.14 | 284.75 | 0.46 | 0.75 |
| Hex | CD | A1 | DC | 7 | 1B | 0 | E | 11D | 2E | 4B |
| Octal | 315 | 241 | 334 | 7 | 33 | 0 | 16 | 435 | 56 | 113 |
| Binary | 11001101 | 10100001 | 11011100 | 111 | 11011 | 0 | 1110 | 100011101 | 101110 | 1001011 |
Color Harmonies of #CDA1DC
Complementary color
Monochromatic Colors of #CDA1DC
Black with #CDA1DC
Text Example
Text Example
White with #CDA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1DC; }
p { color: rgb(205,161,220); }
H1.HeaderClassName
{
color: #CDA1DC;
}
.AnyTagClassName
{
color: #CDA1DC;
}
</style>
background-color css
<style>
a { background-color: #CDA1DC; }
a { background-color: rgb(205,161,220); }
div.DivClassName
{
background-color: #CDA1DC;
}
.BgClassName
{
background-color: #CDA1DC;
}
</style>
border-color css
<style>
span { border-color: #CDA1DC; }
span { border-color: rgb(205,161,220); }
td.TdClassName
{
border-color: #CDA1DC;
}
.TagClassName
{
border-color: #CDA1DC;
}
</style>