Shades of Wisteria #C589D5
Tints of Wisteria #C589D5
RGB
CMYK
RGB Variations
Color information
#C589D5 (or 0xC589D5) is known color: Wisteria. HEX triplet: C5, 89 and D5. RGB value is (197,137,213). Sum of RGB (Red+Green+Blue) = 197+137+213=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #C589D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C589D5 is #3A762A. Grayscale: #A3A3A3. Windows color (decimal): -3831339 or 13994437. OLE color: 13994437.
HSL color Cylindrical-coordinate representation of color #C589D5: hue angle of 287.37º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C589D5 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 137 | 213 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.16 |
| HSL | 287.37º | 0.48% | 0.69% | - |
| HSV(B) | 287.37º | 0.36% | 0.84% | - |
| XYZ | 43.98 | 34.57 | 67.3 | - |
| YUV | 163.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 213 | 0.08 | 0.36 | 0 | 0.16 | 287.37 | 0.48 | 0.69 |
| Hex | C5 | 89 | D5 | 8 | 24 | 0 | 10 | 11F | 30 | 45 |
| Octal | 305 | 211 | 325 | 10 | 44 | 0 | 20 | 437 | 60 | 105 |
| Binary | 11000101 | 10001001 | 11010101 | 1000 | 100100 | 0 | 10000 | 100011111 | 110000 | 1000101 |
Color Harmonies of #C589D5
Complementary color
Monochromatic Colors of #C589D5
Black with #C589D5
Text Example
Text Example
White with #C589D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589D5; }
p { color: rgb(197,137,213); }
H1.HeaderClassName
{
color: #C589D5;
}
.AnyTagClassName
{
color: #C589D5;
}
</style>
background-color css
<style>
a { background-color: #C589D5; }
a { background-color: rgb(197,137,213); }
div.DivClassName
{
background-color: #C589D5;
}
.BgClassName
{
background-color: #C589D5;
}
</style>
border-color css
<style>
span { border-color: #C589D5; }
span { border-color: rgb(197,137,213); }
td.TdClassName
{
border-color: #C589D5;
}
.TagClassName
{
border-color: #C589D5;
}
</style>