Shades of Wisteria #C290E4
Tints of Wisteria #C290E4
RGB
CMYK
RGB Variations
Color information
#C290E4 (or 0xC290E4) is known color: Wisteria. HEX triplet: C2, 90 and E4. RGB value is (194,144,228). Sum of RGB (Red+Green+Blue) = 194+144+228=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #C290E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290E4 is #3D6F1B. Grayscale: #A8A8A8. Windows color (decimal): -4026140 or 14979266. OLE color: 14979266.
HSL color Cylindrical-coordinate representation of color #C290E4: hue angle of 275.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C290E4 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 144 | 228 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.11 |
| HSL | 275.71º | 0.61% | 0.73% | - |
| HSV(B) | 275.71º | 0.37% | 0.89% | - |
| XYZ | 46.22 | 37.02 | 78.11 | - |
| YUV | 168.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 228 | 0.15 | 0.37 | 0 | 0.11 | 275.71 | 0.61 | 0.73 |
| Hex | C2 | 90 | E4 | F | 25 | 0 | B | 114 | 3D | 49 |
| Octal | 302 | 220 | 344 | 17 | 45 | 0 | 13 | 424 | 75 | 111 |
| Binary | 11000010 | 10010000 | 11100100 | 1111 | 100101 | 0 | 1011 | 100010100 | 111101 | 1001001 |
Color Harmonies of #C290E4
Complementary color
Monochromatic Colors of #C290E4
Black with #C290E4
Text Example
Text Example
White with #C290E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290E4; }
p { color: rgb(194,144,228); }
H1.HeaderClassName
{
color: #C290E4;
}
.AnyTagClassName
{
color: #C290E4;
}
</style>
background-color css
<style>
a { background-color: #C290E4; }
a { background-color: rgb(194,144,228); }
div.DivClassName
{
background-color: #C290E4;
}
.BgClassName
{
background-color: #C290E4;
}
</style>
border-color css
<style>
span { border-color: #C290E4; }
span { border-color: rgb(194,144,228); }
td.TdClassName
{
border-color: #C290E4;
}
.TagClassName
{
border-color: #C290E4;
}
</style>