Shades of Wisteria #CD8DE5
Tints of Wisteria #CD8DE5
RGB
CMYK
RGB Variations
Color information
#CD8DE5 (or 0xCD8DE5) is known color: Wisteria. HEX triplet: CD, 8D and E5. RGB value is (205,141,229). Sum of RGB (Red+Green+Blue) = 205+141+229=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DE5 is #32721A. Grayscale: #A9A9A9. Windows color (decimal): -3306011 or 15044045. OLE color: 15044045.
HSL color Cylindrical-coordinate representation of color #CD8DE5: hue angle of 283.64º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD8DE5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 141 | 229 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.10 |
| HSL | 283.64º | 0.63% | 0.73% | - |
| HSV(B) | 283.64º | 0.38% | 0.9% | - |
| XYZ | 48.84 | 37.69 | 78.83 | - |
| YUV | 170.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 229 | 0.10 | 0.38 | 0 | 0.10 | 283.64 | 0.63 | 0.73 |
| Hex | CD | 8D | E5 | A | 26 | 0 | A | 11C | 3F | 49 |
| Octal | 315 | 215 | 345 | 12 | 46 | 0 | 12 | 434 | 77 | 111 |
| Binary | 11001101 | 10001101 | 11100101 | 1010 | 100110 | 0 | 1010 | 100011100 | 111111 | 1001001 |
Color Harmonies of #CD8DE5
Complementary color
Monochromatic Colors of #CD8DE5
Black with #CD8DE5
Text Example
Text Example
White with #CD8DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DE5; }
p { color: rgb(205,141,229); }
H1.HeaderClassName
{
color: #CD8DE5;
}
.AnyTagClassName
{
color: #CD8DE5;
}
</style>
background-color css
<style>
a { background-color: #CD8DE5; }
a { background-color: rgb(205,141,229); }
div.DivClassName
{
background-color: #CD8DE5;
}
.BgClassName
{
background-color: #CD8DE5;
}
</style>
border-color css
<style>
span { border-color: #CD8DE5; }
span { border-color: rgb(205,141,229); }
td.TdClassName
{
border-color: #CD8DE5;
}
.TagClassName
{
border-color: #CD8DE5;
}
</style>