Shades of Wisteria #C189FA
Tints of Wisteria #C189FA
RGB
CMYK
RGB Variations
Color information
#C189FA (or 0xC189FA) is known color: Wisteria. HEX triplet: C1, 89 and FA. RGB value is (193,137,250). Sum of RGB (Red+Green+Blue) = 193+137+250=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C189FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C189FA is #3E7605. Grayscale: #A6A6A6. Windows color (decimal): -4093446 or 16419265. OLE color: 16419265.
HSL color Cylindrical-coordinate representation of color #C189FA: hue angle of 269.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C189FA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 137 | 250 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.02 |
| HSL | 269.73º | 0.92% | 0.76% | - |
| HSV(B) | 269.73º | 0.45% | 0.98% | - |
| XYZ | 48.19 | 36.13 | 94.88 | - |
| YUV | 166.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 250 | 0.23 | 0.45 | 0 | 0.02 | 269.73 | 0.92 | 0.76 |
| Hex | C1 | 89 | FA | 17 | 2D | 0 | 2 | 10E | 5C | 4C |
| Octal | 301 | 211 | 372 | 27 | 55 | 0 | 2 | 416 | 134 | 114 |
| Binary | 11000001 | 10001001 | 11111010 | 10111 | 101101 | 0 | 10 | 100001110 | 1011100 | 1001100 |
Color Harmonies of #C189FA
Complementary color
Monochromatic Colors of #C189FA
Black with #C189FA
Text Example
Text Example
White with #C189FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189FA; }
p { color: rgb(193,137,250); }
H1.HeaderClassName
{
color: #C189FA;
}
.AnyTagClassName
{
color: #C189FA;
}
</style>
background-color css
<style>
a { background-color: #C189FA; }
a { background-color: rgb(193,137,250); }
div.DivClassName
{
background-color: #C189FA;
}
.BgClassName
{
background-color: #C189FA;
}
</style>
border-color css
<style>
span { border-color: #C189FA; }
span { border-color: rgb(193,137,250); }
td.TdClassName
{
border-color: #C189FA;
}
.TagClassName
{
border-color: #C189FA;
}
</style>