Shades of Wisteria #C281EA
Tints of Wisteria #C281EA
RGB
CMYK
RGB Variations
Color information
#C281EA (or 0xC281EA) is known color: Wisteria. HEX triplet: C2, 81 and EA. RGB value is (194,129,234). Sum of RGB (Red+Green+Blue) = 194+129+234=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #C281EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C281EA is #3D7E15. Grayscale: #A0A0A0. Windows color (decimal): -4029974 or 15368642. OLE color: 15368642.
HSL color Cylindrical-coordinate representation of color #C281EA: hue angle of 277.14º degrees, saturation: 0.71, 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 #C281EA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 129 | 234 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.08 |
| HSL | 277.14º | 0.71% | 0.71% | - |
| HSV(B) | 277.14º | 0.45% | 0.92% | - |
| XYZ | 44.95 | 33.11 | 81.86 | - |
| YUV | 160.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 234 | 0.17 | 0.45 | 0 | 0.08 | 277.14 | 0.71 | 0.71 |
| Hex | C2 | 81 | EA | 11 | 2D | 0 | 8 | 115 | 47 | 47 |
| Octal | 302 | 201 | 352 | 21 | 55 | 0 | 10 | 425 | 107 | 107 |
| Binary | 11000010 | 10000001 | 11101010 | 10001 | 101101 | 0 | 1000 | 100010101 | 1000111 | 1000111 |
Color Harmonies of #C281EA
Complementary color
Monochromatic Colors of #C281EA
Black with #C281EA
Text Example
Text Example
White with #C281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281EA; }
p { color: rgb(194,129,234); }
H1.HeaderClassName
{
color: #C281EA;
}
.AnyTagClassName
{
color: #C281EA;
}
</style>
background-color css
<style>
a { background-color: #C281EA; }
a { background-color: rgb(194,129,234); }
div.DivClassName
{
background-color: #C281EA;
}
.BgClassName
{
background-color: #C281EA;
}
</style>
border-color css
<style>
span { border-color: #C281EA; }
span { border-color: rgb(194,129,234); }
td.TdClassName
{
border-color: #C281EA;
}
.TagClassName
{
border-color: #C281EA;
}
</style>