Shades of Wisteria #C290ED
Tints of Wisteria #C290ED
RGB
CMYK
RGB Variations
Color information
#C290ED (or 0xC290ED) is known color: Wisteria. HEX triplet: C2, 90 and ED. RGB value is (194,144,237). Sum of RGB (Red+Green+Blue) = 194+144+237=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #C290ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290ED is #3D6F12. Grayscale: #A9A9A9. Windows color (decimal): -4026131 or 15569090. OLE color: 15569090.
HSL color Cylindrical-coordinate representation of color #C290ED: hue angle of 272.26º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C290ED is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 144 | 237 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.07 |
| HSL | 272.26º | 0.72% | 0.75% | - |
| HSV(B) | 272.26º | 0.39% | 0.93% | - |
| XYZ | 47.51 | 37.53 | 84.86 | - |
| YUV | 169.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 237 | 0.18 | 0.39 | 0 | 0.07 | 272.26 | 0.72 | 0.75 |
| Hex | C2 | 90 | ED | 12 | 27 | 0 | 7 | 110 | 48 | 4B |
| Octal | 302 | 220 | 355 | 22 | 47 | 0 | 7 | 420 | 110 | 113 |
| Binary | 11000010 | 10010000 | 11101101 | 10010 | 100111 | 0 | 111 | 100010000 | 1001000 | 1001011 |
Color Harmonies of #C290ED
Complementary color
Monochromatic Colors of #C290ED
Black with #C290ED
Text Example
Text Example
White with #C290ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290ED; }
p { color: rgb(194,144,237); }
H1.HeaderClassName
{
color: #C290ED;
}
.AnyTagClassName
{
color: #C290ED;
}
</style>
background-color css
<style>
a { background-color: #C290ED; }
a { background-color: rgb(194,144,237); }
div.DivClassName
{
background-color: #C290ED;
}
.BgClassName
{
background-color: #C290ED;
}
</style>
border-color css
<style>
span { border-color: #C290ED; }
span { border-color: rgb(194,144,237); }
td.TdClassName
{
border-color: #C290ED;
}
.TagClassName
{
border-color: #C290ED;
}
</style>