Shades of Wisteria #C185EC
Tints of Wisteria #C185EC
RGB
CMYK
RGB Variations
Color information
#C185EC (or 0xC185EC) is known color: Wisteria. HEX triplet: C1, 85 and EC. RGB value is (193,133,236). Sum of RGB (Red+Green+Blue) = 193+133+236=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #C185EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185EC is #3E7A13. Grayscale: #A2A2A2. Windows color (decimal): -4094484 or 15500737. OLE color: 15500737.
HSL color Cylindrical-coordinate representation of color #C185EC: hue angle of 274.95º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C185EC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 133 | 236 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.07 |
| HSL | 274.95º | 0.73% | 0.72% | - |
| HSV(B) | 274.95º | 0.44% | 0.93% | - |
| XYZ | 45.52 | 34.17 | 83.55 | - |
| YUV | 162.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 236 | 0.18 | 0.44 | 0 | 0.07 | 274.95 | 0.73 | 0.72 |
| Hex | C1 | 85 | EC | 12 | 2C | 0 | 7 | 113 | 49 | 48 |
| Octal | 301 | 205 | 354 | 22 | 54 | 0 | 7 | 423 | 111 | 110 |
| Binary | 11000001 | 10000101 | 11101100 | 10010 | 101100 | 0 | 111 | 100010011 | 1001001 | 1001000 |
Color Harmonies of #C185EC
Complementary color
Monochromatic Colors of #C185EC
Black with #C185EC
Text Example
Text Example
White with #C185EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185EC; }
p { color: rgb(193,133,236); }
H1.HeaderClassName
{
color: #C185EC;
}
.AnyTagClassName
{
color: #C185EC;
}
</style>
background-color css
<style>
a { background-color: #C185EC; }
a { background-color: rgb(193,133,236); }
div.DivClassName
{
background-color: #C185EC;
}
.BgClassName
{
background-color: #C185EC;
}
</style>
border-color css
<style>
span { border-color: #C185EC; }
span { border-color: rgb(193,133,236); }
td.TdClassName
{
border-color: #C185EC;
}
.TagClassName
{
border-color: #C185EC;
}
</style>