Shades of Wisteria #C183EB
Tints of Wisteria #C183EB
RGB
CMYK
RGB Variations
Color information
#C183EB (or 0xC183EB) is known color: Wisteria. HEX triplet: C1, 83 and EB. RGB value is (193,131,235). Sum of RGB (Red+Green+Blue) = 193+131+235=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #C183EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C183EB is #3E7C14. Grayscale: #A1A1A1. Windows color (decimal): -4094997 or 15434689. OLE color: 15434689.
HSL color Cylindrical-coordinate representation of color #C183EB: hue angle of 275.77º 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 #C183EB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 131 | 235 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 275.77º | 0.72% | 0.72% | - |
| HSV(B) | 275.77º | 0.44% | 0.92% | - |
| XYZ | 45.1 | 33.57 | 82.7 | - |
| YUV | 161.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 235 | 0.18 | 0.44 | 0 | 0.08 | 275.77 | 0.72 | 0.72 |
| Hex | C1 | 83 | EB | 12 | 2C | 0 | 8 | 114 | 48 | 48 |
| Octal | 301 | 203 | 353 | 22 | 54 | 0 | 10 | 424 | 110 | 110 |
| Binary | 11000001 | 10000011 | 11101011 | 10010 | 101100 | 0 | 1000 | 100010100 | 1001000 | 1001000 |
Color Harmonies of #C183EB
Complementary color
Monochromatic Colors of #C183EB
Black with #C183EB
Text Example
Text Example
White with #C183EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183EB; }
p { color: rgb(193,131,235); }
H1.HeaderClassName
{
color: #C183EB;
}
.AnyTagClassName
{
color: #C183EB;
}
</style>
background-color css
<style>
a { background-color: #C183EB; }
a { background-color: rgb(193,131,235); }
div.DivClassName
{
background-color: #C183EB;
}
.BgClassName
{
background-color: #C183EB;
}
</style>
border-color css
<style>
span { border-color: #C183EB; }
span { border-color: rgb(193,131,235); }
td.TdClassName
{
border-color: #C183EB;
}
.TagClassName
{
border-color: #C183EB;
}
</style>