Shades of Wisteria #C184EB
Tints of Wisteria #C184EB
RGB
CMYK
RGB Variations
Color information
#C184EB (or 0xC184EB) is known color: Wisteria. HEX triplet: C1, 84 and EB. RGB value is (193,132,235). Sum of RGB (Red+Green+Blue) = 193+132+235=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #C184EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184EB is #3E7B14. Grayscale: #A1A1A1. Windows color (decimal): -4094741 or 15434945. OLE color: 15434945.
HSL color Cylindrical-coordinate representation of color #C184EB: hue angle of 275.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C184EB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 132 | 235 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 275.53º | 0.72% | 0.72% | - |
| HSV(B) | 275.53º | 0.44% | 0.92% | - |
| XYZ | 45.24 | 33.84 | 82.74 | - |
| YUV | 161.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 235 | 0.18 | 0.44 | 0 | 0.08 | 275.53 | 0.72 | 0.72 |
| Hex | C1 | 84 | EB | 12 | 2C | 0 | 8 | 114 | 48 | 48 |
| Octal | 301 | 204 | 353 | 22 | 54 | 0 | 10 | 424 | 110 | 110 |
| Binary | 11000001 | 10000100 | 11101011 | 10010 | 101100 | 0 | 1000 | 100010100 | 1001000 | 1001000 |
Color Harmonies of #C184EB
Complementary color
Monochromatic Colors of #C184EB
Black with #C184EB
Text Example
Text Example
White with #C184EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184EB; }
p { color: rgb(193,132,235); }
H1.HeaderClassName
{
color: #C184EB;
}
.AnyTagClassName
{
color: #C184EB;
}
</style>
background-color css
<style>
a { background-color: #C184EB; }
a { background-color: rgb(193,132,235); }
div.DivClassName
{
background-color: #C184EB;
}
.BgClassName
{
background-color: #C184EB;
}
</style>
border-color css
<style>
span { border-color: #C184EB; }
span { border-color: rgb(193,132,235); }
td.TdClassName
{
border-color: #C184EB;
}
.TagClassName
{
border-color: #C184EB;
}
</style>