Shades of Wisteria #C883D9
Tints of Wisteria #C883D9
RGB
CMYK
RGB Variations
Color information
#C883D9 (or 0xC883D9) is known color: Wisteria. HEX triplet: C8, 83 and D9. RGB value is (200,131,217). Sum of RGB (Red+Green+Blue) = 200+131+217=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #C883D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883D9 is #377C26. Grayscale: #A1A1A1. Windows color (decimal): -3636263 or 14255048. OLE color: 14255048.
HSL color Cylindrical-coordinate representation of color #C883D9: hue angle of 288.14º 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 #C883D9 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 131 | 217 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.15 |
| HSL | 288.14º | 0.53% | 0.68% | - |
| HSV(B) | 288.14º | 0.4% | 0.85% | - |
| XYZ | 44.46 | 33.52 | 69.77 | - |
| YUV | 161.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 217 | 0.08 | 0.40 | 0 | 0.15 | 288.14 | 0.53 | 0.68 |
| Hex | C8 | 83 | D9 | 8 | 28 | 0 | F | 120 | 35 | 44 |
| Octal | 310 | 203 | 331 | 10 | 50 | 0 | 17 | 440 | 65 | 104 |
| Binary | 11001000 | 10000011 | 11011001 | 1000 | 101000 | 0 | 1111 | 100100000 | 110101 | 1000100 |
Color Harmonies of #C883D9
Complementary color
Monochromatic Colors of #C883D9
Black with #C883D9
Text Example
Text Example
White with #C883D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883D9; }
p { color: rgb(200,131,217); }
H1.HeaderClassName
{
color: #C883D9;
}
.AnyTagClassName
{
color: #C883D9;
}
</style>
background-color css
<style>
a { background-color: #C883D9; }
a { background-color: rgb(200,131,217); }
div.DivClassName
{
background-color: #C883D9;
}
.BgClassName
{
background-color: #C883D9;
}
</style>
border-color css
<style>
span { border-color: #C883D9; }
span { border-color: rgb(200,131,217); }
td.TdClassName
{
border-color: #C883D9;
}
.TagClassName
{
border-color: #C883D9;
}
</style>