Shades of Wisteria #C289E2
Tints of Wisteria #C289E2
RGB
CMYK
RGB Variations
Color information
#C289E2 (or 0xC289E2) is known color: Wisteria. HEX triplet: C2, 89 and E2. RGB value is (194,137,226). Sum of RGB (Red+Green+Blue) = 194+137+226=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #C289E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289E2 is #3D761D. Grayscale: #A3A3A3. Windows color (decimal): -4027934 or 14846402. OLE color: 14846402.
HSL color Cylindrical-coordinate representation of color #C289E2: hue angle of 278.43º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C289E2 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 137 | 226 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.11 |
| HSL | 278.43º | 0.61% | 0.71% | - |
| HSV(B) | 278.43º | 0.39% | 0.89% | - |
| XYZ | 44.92 | 34.85 | 76.31 | - |
| YUV | 164.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 226 | 0.14 | 0.39 | 0 | 0.11 | 278.43 | 0.61 | 0.71 |
| Hex | C2 | 89 | E2 | E | 27 | 0 | B | 116 | 3D | 47 |
| Octal | 302 | 211 | 342 | 16 | 47 | 0 | 13 | 426 | 75 | 107 |
| Binary | 11000010 | 10001001 | 11100010 | 1110 | 100111 | 0 | 1011 | 100010110 | 111101 | 1000111 |
Color Harmonies of #C289E2
Complementary color
Monochromatic Colors of #C289E2
Black with #C289E2
Text Example
Text Example
White with #C289E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289E2; }
p { color: rgb(194,137,226); }
H1.HeaderClassName
{
color: #C289E2;
}
.AnyTagClassName
{
color: #C289E2;
}
</style>
background-color css
<style>
a { background-color: #C289E2; }
a { background-color: rgb(194,137,226); }
div.DivClassName
{
background-color: #C289E2;
}
.BgClassName
{
background-color: #C289E2;
}
</style>
border-color css
<style>
span { border-color: #C289E2; }
span { border-color: rgb(194,137,226); }
td.TdClassName
{
border-color: #C289E2;
}
.TagClassName
{
border-color: #C289E2;
}
</style>