Shades of Wisteria #C290E7
Tints of Wisteria #C290E7
RGB
CMYK
RGB Variations
Color information
#C290E7 (or 0xC290E7) is known color: Wisteria. HEX triplet: C2, 90 and E7. RGB value is (194,144,231). Sum of RGB (Red+Green+Blue) = 194+144+231=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #C290E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290E7 is #3D6F18. Grayscale: #A8A8A8. Windows color (decimal): -4026137 or 15175874. OLE color: 15175874.
HSL color Cylindrical-coordinate representation of color #C290E7: hue angle of 274.48º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C290E7 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 144 | 231 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.09 |
| HSL | 274.48º | 0.64% | 0.74% | - |
| HSV(B) | 274.48º | 0.38% | 0.91% | - |
| XYZ | 46.65 | 37.19 | 80.32 | - |
| YUV | 168.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 231 | 0.16 | 0.38 | 0 | 0.09 | 274.48 | 0.64 | 0.74 |
| Hex | C2 | 90 | E7 | 10 | 26 | 0 | 9 | 112 | 40 | 4A |
| Octal | 302 | 220 | 347 | 20 | 46 | 0 | 11 | 422 | 100 | 112 |
| Binary | 11000010 | 10010000 | 11100111 | 10000 | 100110 | 0 | 1001 | 100010010 | 1000000 | 1001010 |
Color Harmonies of #C290E7
Complementary color
Monochromatic Colors of #C290E7
Black with #C290E7
Text Example
Text Example
White with #C290E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290E7; }
p { color: rgb(194,144,231); }
H1.HeaderClassName
{
color: #C290E7;
}
.AnyTagClassName
{
color: #C290E7;
}
</style>
background-color css
<style>
a { background-color: #C290E7; }
a { background-color: rgb(194,144,231); }
div.DivClassName
{
background-color: #C290E7;
}
.BgClassName
{
background-color: #C290E7;
}
</style>
border-color css
<style>
span { border-color: #C290E7; }
span { border-color: rgb(194,144,231); }
td.TdClassName
{
border-color: #C290E7;
}
.TagClassName
{
border-color: #C290E7;
}
</style>