Shades of Wisteria #C392FA
Tints of Wisteria #C392FA
RGB
CMYK
RGB Variations
Color information
#C392FA (or 0xC392FA) is known color: Wisteria. HEX triplet: C3, 92 and FA. RGB value is (195,146,250). Sum of RGB (Red+Green+Blue) = 195+146+250=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C392FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392FA is #3C6D05. Grayscale: #ACACAC. Windows color (decimal): -3960070 or 16421571. OLE color: 16421571.
HSL color Cylindrical-coordinate representation of color #C392FA: hue angle of 268.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C392FA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 146 | 250 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.02 |
| HSL | 268.27º | 0.91% | 0.78% | - |
| HSV(B) | 268.27º | 0.42% | 0.98% | - |
| XYZ | 50.04 | 39.06 | 95.34 | - |
| YUV | 172.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 250 | 0.22 | 0.42 | 0 | 0.02 | 268.27 | 0.91 | 0.78 |
| Hex | C3 | 92 | FA | 16 | 2A | 0 | 2 | 10C | 5B | 4E |
| Octal | 303 | 222 | 372 | 26 | 52 | 0 | 2 | 414 | 133 | 116 |
| Binary | 11000011 | 10010010 | 11111010 | 10110 | 101010 | 0 | 10 | 100001100 | 1011011 | 1001110 |
Color Harmonies of #C392FA
Complementary color
Monochromatic Colors of #C392FA
Black with #C392FA
Text Example
Text Example
White with #C392FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392FA; }
p { color: rgb(195,146,250); }
H1.HeaderClassName
{
color: #C392FA;
}
.AnyTagClassName
{
color: #C392FA;
}
</style>
background-color css
<style>
a { background-color: #C392FA; }
a { background-color: rgb(195,146,250); }
div.DivClassName
{
background-color: #C392FA;
}
.BgClassName
{
background-color: #C392FA;
}
</style>
border-color css
<style>
span { border-color: #C392FA; }
span { border-color: rgb(195,146,250); }
td.TdClassName
{
border-color: #C392FA;
}
.TagClassName
{
border-color: #C392FA;
}
</style>