Shades of Wisteria #CD8FDD
Tints of Wisteria #CD8FDD
RGB
CMYK
RGB Variations
Color information
#CD8FDD (or 0xCD8FDD) is known color: Wisteria. HEX triplet: CD, 8F and DD. RGB value is (205,143,221). Sum of RGB (Red+Green+Blue) = 205+143+221=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FDD is #327022. Grayscale: #AAAAAA. Windows color (decimal): -3305507 or 14520269. OLE color: 14520269.
HSL color Cylindrical-coordinate representation of color #CD8FDD: hue angle of 287.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8FDD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 143 | 221 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.13 |
| HSL | 287.69º | 0.53% | 0.71% | - |
| HSV(B) | 287.69º | 0.35% | 0.87% | - |
| XYZ | 48.05 | 37.84 | 73.18 | - |
| YUV | 170.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 221 | 0.07 | 0.35 | 0 | 0.13 | 287.69 | 0.53 | 0.71 |
| Hex | CD | 8F | DD | 7 | 23 | 0 | D | 120 | 35 | 47 |
| Octal | 315 | 217 | 335 | 7 | 43 | 0 | 15 | 440 | 65 | 107 |
| Binary | 11001101 | 10001111 | 11011101 | 111 | 100011 | 0 | 1101 | 100100000 | 110101 | 1000111 |
Color Harmonies of #CD8FDD
Complementary color
Monochromatic Colors of #CD8FDD
Black with #CD8FDD
Text Example
Text Example
White with #CD8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FDD; }
p { color: rgb(205,143,221); }
H1.HeaderClassName
{
color: #CD8FDD;
}
.AnyTagClassName
{
color: #CD8FDD;
}
</style>
background-color css
<style>
a { background-color: #CD8FDD; }
a { background-color: rgb(205,143,221); }
div.DivClassName
{
background-color: #CD8FDD;
}
.BgClassName
{
background-color: #CD8FDD;
}
</style>
border-color css
<style>
span { border-color: #CD8FDD; }
span { border-color: rgb(205,143,221); }
td.TdClassName
{
border-color: #CD8FDD;
}
.TagClassName
{
border-color: #CD8FDD;
}
</style>