Shades of Wisteria #C192E9
Tints of Wisteria #C192E9
RGB
CMYK
RGB Variations
Color information
#C192E9 (or 0xC192E9) is known color: Wisteria. HEX triplet: C1, 92 and E9. RGB value is (193,146,233). Sum of RGB (Red+Green+Blue) = 193+146+233=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #C192E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192E9 is #3E6D16. Grayscale: #A9A9A9. Windows color (decimal): -4091159 or 15307457. OLE color: 15307457.
HSL color Cylindrical-coordinate representation of color #C192E9: hue angle of 272.41º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C192E9 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 146 | 233 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.09 |
| HSL | 272.41º | 0.66% | 0.74% | - |
| HSV(B) | 272.41º | 0.37% | 0.91% | - |
| XYZ | 46.98 | 37.78 | 81.91 | - |
| YUV | 169.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 233 | 0.17 | 0.37 | 0 | 0.09 | 272.41 | 0.66 | 0.74 |
| Hex | C1 | 92 | E9 | 11 | 25 | 0 | 9 | 110 | 42 | 4A |
| Octal | 301 | 222 | 351 | 21 | 45 | 0 | 11 | 420 | 102 | 112 |
| Binary | 11000001 | 10010010 | 11101001 | 10001 | 100101 | 0 | 1001 | 100010000 | 1000010 | 1001010 |
Color Harmonies of #C192E9
Complementary color
Monochromatic Colors of #C192E9
Black with #C192E9
Text Example
Text Example
White with #C192E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192E9; }
p { color: rgb(193,146,233); }
H1.HeaderClassName
{
color: #C192E9;
}
.AnyTagClassName
{
color: #C192E9;
}
</style>
background-color css
<style>
a { background-color: #C192E9; }
a { background-color: rgb(193,146,233); }
div.DivClassName
{
background-color: #C192E9;
}
.BgClassName
{
background-color: #C192E9;
}
</style>
border-color css
<style>
span { border-color: #C192E9; }
span { border-color: rgb(193,146,233); }
td.TdClassName
{
border-color: #C192E9;
}
.TagClassName
{
border-color: #C192E9;
}
</style>