Shades of Wisteria #C189E9
Tints of Wisteria #C189E9
RGB
CMYK
RGB Variations
Color information
#C189E9 (or 0xC189E9) is known color: Wisteria. HEX triplet: C1, 89 and E9. RGB value is (193,137,233). Sum of RGB (Red+Green+Blue) = 193+137+233=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #C189E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C189E9 is #3E7616. Grayscale: #A4A4A4. Windows color (decimal): -4093463 or 15305153. OLE color: 15305153.
HSL color Cylindrical-coordinate representation of color #C189E9: hue angle of 275º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C189E9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 137 | 233 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.09 |
| HSL | 275º | 0.69% | 0.73% | - |
| HSV(B) | 275º | 0.41% | 0.91% | - |
| XYZ | 45.65 | 35.11 | 81.46 | - |
| YUV | 164.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 233 | 0.17 | 0.41 | 0 | 0.09 | 275 | 0.69 | 0.73 |
| Hex | C1 | 89 | E9 | 11 | 29 | 0 | 9 | 113 | 45 | 49 |
| Octal | 301 | 211 | 351 | 21 | 51 | 0 | 11 | 423 | 105 | 111 |
| Binary | 11000001 | 10001001 | 11101001 | 10001 | 101001 | 0 | 1001 | 100010011 | 1000101 | 1001001 |
Color Harmonies of #C189E9
Complementary color
Monochromatic Colors of #C189E9
Black with #C189E9
Text Example
Text Example
White with #C189E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189E9; }
p { color: rgb(193,137,233); }
H1.HeaderClassName
{
color: #C189E9;
}
.AnyTagClassName
{
color: #C189E9;
}
</style>
background-color css
<style>
a { background-color: #C189E9; }
a { background-color: rgb(193,137,233); }
div.DivClassName
{
background-color: #C189E9;
}
.BgClassName
{
background-color: #C189E9;
}
</style>
border-color css
<style>
span { border-color: #C189E9; }
span { border-color: rgb(193,137,233); }
td.TdClassName
{
border-color: #C189E9;
}
.TagClassName
{
border-color: #C189E9;
}
</style>