Shades of Wisteria #C589EB
Tints of Wisteria #C589EB
RGB
CMYK
RGB Variations
Color information
#C589EB (or 0xC589EB) is known color: Wisteria. HEX triplet: C5, 89 and EB. RGB value is (197,137,235). Sum of RGB (Red+Green+Blue) = 197+137+235=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #C589EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C589EB is #3A7614. Grayscale: #A5A5A5. Windows color (decimal): -3831317 or 15436229. OLE color: 15436229.
HSL color Cylindrical-coordinate representation of color #C589EB: hue angle of 276.73º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C589EB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 137 | 235 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.08 |
| HSL | 276.73º | 0.71% | 0.73% | - |
| HSV(B) | 276.73º | 0.42% | 0.92% | - |
| XYZ | 46.97 | 35.76 | 83.02 | - |
| YUV | 166.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 235 | 0.16 | 0.42 | 0 | 0.08 | 276.73 | 0.71 | 0.73 |
| Hex | C5 | 89 | EB | 10 | 2A | 0 | 8 | 115 | 47 | 49 |
| Octal | 305 | 211 | 353 | 20 | 52 | 0 | 10 | 425 | 107 | 111 |
| Binary | 11000101 | 10001001 | 11101011 | 10000 | 101010 | 0 | 1000 | 100010101 | 1000111 | 1001001 |
Color Harmonies of #C589EB
Complementary color
Monochromatic Colors of #C589EB
Black with #C589EB
Text Example
Text Example
White with #C589EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589EB; }
p { color: rgb(197,137,235); }
H1.HeaderClassName
{
color: #C589EB;
}
.AnyTagClassName
{
color: #C589EB;
}
</style>
background-color css
<style>
a { background-color: #C589EB; }
a { background-color: rgb(197,137,235); }
div.DivClassName
{
background-color: #C589EB;
}
.BgClassName
{
background-color: #C589EB;
}
</style>
border-color css
<style>
span { border-color: #C589EB; }
span { border-color: rgb(197,137,235); }
td.TdClassName
{
border-color: #C589EB;
}
.TagClassName
{
border-color: #C589EB;
}
</style>