Shades of Wisteria #C180EC
Tints of Wisteria #C180EC
RGB
CMYK
RGB Variations
Color information
#C180EC (or 0xC180EC) is known color: Wisteria. HEX triplet: C1, 80 and EC. RGB value is (193,128,236). Sum of RGB (Red+Green+Blue) = 193+128+236=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #C180EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180EC is #3E7F13. Grayscale: #9F9F9F. Windows color (decimal): -4095764 or 15499457. OLE color: 15499457.
HSL color Cylindrical-coordinate representation of color #C180EC: hue angle of 276.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C180EC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 128 | 236 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276.11º | 0.74% | 0.71% | - |
| HSV(B) | 276.11º | 0.46% | 0.93% | - |
| XYZ | 44.85 | 32.83 | 83.33 | - |
| YUV | 159.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 236 | 0.18 | 0.46 | 0 | 0.07 | 276.11 | 0.74 | 0.71 |
| Hex | C1 | 80 | EC | 12 | 2E | 0 | 7 | 114 | 4A | 47 |
| Octal | 301 | 200 | 354 | 22 | 56 | 0 | 7 | 424 | 112 | 107 |
| Binary | 11000001 | 10000000 | 11101100 | 10010 | 101110 | 0 | 111 | 100010100 | 1001010 | 1000111 |
Color Harmonies of #C180EC
Complementary color
Monochromatic Colors of #C180EC
Black with #C180EC
Text Example
Text Example
White with #C180EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180EC; }
p { color: rgb(193,128,236); }
H1.HeaderClassName
{
color: #C180EC;
}
.AnyTagClassName
{
color: #C180EC;
}
</style>
background-color css
<style>
a { background-color: #C180EC; }
a { background-color: rgb(193,128,236); }
div.DivClassName
{
background-color: #C180EC;
}
.BgClassName
{
background-color: #C180EC;
}
</style>
border-color css
<style>
span { border-color: #C180EC; }
span { border-color: rgb(193,128,236); }
td.TdClassName
{
border-color: #C180EC;
}
.TagClassName
{
border-color: #C180EC;
}
</style>