Shades of Wisteria #C589E7
Tints of Wisteria #C589E7
RGB
CMYK
RGB Variations
Color information
#C589E7 (or 0xC589E7) is known color: Wisteria. HEX triplet: C5, 89 and E7. RGB value is (197,137,231). Sum of RGB (Red+Green+Blue) = 197+137+231=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #C589E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C589E7 is #3A7618. Grayscale: #A5A5A5. Windows color (decimal): -3831321 or 15174085. OLE color: 15174085.
HSL color Cylindrical-coordinate representation of color #C589E7: hue angle of 278.3º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C589E7 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 137 | 231 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.09 |
| HSL | 278.3º | 0.66% | 0.72% | - |
| HSV(B) | 278.3º | 0.41% | 0.91% | - |
| XYZ | 46.4 | 35.53 | 80.01 | - |
| YUV | 165.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 231 | 0.15 | 0.41 | 0 | 0.09 | 278.3 | 0.66 | 0.72 |
| Hex | C5 | 89 | E7 | F | 29 | 0 | 9 | 116 | 42 | 48 |
| Octal | 305 | 211 | 347 | 17 | 51 | 0 | 11 | 426 | 102 | 110 |
| Binary | 11000101 | 10001001 | 11100111 | 1111 | 101001 | 0 | 1001 | 100010110 | 1000010 | 1001000 |
Color Harmonies of #C589E7
Complementary color
Monochromatic Colors of #C589E7
Black with #C589E7
Text Example
Text Example
White with #C589E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589E7; }
p { color: rgb(197,137,231); }
H1.HeaderClassName
{
color: #C589E7;
}
.AnyTagClassName
{
color: #C589E7;
}
</style>
background-color css
<style>
a { background-color: #C589E7; }
a { background-color: rgb(197,137,231); }
div.DivClassName
{
background-color: #C589E7;
}
.BgClassName
{
background-color: #C589E7;
}
</style>
border-color css
<style>
span { border-color: #C589E7; }
span { border-color: rgb(197,137,231); }
td.TdClassName
{
border-color: #C589E7;
}
.TagClassName
{
border-color: #C589E7;
}
</style>