Shades of Wisteria #C280E7
Tints of Wisteria #C280E7
RGB
CMYK
RGB Variations
Color information
#C280E7 (or 0xC280E7) is known color: Wisteria. HEX triplet: C2, 80 and E7. RGB value is (194,128,231). Sum of RGB (Red+Green+Blue) = 194+128+231=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #C280E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280E7 is #3D7F18. Grayscale: #9F9F9F. Windows color (decimal): -4030233 or 15171778. OLE color: 15171778.
HSL color Cylindrical-coordinate representation of color #C280E7: hue angle of 278.45º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C280E7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 128 | 231 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.09 |
| HSL | 278.45º | 0.68% | 0.7% | - |
| HSV(B) | 278.45º | 0.45% | 0.91% | - |
| XYZ | 44.39 | 32.68 | 79.57 | - |
| YUV | 159.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 231 | 0.16 | 0.45 | 0 | 0.09 | 278.45 | 0.68 | 0.7 |
| Hex | C2 | 80 | E7 | 10 | 2D | 0 | 9 | 116 | 44 | 46 |
| Octal | 302 | 200 | 347 | 20 | 55 | 0 | 11 | 426 | 104 | 106 |
| Binary | 11000010 | 10000000 | 11100111 | 10000 | 101101 | 0 | 1001 | 100010110 | 1000100 | 1000110 |
Color Harmonies of #C280E7
Complementary color
Monochromatic Colors of #C280E7
Black with #C280E7
Text Example
Text Example
White with #C280E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280E7; }
p { color: rgb(194,128,231); }
H1.HeaderClassName
{
color: #C280E7;
}
.AnyTagClassName
{
color: #C280E7;
}
</style>
background-color css
<style>
a { background-color: #C280E7; }
a { background-color: rgb(194,128,231); }
div.DivClassName
{
background-color: #C280E7;
}
.BgClassName
{
background-color: #C280E7;
}
</style>
border-color css
<style>
span { border-color: #C280E7; }
span { border-color: rgb(194,128,231); }
td.TdClassName
{
border-color: #C280E7;
}
.TagClassName
{
border-color: #C280E7;
}
</style>