Shades of Wisteria #C192EB
Tints of Wisteria #C192EB
RGB
CMYK
RGB Variations
Color information
#C192EB (or 0xC192EB) is known color: Wisteria. HEX triplet: C1, 92 and EB. RGB value is (193,146,235). Sum of RGB (Red+Green+Blue) = 193+146+235=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C192EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192EB is #3E6D14. Grayscale: #A9A9A9. Windows color (decimal): -4091157 or 15438529. OLE color: 15438529.
HSL color Cylindrical-coordinate representation of color #C192EB: hue angle of 271.69º degrees, saturation: 0.69, 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 #C192EB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 146 | 235 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.08 |
| HSL | 271.69º | 0.69% | 0.75% | - |
| HSV(B) | 271.69º | 0.38% | 0.92% | - |
| XYZ | 47.27 | 37.89 | 83.42 | - |
| YUV | 170.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 235 | 0.18 | 0.38 | 0 | 0.08 | 271.69 | 0.69 | 0.75 |
| Hex | C1 | 92 | EB | 12 | 26 | 0 | 8 | 110 | 45 | 4B |
| Octal | 301 | 222 | 353 | 22 | 46 | 0 | 10 | 420 | 105 | 113 |
| Binary | 11000001 | 10010010 | 11101011 | 10010 | 100110 | 0 | 1000 | 100010000 | 1000101 | 1001011 |
Color Harmonies of #C192EB
Complementary color
Monochromatic Colors of #C192EB
Black with #C192EB
Text Example
Text Example
White with #C192EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192EB; }
p { color: rgb(193,146,235); }
H1.HeaderClassName
{
color: #C192EB;
}
.AnyTagClassName
{
color: #C192EB;
}
</style>
background-color css
<style>
a { background-color: #C192EB; }
a { background-color: rgb(193,146,235); }
div.DivClassName
{
background-color: #C192EB;
}
.BgClassName
{
background-color: #C192EB;
}
</style>
border-color css
<style>
span { border-color: #C192EB; }
span { border-color: rgb(193,146,235); }
td.TdClassName
{
border-color: #C192EB;
}
.TagClassName
{
border-color: #C192EB;
}
</style>