Shades of Wisteria #C490F3
Tints of Wisteria #C490F3
RGB
CMYK
RGB Variations
Color information
#C490F3 (or 0xC490F3) is known color: Wisteria. HEX triplet: C4, 90 and F3. RGB value is (196,144,243). Sum of RGB (Red+Green+Blue) = 196+144+243=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #C490F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490F3 is #3B6F0C. Grayscale: #AAAAAA. Windows color (decimal): -3895053 or 15962308. OLE color: 15962308.
HSL color Cylindrical-coordinate representation of color #C490F3: hue angle of 271.52º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C490F3 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 144 | 243 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.05 |
| HSL | 271.52º | 0.8% | 0.76% | - |
| HSV(B) | 271.52º | 0.41% | 0.95% | - |
| XYZ | 48.92 | 38.15 | 89.58 | - |
| YUV | 170.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 243 | 0.19 | 0.41 | 0 | 0.05 | 271.52 | 0.8 | 0.76 |
| Hex | C4 | 90 | F3 | 13 | 29 | 0 | 5 | 110 | 50 | 4C |
| Octal | 304 | 220 | 363 | 23 | 51 | 0 | 5 | 420 | 120 | 114 |
| Binary | 11000100 | 10010000 | 11110011 | 10011 | 101001 | 0 | 101 | 100010000 | 1010000 | 1001100 |
Color Harmonies of #C490F3
Complementary color
Monochromatic Colors of #C490F3
Black with #C490F3
Text Example
Text Example
White with #C490F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490F3; }
p { color: rgb(196,144,243); }
H1.HeaderClassName
{
color: #C490F3;
}
.AnyTagClassName
{
color: #C490F3;
}
</style>
background-color css
<style>
a { background-color: #C490F3; }
a { background-color: rgb(196,144,243); }
div.DivClassName
{
background-color: #C490F3;
}
.BgClassName
{
background-color: #C490F3;
}
</style>
border-color css
<style>
span { border-color: #C490F3; }
span { border-color: rgb(196,144,243); }
td.TdClassName
{
border-color: #C490F3;
}
.TagClassName
{
border-color: #C490F3;
}
</style>