Shades of Wisteria #CD89E5
Tints of Wisteria #CD89E5
RGB
CMYK
RGB Variations
Color information
#CD89E5 (or 0xCD89E5) is known color: Wisteria. HEX triplet: CD, 89 and E5. RGB value is (205,137,229). Sum of RGB (Red+Green+Blue) = 205+137+229=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD89E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89E5 is #32761A. Grayscale: #A7A7A7. Windows color (decimal): -3307035 or 15043021. OLE color: 15043021.
HSL color Cylindrical-coordinate representation of color #CD89E5: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD89E5 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 137 | 229 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.10 |
| HSL | 284.35º | 0.64% | 0.72% | - |
| HSV(B) | 284.35º | 0.4% | 0.9% | - |
| XYZ | 48.27 | 36.53 | 78.64 | - |
| YUV | 167.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 229 | 0.10 | 0.40 | 0 | 0.10 | 284.35 | 0.64 | 0.72 |
| Hex | CD | 89 | E5 | A | 28 | 0 | A | 11C | 40 | 48 |
| Octal | 315 | 211 | 345 | 12 | 50 | 0 | 12 | 434 | 100 | 110 |
| Binary | 11001101 | 10001001 | 11100101 | 1010 | 101000 | 0 | 1010 | 100011100 | 1000000 | 1001000 |
Color Harmonies of #CD89E5
Complementary color
Monochromatic Colors of #CD89E5
Black with #CD89E5
Text Example
Text Example
White with #CD89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89E5; }
p { color: rgb(205,137,229); }
H1.HeaderClassName
{
color: #CD89E5;
}
.AnyTagClassName
{
color: #CD89E5;
}
</style>
background-color css
<style>
a { background-color: #CD89E5; }
a { background-color: rgb(205,137,229); }
div.DivClassName
{
background-color: #CD89E5;
}
.BgClassName
{
background-color: #CD89E5;
}
</style>
border-color css
<style>
span { border-color: #CD89E5; }
span { border-color: rgb(205,137,229); }
td.TdClassName
{
border-color: #CD89E5;
}
.TagClassName
{
border-color: #CD89E5;
}
</style>