Shades of Wisteria #CD91E5
Tints of Wisteria #CD91E5
RGB
CMYK
RGB Variations
Color information
#CD91E5 (or 0xCD91E5) is known color: Wisteria. HEX triplet: CD, 91 and E5. RGB value is (205,145,229). Sum of RGB (Red+Green+Blue) = 205+145+229=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91E5 is #326E1A. Grayscale: #ACACAC. Windows color (decimal): -3304987 or 15045069. OLE color: 15045069.
HSL color Cylindrical-coordinate representation of color #CD91E5: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD91E5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 145 | 229 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.10 |
| HSL | 282.86º | 0.62% | 0.73% | - |
| HSV(B) | 282.86º | 0.37% | 0.9% | - |
| XYZ | 49.45 | 38.89 | 79.03 | - |
| YUV | 172.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 229 | 0.10 | 0.37 | 0 | 0.10 | 282.86 | 0.62 | 0.73 |
| Hex | CD | 91 | E5 | A | 25 | 0 | A | 11B | 3E | 49 |
| Octal | 315 | 221 | 345 | 12 | 45 | 0 | 12 | 433 | 76 | 111 |
| Binary | 11001101 | 10010001 | 11100101 | 1010 | 100101 | 0 | 1010 | 100011011 | 111110 | 1001001 |
Color Harmonies of #CD91E5
Complementary color
Monochromatic Colors of #CD91E5
Black with #CD91E5
Text Example
Text Example
White with #CD91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD91E5; }
p { color: rgb(205,145,229); }
H1.HeaderClassName
{
color: #CD91E5;
}
.AnyTagClassName
{
color: #CD91E5;
}
</style>
background-color css
<style>
a { background-color: #CD91E5; }
a { background-color: rgb(205,145,229); }
div.DivClassName
{
background-color: #CD91E5;
}
.BgClassName
{
background-color: #CD91E5;
}
</style>
border-color css
<style>
span { border-color: #CD91E5; }
span { border-color: rgb(205,145,229); }
td.TdClassName
{
border-color: #CD91E5;
}
.TagClassName
{
border-color: #CD91E5;
}
</style>