Shades of Wisteria #C192E7
Tints of Wisteria #C192E7
RGB
CMYK
RGB Variations
Color information
#C192E7 (or 0xC192E7) is known color: Wisteria. HEX triplet: C1, 92 and E7. RGB value is (193,146,231). Sum of RGB (Red+Green+Blue) = 193+146+231=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #C192E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192E7 is #3E6D18. Grayscale: #A9A9A9. Windows color (decimal): -4091161 or 15176385. OLE color: 15176385.
HSL color Cylindrical-coordinate representation of color #C192E7: hue angle of 273.18º degrees, saturation: 0.64, 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 #C192E7 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 146 | 231 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.09 |
| HSL | 273.18º | 0.64% | 0.74% | - |
| HSV(B) | 273.18º | 0.37% | 0.91% | - |
| XYZ | 46.7 | 37.66 | 80.41 | - |
| YUV | 169.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 231 | 0.16 | 0.37 | 0 | 0.09 | 273.18 | 0.64 | 0.74 |
| Hex | C1 | 92 | E7 | 10 | 25 | 0 | 9 | 111 | 40 | 4A |
| Octal | 301 | 222 | 347 | 20 | 45 | 0 | 11 | 421 | 100 | 112 |
| Binary | 11000001 | 10010010 | 11100111 | 10000 | 100101 | 0 | 1001 | 100010001 | 1000000 | 1001010 |
Color Harmonies of #C192E7
Complementary color
Monochromatic Colors of #C192E7
Black with #C192E7
Text Example
Text Example
White with #C192E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192E7; }
p { color: rgb(193,146,231); }
H1.HeaderClassName
{
color: #C192E7;
}
.AnyTagClassName
{
color: #C192E7;
}
</style>
background-color css
<style>
a { background-color: #C192E7; }
a { background-color: rgb(193,146,231); }
div.DivClassName
{
background-color: #C192E7;
}
.BgClassName
{
background-color: #C192E7;
}
</style>
border-color css
<style>
span { border-color: #C192E7; }
span { border-color: rgb(193,146,231); }
td.TdClassName
{
border-color: #C192E7;
}
.TagClassName
{
border-color: #C192E7;
}
</style>