Shades of Wisteria #C391F9
Tints of Wisteria #C391F9
RGB
CMYK
RGB Variations
Color information
#C391F9 (or 0xC391F9) is known color: Wisteria. HEX triplet: C3, 91 and F9. RGB value is (195,145,249). Sum of RGB (Red+Green+Blue) = 195+145+249=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #C391F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391F9 is #3C6E06. Grayscale: #ABABAB. Windows color (decimal): -3960327 or 16355779. OLE color: 16355779.
HSL color Cylindrical-coordinate representation of color #C391F9: hue angle of 268.85º 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 #C391F9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 145 | 249 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.02 |
| HSL | 268.85º | 0.9% | 0.77% | - |
| HSV(B) | 268.85º | 0.42% | 0.98% | - |
| XYZ | 49.73 | 38.69 | 94.47 | - |
| YUV | 171.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 249 | 0.22 | 0.42 | 0 | 0.02 | 268.85 | 0.9 | 0.77 |
| Hex | C3 | 91 | F9 | 16 | 2A | 0 | 2 | 10D | 5A | 4D |
| Octal | 303 | 221 | 371 | 26 | 52 | 0 | 2 | 415 | 132 | 115 |
| Binary | 11000011 | 10010001 | 11111001 | 10110 | 101010 | 0 | 10 | 100001101 | 1011010 | 1001101 |
Color Harmonies of #C391F9
Complementary color
Monochromatic Colors of #C391F9
Black with #C391F9
Text Example
Text Example
White with #C391F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391F9; }
p { color: rgb(195,145,249); }
H1.HeaderClassName
{
color: #C391F9;
}
.AnyTagClassName
{
color: #C391F9;
}
</style>
background-color css
<style>
a { background-color: #C391F9; }
a { background-color: rgb(195,145,249); }
div.DivClassName
{
background-color: #C391F9;
}
.BgClassName
{
background-color: #C391F9;
}
</style>
border-color css
<style>
span { border-color: #C391F9; }
span { border-color: rgb(195,145,249); }
td.TdClassName
{
border-color: #C391F9;
}
.TagClassName
{
border-color: #C391F9;
}
</style>