Shades of Wisteria #C591F9
Tints of Wisteria #C591F9
RGB
CMYK
RGB Variations
Color information
#C591F9 (or 0xC591F9) is known color: Wisteria. HEX triplet: C5, 91 and F9. RGB value is (197,145,249). Sum of RGB (Red+Green+Blue) = 197+145+249=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #C591F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C591F9 is #3A6E06. Grayscale: #ACACAC. Windows color (decimal): -3829255 or 16355781. OLE color: 16355781.
HSL color Cylindrical-coordinate representation of color #C591F9: hue angle of 270º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C591F9 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 145 | 249 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.02 |
| HSL | 270º | 0.9% | 0.77% | - |
| HSV(B) | 270º | 0.42% | 0.98% | - |
| XYZ | 50.25 | 38.96 | 94.49 | - |
| YUV | 172.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 249 | 0.21 | 0.42 | 0 | 0.02 | 270 | 0.9 | 0.77 |
| Hex | C5 | 91 | F9 | 15 | 2A | 0 | 2 | 10E | 5A | 4D |
| Octal | 305 | 221 | 371 | 25 | 52 | 0 | 2 | 416 | 132 | 115 |
| Binary | 11000101 | 10010001 | 11111001 | 10101 | 101010 | 0 | 10 | 100001110 | 1011010 | 1001101 |
Color Harmonies of #C591F9
Complementary color
Monochromatic Colors of #C591F9
Black with #C591F9
Text Example
Text Example
White with #C591F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591F9; }
p { color: rgb(197,145,249); }
H1.HeaderClassName
{
color: #C591F9;
}
.AnyTagClassName
{
color: #C591F9;
}
</style>
background-color css
<style>
a { background-color: #C591F9; }
a { background-color: rgb(197,145,249); }
div.DivClassName
{
background-color: #C591F9;
}
.BgClassName
{
background-color: #C591F9;
}
</style>
border-color css
<style>
span { border-color: #C591F9; }
span { border-color: rgb(197,145,249); }
td.TdClassName
{
border-color: #C591F9;
}
.TagClassName
{
border-color: #C591F9;
}
</style>