Shades of Wisteria #C589DA
Tints of Wisteria #C589DA
RGB
CMYK
RGB Variations
Color information
#C589DA (or 0xC589DA) is known color: Wisteria. HEX triplet: C5, 89 and DA. RGB value is (197,137,218). Sum of RGB (Red+Green+Blue) = 197+137+218=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #C589DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C589DA is #3A7625. Grayscale: #A3A3A3. Windows color (decimal): -3831334 or 14322117. OLE color: 14322117.
HSL color Cylindrical-coordinate representation of color #C589DA: hue angle of 284.44º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C589DA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 137 | 218 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.15 |
| HSL | 284.44º | 0.52% | 0.7% | - |
| HSV(B) | 284.44º | 0.37% | 0.85% | - |
| XYZ | 44.63 | 34.82 | 70.7 | - |
| YUV | 164.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 218 | 0.10 | 0.37 | 0 | 0.15 | 284.44 | 0.52 | 0.7 |
| Hex | C5 | 89 | DA | A | 25 | 0 | F | 11C | 34 | 46 |
| Octal | 305 | 211 | 332 | 12 | 45 | 0 | 17 | 434 | 64 | 106 |
| Binary | 11000101 | 10001001 | 11011010 | 1010 | 100101 | 0 | 1111 | 100011100 | 110100 | 1000110 |
Color Harmonies of #C589DA
Complementary color
Monochromatic Colors of #C589DA
Black with #C589DA
Text Example
Text Example
White with #C589DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589DA; }
p { color: rgb(197,137,218); }
H1.HeaderClassName
{
color: #C589DA;
}
.AnyTagClassName
{
color: #C589DA;
}
</style>
background-color css
<style>
a { background-color: #C589DA; }
a { background-color: rgb(197,137,218); }
div.DivClassName
{
background-color: #C589DA;
}
.BgClassName
{
background-color: #C589DA;
}
</style>
border-color css
<style>
span { border-color: #C589DA; }
span { border-color: rgb(197,137,218); }
td.TdClassName
{
border-color: #C589DA;
}
.TagClassName
{
border-color: #C589DA;
}
</style>