Shades of Wisteria #C192E5
Tints of Wisteria #C192E5
RGB
CMYK
RGB Variations
Color information
#C192E5 (or 0xC192E5) is known color: Wisteria. HEX triplet: C1, 92 and E5. RGB value is (193,146,229). Sum of RGB (Red+Green+Blue) = 193+146+229=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #C192E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192E5 is #3E6D1A. Grayscale: #A9A9A9. Windows color (decimal): -4091163 or 15045313. OLE color: 15045313.
HSL color Cylindrical-coordinate representation of color #C192E5: hue angle of 273.98º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C192E5 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 146 | 229 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.10 |
| HSL | 273.98º | 0.61% | 0.74% | - |
| HSV(B) | 273.98º | 0.36% | 0.9% | - |
| XYZ | 46.41 | 37.55 | 78.93 | - |
| YUV | 169.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 229 | 0.16 | 0.36 | 0 | 0.10 | 273.98 | 0.61 | 0.74 |
| Hex | C1 | 92 | E5 | 10 | 24 | 0 | A | 112 | 3D | 4A |
| Octal | 301 | 222 | 345 | 20 | 44 | 0 | 12 | 422 | 75 | 112 |
| Binary | 11000001 | 10010010 | 11100101 | 10000 | 100100 | 0 | 1010 | 100010010 | 111101 | 1001010 |
Color Harmonies of #C192E5
Complementary color
Monochromatic Colors of #C192E5
Black with #C192E5
Text Example
Text Example
White with #C192E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192E5; }
p { color: rgb(193,146,229); }
H1.HeaderClassName
{
color: #C192E5;
}
.AnyTagClassName
{
color: #C192E5;
}
</style>
background-color css
<style>
a { background-color: #C192E5; }
a { background-color: rgb(193,146,229); }
div.DivClassName
{
background-color: #C192E5;
}
.BgClassName
{
background-color: #C192E5;
}
</style>
border-color css
<style>
span { border-color: #C192E5; }
span { border-color: rgb(193,146,229); }
td.TdClassName
{
border-color: #C192E5;
}
.TagClassName
{
border-color: #C192E5;
}
</style>