Shades of Wisteria #CD8CDD
Tints of Wisteria #CD8CDD
RGB
CMYK
RGB Variations
Color information
#CD8CDD (or 0xCD8CDD) is known color: Wisteria. HEX triplet: CD, 8C and DD. RGB value is (205,140,221). Sum of RGB (Red+Green+Blue) = 205+140+221=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CDD is #327322. Grayscale: #A8A8A8. Windows color (decimal): -3306275 or 14519501. OLE color: 14519501.
HSL color Cylindrical-coordinate representation of color #CD8CDD: hue angle of 288.15º degrees, saturation: 0.54, 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 #CD8CDD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 140 | 221 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.13 |
| HSL | 288.15º | 0.54% | 0.71% | - |
| HSV(B) | 288.15º | 0.37% | 0.87% | - |
| XYZ | 47.61 | 36.96 | 73.03 | - |
| YUV | 168.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 221 | 0.07 | 0.37 | 0 | 0.13 | 288.15 | 0.54 | 0.71 |
| Hex | CD | 8C | DD | 7 | 25 | 0 | D | 120 | 36 | 47 |
| Octal | 315 | 214 | 335 | 7 | 45 | 0 | 15 | 440 | 66 | 107 |
| Binary | 11001101 | 10001100 | 11011101 | 111 | 100101 | 0 | 1101 | 100100000 | 110110 | 1000111 |
Color Harmonies of #CD8CDD
Complementary color
Monochromatic Colors of #CD8CDD
Black with #CD8CDD
Text Example
Text Example
White with #CD8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8CDD; }
p { color: rgb(205,140,221); }
H1.HeaderClassName
{
color: #CD8CDD;
}
.AnyTagClassName
{
color: #CD8CDD;
}
</style>
background-color css
<style>
a { background-color: #CD8CDD; }
a { background-color: rgb(205,140,221); }
div.DivClassName
{
background-color: #CD8CDD;
}
.BgClassName
{
background-color: #CD8CDD;
}
</style>
border-color css
<style>
span { border-color: #CD8CDD; }
span { border-color: rgb(205,140,221); }
td.TdClassName
{
border-color: #CD8CDD;
}
.TagClassName
{
border-color: #CD8CDD;
}
</style>