Shades of Wisteria #C490FE
Tints of Wisteria #C490FE
RGB
CMYK
RGB Variations
Color information
#C490FE (or 0xC490FE) is known color: Wisteria. HEX triplet: C4, 90 and FE. RGB value is (196,144,254). Sum of RGB (Red+Green+Blue) = 196+144+254=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C490FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490FE is #3B6F01. Grayscale: #ABABAB. Windows color (decimal): -3895042 or 16683204. OLE color: 16683204.
HSL color Cylindrical-coordinate representation of color #C490FE: hue angle of 268.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C490FE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 144 | 254 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.00 |
| HSL | 268.36º | 0.98% | 0.78% | - |
| HSV(B) | 268.36º | 0.43% | 1% | - |
| XYZ | 50.63 | 38.84 | 98.59 | - |
| YUV | 172.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 254 | 0.23 | 0.43 | 0 | 0.00 | 268.36 | 0.98 | 0.78 |
| Hex | C4 | 90 | FE | 17 | 2B | 0 | 0 | 10C | 62 | 4E |
| Octal | 304 | 220 | 376 | 27 | 53 | 0 | 0 | 414 | 142 | 116 |
| Binary | 11000100 | 10010000 | 11111110 | 10111 | 101011 | 0 | 0 | 100001100 | 1100010 | 1001110 |
Color Harmonies of #C490FE
Complementary color
Monochromatic Colors of #C490FE
Black with #C490FE
Text Example
Text Example
White with #C490FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490FE; }
p { color: rgb(196,144,254); }
H1.HeaderClassName
{
color: #C490FE;
}
.AnyTagClassName
{
color: #C490FE;
}
</style>
background-color css
<style>
a { background-color: #C490FE; }
a { background-color: rgb(196,144,254); }
div.DivClassName
{
background-color: #C490FE;
}
.BgClassName
{
background-color: #C490FE;
}
</style>
border-color css
<style>
span { border-color: #C490FE; }
span { border-color: rgb(196,144,254); }
td.TdClassName
{
border-color: #C490FE;
}
.TagClassName
{
border-color: #C490FE;
}
</style>