Shades of Wisteria #C392F9
Tints of Wisteria #C392F9
RGB
CMYK
RGB Variations
Color information
#C392F9 (or 0xC392F9) is known color: Wisteria. HEX triplet: C3, 92 and F9. RGB value is (195,146,249). Sum of RGB (Red+Green+Blue) = 195+146+249=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #C392F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392F9 is #3C6D06. Grayscale: #ACACAC. Windows color (decimal): -3960071 or 16356035. OLE color: 16356035.
HSL color Cylindrical-coordinate representation of color #C392F9: hue angle of 268.54º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C392F9 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 146 | 249 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.02 |
| HSL | 268.54º | 0.9% | 0.77% | - |
| HSV(B) | 268.54º | 0.41% | 0.98% | - |
| XYZ | 49.88 | 39 | 94.52 | - |
| YUV | 172.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 249 | 0.22 | 0.41 | 0 | 0.02 | 268.54 | 0.9 | 0.77 |
| Hex | C3 | 92 | F9 | 16 | 29 | 0 | 2 | 10D | 5A | 4D |
| Octal | 303 | 222 | 371 | 26 | 51 | 0 | 2 | 415 | 132 | 115 |
| Binary | 11000011 | 10010010 | 11111001 | 10110 | 101001 | 0 | 10 | 100001101 | 1011010 | 1001101 |
Color Harmonies of #C392F9
Complementary color
Monochromatic Colors of #C392F9
Black with #C392F9
Text Example
Text Example
White with #C392F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392F9; }
p { color: rgb(195,146,249); }
H1.HeaderClassName
{
color: #C392F9;
}
.AnyTagClassName
{
color: #C392F9;
}
</style>
background-color css
<style>
a { background-color: #C392F9; }
a { background-color: rgb(195,146,249); }
div.DivClassName
{
background-color: #C392F9;
}
.BgClassName
{
background-color: #C392F9;
}
</style>
border-color css
<style>
span { border-color: #C392F9; }
span { border-color: rgb(195,146,249); }
td.TdClassName
{
border-color: #C392F9;
}
.TagClassName
{
border-color: #C392F9;
}
</style>