Shades of Wisteria #CDA0DC
Tints of Wisteria #CDA0DC
RGB
CMYK
RGB Variations
Color information
#CDA0DC (or 0xCDA0DC) is known color: Wisteria. HEX triplet: CD, A0 and DC. RGB value is (205,160,220). Sum of RGB (Red+Green+Blue) = 205+160+220=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0DC is #325F23. Grayscale: #B4B4B4. Windows color (decimal): -3301156 or 14459085. OLE color: 14459085.
HSL color Cylindrical-coordinate representation of color #CDA0DC: hue angle of 285º 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 #CDA0DC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 160 | 220 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.14 |
| HSL | 285º | 0.46% | 0.75% | - |
| HSV(B) | 285º | 0.27% | 0.86% | - |
| XYZ | 50.67 | 43.29 | 73.4 | - |
| YUV | 180.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 220 | 0.07 | 0.27 | 0 | 0.14 | 285 | 0.46 | 0.75 |
| Hex | CD | A0 | DC | 7 | 1B | 0 | E | 11D | 2E | 4B |
| Octal | 315 | 240 | 334 | 7 | 33 | 0 | 16 | 435 | 56 | 113 |
| Binary | 11001101 | 10100000 | 11011100 | 111 | 11011 | 0 | 1110 | 100011101 | 101110 | 1001011 |
Color Harmonies of #CDA0DC
Complementary color
Monochromatic Colors of #CDA0DC
Black with #CDA0DC
Text Example
Text Example
White with #CDA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0DC; }
p { color: rgb(205,160,220); }
H1.HeaderClassName
{
color: #CDA0DC;
}
.AnyTagClassName
{
color: #CDA0DC;
}
</style>
background-color css
<style>
a { background-color: #CDA0DC; }
a { background-color: rgb(205,160,220); }
div.DivClassName
{
background-color: #CDA0DC;
}
.BgClassName
{
background-color: #CDA0DC;
}
</style>
border-color css
<style>
span { border-color: #CDA0DC; }
span { border-color: rgb(205,160,220); }
td.TdClassName
{
border-color: #CDA0DC;
}
.TagClassName
{
border-color: #CDA0DC;
}
</style>