Shades of Wisteria #C281E5
Tints of Wisteria #C281E5
RGB
CMYK
RGB Variations
Color information
#C281E5 (or 0xC281E5) is known color: Wisteria. HEX triplet: C2, 81 and E5. RGB value is (194,129,229). Sum of RGB (Red+Green+Blue) = 194+129+229=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #C281E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281E5 is #3D7E1A. Grayscale: #9F9F9F. Windows color (decimal): -4029979 or 15040962. OLE color: 15040962.
HSL color Cylindrical-coordinate representation of color #C281E5: hue angle of 279º degrees, saturation: 0.66, 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 #C281E5 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 129 | 229 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.10 |
| HSL | 279º | 0.66% | 0.7% | - |
| HSV(B) | 279º | 0.44% | 0.9% | - |
| XYZ | 44.24 | 32.83 | 78.13 | - |
| YUV | 159.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 229 | 0.15 | 0.44 | 0 | 0.10 | 279 | 0.66 | 0.7 |
| Hex | C2 | 81 | E5 | F | 2C | 0 | A | 117 | 42 | 46 |
| Octal | 302 | 201 | 345 | 17 | 54 | 0 | 12 | 427 | 102 | 106 |
| Binary | 11000010 | 10000001 | 11100101 | 1111 | 101100 | 0 | 1010 | 100010111 | 1000010 | 1000110 |
Color Harmonies of #C281E5
Complementary color
Monochromatic Colors of #C281E5
Black with #C281E5
Text Example
Text Example
White with #C281E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281E5; }
p { color: rgb(194,129,229); }
H1.HeaderClassName
{
color: #C281E5;
}
.AnyTagClassName
{
color: #C281E5;
}
</style>
background-color css
<style>
a { background-color: #C281E5; }
a { background-color: rgb(194,129,229); }
div.DivClassName
{
background-color: #C281E5;
}
.BgClassName
{
background-color: #C281E5;
}
</style>
border-color css
<style>
span { border-color: #C281E5; }
span { border-color: rgb(194,129,229); }
td.TdClassName
{
border-color: #C281E5;
}
.TagClassName
{
border-color: #C281E5;
}
</style>