Shades of Wisteria #C391FA
Tints of Wisteria #C391FA
RGB
CMYK
RGB Variations
Color information
#C391FA (or 0xC391FA) is known color: Wisteria. HEX triplet: C3, 91 and FA. RGB value is (195,145,250). Sum of RGB (Red+Green+Blue) = 195+145+250=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C391FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391FA is #3C6E05. Grayscale: #ABABAB. Windows color (decimal): -3960326 or 16421315. OLE color: 16421315.
HSL color Cylindrical-coordinate representation of color #C391FA: hue angle of 268.57º degrees, saturation: 0.91, 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 #C391FA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 145 | 250 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.02 |
| HSL | 268.57º | 0.91% | 0.77% | - |
| HSV(B) | 268.57º | 0.42% | 0.98% | - |
| XYZ | 49.89 | 38.76 | 95.29 | - |
| YUV | 171.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 250 | 0.22 | 0.42 | 0 | 0.02 | 268.57 | 0.91 | 0.77 |
| Hex | C3 | 91 | FA | 16 | 2A | 0 | 2 | 10D | 5B | 4D |
| Octal | 303 | 221 | 372 | 26 | 52 | 0 | 2 | 415 | 133 | 115 |
| Binary | 11000011 | 10010001 | 11111010 | 10110 | 101010 | 0 | 10 | 100001101 | 1011011 | 1001101 |
Color Harmonies of #C391FA
Complementary color
Monochromatic Colors of #C391FA
Black with #C391FA
Text Example
Text Example
White with #C391FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391FA; }
p { color: rgb(195,145,250); }
H1.HeaderClassName
{
color: #C391FA;
}
.AnyTagClassName
{
color: #C391FA;
}
</style>
background-color css
<style>
a { background-color: #C391FA; }
a { background-color: rgb(195,145,250); }
div.DivClassName
{
background-color: #C391FA;
}
.BgClassName
{
background-color: #C391FA;
}
</style>
border-color css
<style>
span { border-color: #C391FA; }
span { border-color: rgb(195,145,250); }
td.TdClassName
{
border-color: #C391FA;
}
.TagClassName
{
border-color: #C391FA;
}
</style>