Shades of Wisteria #CD8DDD
Tints of Wisteria #CD8DDD
RGB
CMYK
RGB Variations
Color information
#CD8DDD (or 0xCD8DDD) is known color: Wisteria. HEX triplet: CD, 8D and DD. RGB value is (205,141,221). Sum of RGB (Red+Green+Blue) = 205+141+221=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DDD is #327222. Grayscale: #A9A9A9. Windows color (decimal): -3306019 or 14519757. OLE color: 14519757.
HSL color Cylindrical-coordinate representation of color #CD8DDD: hue angle of 288º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8DDD is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 141 | 221 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.13 |
| HSL | 288º | 0.54% | 0.71% | - |
| HSV(B) | 288º | 0.36% | 0.87% | - |
| XYZ | 47.75 | 37.25 | 73.08 | - |
| YUV | 169.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 221 | 0.07 | 0.36 | 0 | 0.13 | 288 | 0.54 | 0.71 |
| Hex | CD | 8D | DD | 7 | 24 | 0 | D | 120 | 36 | 47 |
| Octal | 315 | 215 | 335 | 7 | 44 | 0 | 15 | 440 | 66 | 107 |
| Binary | 11001101 | 10001101 | 11011101 | 111 | 100100 | 0 | 1101 | 100100000 | 110110 | 1000111 |
Color Harmonies of #CD8DDD
Complementary color
Monochromatic Colors of #CD8DDD
Black with #CD8DDD
Text Example
Text Example
White with #CD8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DDD; }
p { color: rgb(205,141,221); }
H1.HeaderClassName
{
color: #CD8DDD;
}
.AnyTagClassName
{
color: #CD8DDD;
}
</style>
background-color css
<style>
a { background-color: #CD8DDD; }
a { background-color: rgb(205,141,221); }
div.DivClassName
{
background-color: #CD8DDD;
}
.BgClassName
{
background-color: #CD8DDD;
}
</style>
border-color css
<style>
span { border-color: #CD8DDD; }
span { border-color: rgb(205,141,221); }
td.TdClassName
{
border-color: #CD8DDD;
}
.TagClassName
{
border-color: #CD8DDD;
}
</style>