Shades of Wisteria #C192EA
Tints of Wisteria #C192EA
RGB
CMYK
RGB Variations
Color information
#C192EA (or 0xC192EA) is known color: Wisteria. HEX triplet: C1, 92 and EA. RGB value is (193,146,234). Sum of RGB (Red+Green+Blue) = 193+146+234=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C192EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192EA is #3E6D15. Grayscale: #A9A9A9. Windows color (decimal): -4091158 or 15372993. OLE color: 15372993.
HSL color Cylindrical-coordinate representation of color #C192EA: hue angle of 272.05º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C192EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 146 | 234 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.08 |
| HSL | 272.05º | 0.68% | 0.75% | - |
| HSV(B) | 272.05º | 0.38% | 0.92% | - |
| XYZ | 47.12 | 37.84 | 82.66 | - |
| YUV | 170.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 234 | 0.18 | 0.38 | 0 | 0.08 | 272.05 | 0.68 | 0.75 |
| Hex | C1 | 92 | EA | 12 | 26 | 0 | 8 | 110 | 44 | 4B |
| Octal | 301 | 222 | 352 | 22 | 46 | 0 | 10 | 420 | 104 | 113 |
| Binary | 11000001 | 10010010 | 11101010 | 10010 | 100110 | 0 | 1000 | 100010000 | 1000100 | 1001011 |
Color Harmonies of #C192EA
Complementary color
Monochromatic Colors of #C192EA
Black with #C192EA
Text Example
Text Example
White with #C192EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192EA; }
p { color: rgb(193,146,234); }
H1.HeaderClassName
{
color: #C192EA;
}
.AnyTagClassName
{
color: #C192EA;
}
</style>
background-color css
<style>
a { background-color: #C192EA; }
a { background-color: rgb(193,146,234); }
div.DivClassName
{
background-color: #C192EA;
}
.BgClassName
{
background-color: #C192EA;
}
</style>
border-color css
<style>
span { border-color: #C192EA; }
span { border-color: rgb(193,146,234); }
td.TdClassName
{
border-color: #C192EA;
}
.TagClassName
{
border-color: #C192EA;
}
</style>