Shades of Wisteria #C490FF
Tints of Wisteria #C490FF
RGB
CMYK
RGB Variations
Color information
#C490FF (or 0xC490FF) is known color: Wisteria. HEX triplet: C4, 90 and FF. RGB value is (196,144,255). Sum of RGB (Red+Green+Blue) = 196+144+255=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C490FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490FF is #3B6F00. Grayscale: #ABABAB. Windows color (decimal): -3895041 or 16748740. OLE color: 16748740.
HSL color Cylindrical-coordinate representation of color #C490FF: hue angle of 268.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C490FF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 144 | 255 | - |
| CMYK | 0.23 | 0.44 | 0 | 0 |
| HSL | 268.11º | 1% | 0.78% | - |
| HSV(B) | 268.11º | 0.44% | 1% | - |
| XYZ | 50.79 | 38.9 | 99.44 | - |
| YUV | 172.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 255 | 0.23 | 0.44 | 0 | 0 | 268.11 | 1 | 0.78 |
| Hex | C4 | 90 | FF | 17 | 2C | 0 | 0 | 10C | 64 | 4E |
| Octal | 304 | 220 | 377 | 27 | 54 | 0 | 0 | 414 | 144 | 116 |
| Binary | 11000100 | 10010000 | 11111111 | 10111 | 101100 | 0 | 0 | 100001100 | 1100100 | 1001110 |
Color Harmonies of #C490FF
Complementary color
Monochromatic Colors of #C490FF
Black with #C490FF
Text Example
Text Example
White with #C490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490FF; }
p { color: rgb(196,144,255); }
H1.HeaderClassName
{
color: #C490FF;
}
.AnyTagClassName
{
color: #C490FF;
}
</style>
background-color css
<style>
a { background-color: #C490FF; }
a { background-color: rgb(196,144,255); }
div.DivClassName
{
background-color: #C490FF;
}
.BgClassName
{
background-color: #C490FF;
}
</style>
border-color css
<style>
span { border-color: #C490FF; }
span { border-color: rgb(196,144,255); }
td.TdClassName
{
border-color: #C490FF;
}
.TagClassName
{
border-color: #C490FF;
}
</style>