Shades of Wisteria #C180ED
Tints of Wisteria #C180ED
RGB
CMYK
RGB Variations
Color information
#C180ED (or 0xC180ED) is known color: Wisteria. HEX triplet: C1, 80 and ED. RGB value is (193,128,237). Sum of RGB (Red+Green+Blue) = 193+128+237=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #C180ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180ED is #3E7F12. Grayscale: #9F9F9F. Windows color (decimal): -4095763 or 15564993. OLE color: 15564993.
HSL color Cylindrical-coordinate representation of color #C180ED: hue angle of 275.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C180ED is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 128 | 237 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 275.78º | 0.75% | 0.72% | - |
| HSV(B) | 275.78º | 0.46% | 0.93% | - |
| XYZ | 45 | 32.89 | 84.1 | - |
| YUV | 159.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 237 | 0.19 | 0.46 | 0 | 0.07 | 275.78 | 0.75 | 0.72 |
| Hex | C1 | 80 | ED | 13 | 2E | 0 | 7 | 114 | 4B | 48 |
| Octal | 301 | 200 | 355 | 23 | 56 | 0 | 7 | 424 | 113 | 110 |
| Binary | 11000001 | 10000000 | 11101101 | 10011 | 101110 | 0 | 111 | 100010100 | 1001011 | 1001000 |
Color Harmonies of #C180ED
Complementary color
Monochromatic Colors of #C180ED
Black with #C180ED
Text Example
Text Example
White with #C180ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180ED; }
p { color: rgb(193,128,237); }
H1.HeaderClassName
{
color: #C180ED;
}
.AnyTagClassName
{
color: #C180ED;
}
</style>
background-color css
<style>
a { background-color: #C180ED; }
a { background-color: rgb(193,128,237); }
div.DivClassName
{
background-color: #C180ED;
}
.BgClassName
{
background-color: #C180ED;
}
</style>
border-color css
<style>
span { border-color: #C180ED; }
span { border-color: rgb(193,128,237); }
td.TdClassName
{
border-color: #C180ED;
}
.TagClassName
{
border-color: #C180ED;
}
</style>