Shades of Wisteria #C189E4
Tints of Wisteria #C189E4
RGB
CMYK
RGB Variations
Color information
#C189E4 (or 0xC189E4) is known color: Wisteria. HEX triplet: C1, 89 and E4. RGB value is (193,137,228). Sum of RGB (Red+Green+Blue) = 193+137+228=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #C189E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189E4 is #3E761B. Grayscale: #A3A3A3. Windows color (decimal): -4093468 or 14977473. OLE color: 14977473.
HSL color Cylindrical-coordinate representation of color #C189E4: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C189E4 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 137 | 228 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.11 |
| HSL | 276.92º | 0.63% | 0.72% | - |
| HSV(B) | 276.92º | 0.4% | 0.89% | - |
| XYZ | 44.94 | 34.83 | 77.75 | - |
| YUV | 164.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 228 | 0.15 | 0.40 | 0 | 0.11 | 276.92 | 0.63 | 0.72 |
| Hex | C1 | 89 | E4 | F | 28 | 0 | B | 115 | 3F | 48 |
| Octal | 301 | 211 | 344 | 17 | 50 | 0 | 13 | 425 | 77 | 110 |
| Binary | 11000001 | 10001001 | 11100100 | 1111 | 101000 | 0 | 1011 | 100010101 | 111111 | 1001000 |
Color Harmonies of #C189E4
Complementary color
Monochromatic Colors of #C189E4
Black with #C189E4
Text Example
Text Example
White with #C189E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189E4; }
p { color: rgb(193,137,228); }
H1.HeaderClassName
{
color: #C189E4;
}
.AnyTagClassName
{
color: #C189E4;
}
</style>
background-color css
<style>
a { background-color: #C189E4; }
a { background-color: rgb(193,137,228); }
div.DivClassName
{
background-color: #C189E4;
}
.BgClassName
{
background-color: #C189E4;
}
</style>
border-color css
<style>
span { border-color: #C189E4; }
span { border-color: rgb(193,137,228); }
td.TdClassName
{
border-color: #C189E4;
}
.TagClassName
{
border-color: #C189E4;
}
</style>