Shades of Wisteria #C280ED
Tints of Wisteria #C280ED
RGB
CMYK
RGB Variations
Color information
#C280ED (or 0xC280ED) is known color: Wisteria. HEX triplet: C2, 80 and ED. RGB value is (194,128,237). Sum of RGB (Red+Green+Blue) = 194+128+237=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C280ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280ED is #3D7F12. Grayscale: #9F9F9F. Windows color (decimal): -4030227 or 15564994. OLE color: 15564994.
HSL color Cylindrical-coordinate representation of color #C280ED: hue angle of 276.33º 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 #C280ED is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 128 | 237 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276.33º | 0.75% | 0.72% | - |
| HSV(B) | 276.33º | 0.46% | 0.93% | - |
| XYZ | 45.25 | 33.02 | 84.11 | - |
| YUV | 160.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 237 | 0.18 | 0.46 | 0 | 0.07 | 276.33 | 0.75 | 0.72 |
| Hex | C2 | 80 | ED | 12 | 2E | 0 | 7 | 114 | 4B | 48 |
| Octal | 302 | 200 | 355 | 22 | 56 | 0 | 7 | 424 | 113 | 110 |
| Binary | 11000010 | 10000000 | 11101101 | 10010 | 101110 | 0 | 111 | 100010100 | 1001011 | 1001000 |
Color Harmonies of #C280ED
Complementary color
Monochromatic Colors of #C280ED
Black with #C280ED
Text Example
Text Example
White with #C280ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280ED; }
p { color: rgb(194,128,237); }
H1.HeaderClassName
{
color: #C280ED;
}
.AnyTagClassName
{
color: #C280ED;
}
</style>
background-color css
<style>
a { background-color: #C280ED; }
a { background-color: rgb(194,128,237); }
div.DivClassName
{
background-color: #C280ED;
}
.BgClassName
{
background-color: #C280ED;
}
</style>
border-color css
<style>
span { border-color: #C280ED; }
span { border-color: rgb(194,128,237); }
td.TdClassName
{
border-color: #C280ED;
}
.TagClassName
{
border-color: #C280ED;
}
</style>