Shades of Wisteria #C490F5
Tints of Wisteria #C490F5
RGB
CMYK
RGB Variations
Color information
#C490F5 (or 0xC490F5) is known color: Wisteria. HEX triplet: C4, 90 and F5. RGB value is (196,144,245). Sum of RGB (Red+Green+Blue) = 196+144+245=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #C490F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490F5 is #3B6F0A. Grayscale: #AAAAAA. Windows color (decimal): -3895051 or 16093380. OLE color: 16093380.
HSL color Cylindrical-coordinate representation of color #C490F5: hue angle of 270.89º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C490F5 is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 144 | 245 | - |
| CMYK | 0.2 | 0.41 | 0 | 0.04 |
| HSL | 270.89º | 0.83% | 0.76% | - |
| HSV(B) | 270.89º | 0.41% | 0.96% | - |
| XYZ | 49.22 | 38.27 | 91.18 | - |
| YUV | 171.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 245 | 0.2 | 0.41 | 0 | 0.04 | 270.89 | 0.83 | 0.76 |
| Hex | C4 | 90 | F5 | 14 | 29 | 0 | 4 | 10F | 53 | 4C |
| Octal | 304 | 220 | 365 | 24 | 51 | 0 | 4 | 417 | 123 | 114 |
| Binary | 11000100 | 10010000 | 11110101 | 10100 | 101001 | 0 | 100 | 100001111 | 1010011 | 1001100 |
Color Harmonies of #C490F5
Complementary color
Monochromatic Colors of #C490F5
Black with #C490F5
Text Example
Text Example
White with #C490F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490F5; }
p { color: rgb(196,144,245); }
H1.HeaderClassName
{
color: #C490F5;
}
.AnyTagClassName
{
color: #C490F5;
}
</style>
background-color css
<style>
a { background-color: #C490F5; }
a { background-color: rgb(196,144,245); }
div.DivClassName
{
background-color: #C490F5;
}
.BgClassName
{
background-color: #C490F5;
}
</style>
border-color css
<style>
span { border-color: #C490F5; }
span { border-color: rgb(196,144,245); }
td.TdClassName
{
border-color: #C490F5;
}
.TagClassName
{
border-color: #C490F5;
}
</style>