Shades of Wisteria #C280E6
Tints of Wisteria #C280E6
RGB
CMYK
RGB Variations
Color information
#C280E6 (or 0xC280E6) is known color: Wisteria. HEX triplet: C2, 80 and E6. RGB value is (194,128,230). Sum of RGB (Red+Green+Blue) = 194+128+230=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #C280E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280E6 is #3D7F19. Grayscale: #9F9F9F. Windows color (decimal): -4030234 or 15106242. OLE color: 15106242.
HSL color Cylindrical-coordinate representation of color #C280E6: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C280E6 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 128 | 230 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.10 |
| HSL | 278.82º | 0.67% | 0.7% | - |
| HSV(B) | 278.82º | 0.44% | 0.9% | - |
| XYZ | 44.25 | 32.62 | 78.83 | - |
| YUV | 159.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 230 | 0.16 | 0.44 | 0 | 0.10 | 278.82 | 0.67 | 0.7 |
| Hex | C2 | 80 | E6 | 10 | 2C | 0 | A | 117 | 43 | 46 |
| Octal | 302 | 200 | 346 | 20 | 54 | 0 | 12 | 427 | 103 | 106 |
| Binary | 11000010 | 10000000 | 11100110 | 10000 | 101100 | 0 | 1010 | 100010111 | 1000011 | 1000110 |
Color Harmonies of #C280E6
Complementary color
Monochromatic Colors of #C280E6
Black with #C280E6
Text Example
Text Example
White with #C280E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280E6; }
p { color: rgb(194,128,230); }
H1.HeaderClassName
{
color: #C280E6;
}
.AnyTagClassName
{
color: #C280E6;
}
</style>
background-color css
<style>
a { background-color: #C280E6; }
a { background-color: rgb(194,128,230); }
div.DivClassName
{
background-color: #C280E6;
}
.BgClassName
{
background-color: #C280E6;
}
</style>
border-color css
<style>
span { border-color: #C280E6; }
span { border-color: rgb(194,128,230); }
td.TdClassName
{
border-color: #C280E6;
}
.TagClassName
{
border-color: #C280E6;
}
</style>