Shades of Wisteria #C280EE
Tints of Wisteria #C280EE
RGB
CMYK
RGB Variations
Color information
#C280EE (or 0xC280EE) is known color: Wisteria. HEX triplet: C2, 80 and EE. RGB value is (194,128,238). Sum of RGB (Red+Green+Blue) = 194+128+238=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #C280EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280EE is #3D7F11. Grayscale: #9F9F9F. Windows color (decimal): -4030226 or 15630530. OLE color: 15630530.
HSL color Cylindrical-coordinate representation of color #C280EE: hue angle of 276º degrees, saturation: 0.76, 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 #C280EE is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 128 | 238 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276º | 0.76% | 0.72% | - |
| HSV(B) | 276º | 0.46% | 0.93% | - |
| XYZ | 45.4 | 33.08 | 84.88 | - |
| YUV | 160.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 238 | 0.18 | 0.46 | 0 | 0.07 | 276 | 0.76 | 0.72 |
| Hex | C2 | 80 | EE | 12 | 2E | 0 | 7 | 114 | 4C | 48 |
| Octal | 302 | 200 | 356 | 22 | 56 | 0 | 7 | 424 | 114 | 110 |
| Binary | 11000010 | 10000000 | 11101110 | 10010 | 101110 | 0 | 111 | 100010100 | 1001100 | 1001000 |
Color Harmonies of #C280EE
Complementary color
Monochromatic Colors of #C280EE
Black with #C280EE
Text Example
Text Example
White with #C280EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280EE; }
p { color: rgb(194,128,238); }
H1.HeaderClassName
{
color: #C280EE;
}
.AnyTagClassName
{
color: #C280EE;
}
</style>
background-color css
<style>
a { background-color: #C280EE; }
a { background-color: rgb(194,128,238); }
div.DivClassName
{
background-color: #C280EE;
}
.BgClassName
{
background-color: #C280EE;
}
</style>
border-color css
<style>
span { border-color: #C280EE; }
span { border-color: rgb(194,128,238); }
td.TdClassName
{
border-color: #C280EE;
}
.TagClassName
{
border-color: #C280EE;
}
</style>