Shades of Wisteria #C280EA
Tints of Wisteria #C280EA
RGB
CMYK
RGB Variations
Color information
#C280EA (or 0xC280EA) is known color: Wisteria. HEX triplet: C2, 80 and EA. RGB value is (194,128,234). Sum of RGB (Red+Green+Blue) = 194+128+234=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C280EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280EA is #3D7F15. Grayscale: #9F9F9F. Windows color (decimal): -4030230 or 15368386. OLE color: 15368386.
HSL color Cylindrical-coordinate representation of color #C280EA: hue angle of 277.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C280EA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 128 | 234 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.08 |
| HSL | 277.36º | 0.72% | 0.71% | - |
| HSV(B) | 277.36º | 0.45% | 0.92% | - |
| XYZ | 44.82 | 32.85 | 81.82 | - |
| YUV | 159.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 234 | 0.17 | 0.45 | 0 | 0.08 | 277.36 | 0.72 | 0.71 |
| Hex | C2 | 80 | EA | 11 | 2D | 0 | 8 | 115 | 48 | 47 |
| Octal | 302 | 200 | 352 | 21 | 55 | 0 | 10 | 425 | 110 | 107 |
| Binary | 11000010 | 10000000 | 11101010 | 10001 | 101101 | 0 | 1000 | 100010101 | 1001000 | 1000111 |
Color Harmonies of #C280EA
Complementary color
Monochromatic Colors of #C280EA
Black with #C280EA
Text Example
Text Example
White with #C280EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280EA; }
p { color: rgb(194,128,234); }
H1.HeaderClassName
{
color: #C280EA;
}
.AnyTagClassName
{
color: #C280EA;
}
</style>
background-color css
<style>
a { background-color: #C280EA; }
a { background-color: rgb(194,128,234); }
div.DivClassName
{
background-color: #C280EA;
}
.BgClassName
{
background-color: #C280EA;
}
</style>
border-color css
<style>
span { border-color: #C280EA; }
span { border-color: rgb(194,128,234); }
td.TdClassName
{
border-color: #C280EA;
}
.TagClassName
{
border-color: #C280EA;
}
</style>