Shades of Wisteria #C189E2
Tints of Wisteria #C189E2
RGB
CMYK
RGB Variations
Color information
#C189E2 (or 0xC189E2) is known color: Wisteria. HEX triplet: C1, 89 and E2. RGB value is (193,137,226). Sum of RGB (Red+Green+Blue) = 193+137+226=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #C189E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189E2 is #3E761D. Grayscale: #A3A3A3. Windows color (decimal): -4093470 or 14846401. OLE color: 14846401.
HSL color Cylindrical-coordinate representation of color #C189E2: hue angle of 277.75º 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 #C189E2 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 137 | 226 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.11 |
| HSL | 277.75º | 0.61% | 0.71% | - |
| HSV(B) | 277.75º | 0.39% | 0.89% | - |
| XYZ | 44.67 | 34.72 | 76.3 | - |
| YUV | 163.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 226 | 0.15 | 0.39 | 0 | 0.11 | 277.75 | 0.61 | 0.71 |
| Hex | C1 | 89 | E2 | F | 27 | 0 | B | 116 | 3D | 47 |
| Octal | 301 | 211 | 342 | 17 | 47 | 0 | 13 | 426 | 75 | 107 |
| Binary | 11000001 | 10001001 | 11100010 | 1111 | 100111 | 0 | 1011 | 100010110 | 111101 | 1000111 |
Color Harmonies of #C189E2
Complementary color
Monochromatic Colors of #C189E2
Black with #C189E2
Text Example
Text Example
White with #C189E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189E2; }
p { color: rgb(193,137,226); }
H1.HeaderClassName
{
color: #C189E2;
}
.AnyTagClassName
{
color: #C189E2;
}
</style>
background-color css
<style>
a { background-color: #C189E2; }
a { background-color: rgb(193,137,226); }
div.DivClassName
{
background-color: #C189E2;
}
.BgClassName
{
background-color: #C189E2;
}
</style>
border-color css
<style>
span { border-color: #C189E2; }
span { border-color: rgb(193,137,226); }
td.TdClassName
{
border-color: #C189E2;
}
.TagClassName
{
border-color: #C189E2;
}
</style>