Shades of Wisteria #C192E6
Tints of Wisteria #C192E6
RGB
CMYK
RGB Variations
Color information
#C192E6 (or 0xC192E6) is known color: Wisteria. HEX triplet: C1, 92 and E6. RGB value is (193,146,230). Sum of RGB (Red+Green+Blue) = 193+146+230=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #C192E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192E6 is #3E6D19. Grayscale: #A9A9A9. Windows color (decimal): -4091162 or 15110849. OLE color: 15110849.
HSL color Cylindrical-coordinate representation of color #C192E6: hue angle of 273.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C192E6 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 146 | 230 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.10 |
| HSL | 273.57º | 0.63% | 0.74% | - |
| HSV(B) | 273.57º | 0.37% | 0.9% | - |
| XYZ | 46.55 | 37.61 | 79.67 | - |
| YUV | 169.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 230 | 0.16 | 0.37 | 0 | 0.10 | 273.57 | 0.63 | 0.74 |
| Hex | C1 | 92 | E6 | 10 | 25 | 0 | A | 112 | 3F | 4A |
| Octal | 301 | 222 | 346 | 20 | 45 | 0 | 12 | 422 | 77 | 112 |
| Binary | 11000001 | 10010010 | 11100110 | 10000 | 100101 | 0 | 1010 | 100010010 | 111111 | 1001010 |
Color Harmonies of #C192E6
Complementary color
Monochromatic Colors of #C192E6
Black with #C192E6
Text Example
Text Example
White with #C192E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192E6; }
p { color: rgb(193,146,230); }
H1.HeaderClassName
{
color: #C192E6;
}
.AnyTagClassName
{
color: #C192E6;
}
</style>
background-color css
<style>
a { background-color: #C192E6; }
a { background-color: rgb(193,146,230); }
div.DivClassName
{
background-color: #C192E6;
}
.BgClassName
{
background-color: #C192E6;
}
</style>
border-color css
<style>
span { border-color: #C192E6; }
span { border-color: rgb(193,146,230); }
td.TdClassName
{
border-color: #C192E6;
}
.TagClassName
{
border-color: #C192E6;
}
</style>