Shades of Wisteria #CD8DDB
Tints of Wisteria #CD8DDB
RGB
CMYK
RGB Variations
Color information
#CD8DDB (or 0xCD8DDB) is known color: Wisteria. HEX triplet: CD, 8D and DB. RGB value is (205,141,219). Sum of RGB (Red+Green+Blue) = 205+141+219=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DDB is #327224. Grayscale: #A8A8A8. Windows color (decimal): -3306021 or 14388685. OLE color: 14388685.
HSL color Cylindrical-coordinate representation of color #CD8DDB: hue angle of 289.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8DDB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 141 | 219 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.14 |
| HSL | 289.23º | 0.52% | 0.71% | - |
| HSV(B) | 289.23º | 0.36% | 0.86% | - |
| XYZ | 47.49 | 37.14 | 71.68 | - |
| YUV | 169.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 219 | 0.06 | 0.36 | 0 | 0.14 | 289.23 | 0.52 | 0.71 |
| Hex | CD | 8D | DB | 6 | 24 | 0 | E | 121 | 34 | 47 |
| Octal | 315 | 215 | 333 | 6 | 44 | 0 | 16 | 441 | 64 | 107 |
| Binary | 11001101 | 10001101 | 11011011 | 110 | 100100 | 0 | 1110 | 100100001 | 110100 | 1000111 |
Color Harmonies of #CD8DDB
Complementary color
Monochromatic Colors of #CD8DDB
Black with #CD8DDB
Text Example
Text Example
White with #CD8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DDB; }
p { color: rgb(205,141,219); }
H1.HeaderClassName
{
color: #CD8DDB;
}
.AnyTagClassName
{
color: #CD8DDB;
}
</style>
background-color css
<style>
a { background-color: #CD8DDB; }
a { background-color: rgb(205,141,219); }
div.DivClassName
{
background-color: #CD8DDB;
}
.BgClassName
{
background-color: #CD8DDB;
}
</style>
border-color css
<style>
span { border-color: #CD8DDB; }
span { border-color: rgb(205,141,219); }
td.TdClassName
{
border-color: #CD8DDB;
}
.TagClassName
{
border-color: #CD8DDB;
}
</style>