Shades of Wisteria #CD8BDD
Tints of Wisteria #CD8BDD
RGB
CMYK
RGB Variations
Color information
#CD8BDD (or 0xCD8BDD) is known color: Wisteria. HEX triplet: CD, 8B and DD. RGB value is (205,139,221). Sum of RGB (Red+Green+Blue) = 205+139+221=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BDD is #327422. Grayscale: #A7A7A7. Windows color (decimal): -3306531 or 14519245. OLE color: 14519245.
HSL color Cylindrical-coordinate representation of color #CD8BDD: hue angle of 288.29º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8BDD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 139 | 221 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.13 |
| HSL | 288.29º | 0.55% | 0.71% | - |
| HSV(B) | 288.29º | 0.37% | 0.87% | - |
| XYZ | 47.46 | 36.66 | 72.98 | - |
| YUV | 168.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 221 | 0.07 | 0.37 | 0 | 0.13 | 288.29 | 0.55 | 0.71 |
| Hex | CD | 8B | DD | 7 | 25 | 0 | D | 120 | 37 | 47 |
| Octal | 315 | 213 | 335 | 7 | 45 | 0 | 15 | 440 | 67 | 107 |
| Binary | 11001101 | 10001011 | 11011101 | 111 | 100101 | 0 | 1101 | 100100000 | 110111 | 1000111 |
Color Harmonies of #CD8BDD
Complementary color
Monochromatic Colors of #CD8BDD
Black with #CD8BDD
Text Example
Text Example
White with #CD8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BDD; }
p { color: rgb(205,139,221); }
H1.HeaderClassName
{
color: #CD8BDD;
}
.AnyTagClassName
{
color: #CD8BDD;
}
</style>
background-color css
<style>
a { background-color: #CD8BDD; }
a { background-color: rgb(205,139,221); }
div.DivClassName
{
background-color: #CD8BDD;
}
.BgClassName
{
background-color: #CD8BDD;
}
</style>
border-color css
<style>
span { border-color: #CD8BDD; }
span { border-color: rgb(205,139,221); }
td.TdClassName
{
border-color: #CD8BDD;
}
.TagClassName
{
border-color: #CD8BDD;
}
</style>