Shades of Wisteria #C283D9
Tints of Wisteria #C283D9
RGB
CMYK
RGB Variations
Color information
#C283D9 (or 0xC283D9) is known color: Wisteria. HEX triplet: C2, 83 and D9. RGB value is (194,131,217). Sum of RGB (Red+Green+Blue) = 194+131+217=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #C283D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283D9 is #3D7C26. Grayscale: #9F9F9F. Windows color (decimal): -4029479 or 14255042. OLE color: 14255042.
HSL color Cylindrical-coordinate representation of color #C283D9: hue angle of 283.95º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C283D9 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 131 | 217 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.15 |
| HSL | 283.95º | 0.53% | 0.68% | - |
| HSV(B) | 283.95º | 0.4% | 0.85% | - |
| XYZ | 42.89 | 32.71 | 69.7 | - |
| YUV | 159.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 217 | 0.11 | 0.40 | 0 | 0.15 | 283.95 | 0.53 | 0.68 |
| Hex | C2 | 83 | D9 | B | 28 | 0 | F | 11C | 35 | 44 |
| Octal | 302 | 203 | 331 | 13 | 50 | 0 | 17 | 434 | 65 | 104 |
| Binary | 11000010 | 10000011 | 11011001 | 1011 | 101000 | 0 | 1111 | 100011100 | 110101 | 1000100 |
Color Harmonies of #C283D9
Complementary color
Monochromatic Colors of #C283D9
Black with #C283D9
Text Example
Text Example
White with #C283D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283D9; }
p { color: rgb(194,131,217); }
H1.HeaderClassName
{
color: #C283D9;
}
.AnyTagClassName
{
color: #C283D9;
}
</style>
background-color css
<style>
a { background-color: #C283D9; }
a { background-color: rgb(194,131,217); }
div.DivClassName
{
background-color: #C283D9;
}
.BgClassName
{
background-color: #C283D9;
}
</style>
border-color css
<style>
span { border-color: #C283D9; }
span { border-color: rgb(194,131,217); }
td.TdClassName
{
border-color: #C283D9;
}
.TagClassName
{
border-color: #C283D9;
}
</style>