Shades of Wisteria #C483DD
Tints of Wisteria #C483DD
RGB
CMYK
RGB Variations
Color information
#C483DD (or 0xC483DD) is known color: Wisteria. HEX triplet: C4, 83 and DD. RGB value is (196,131,221). Sum of RGB (Red+Green+Blue) = 196+131+221=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C483DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DD is #3B7C22. Grayscale: #A0A0A0. Windows color (decimal): -3898403 or 14517188. OLE color: 14517188.
HSL color Cylindrical-coordinate representation of color #C483DD: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C483DD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 131 | 221 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.13 |
| HSL | 283.33º | 0.57% | 0.69% | - |
| HSV(B) | 283.33º | 0.41% | 0.87% | - |
| XYZ | 43.93 | 33.19 | 72.5 | - |
| YUV | 160.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 221 | 0.11 | 0.41 | 0 | 0.13 | 283.33 | 0.57 | 0.69 |
| Hex | C4 | 83 | DD | B | 29 | 0 | D | 11B | 39 | 45 |
| Octal | 304 | 203 | 335 | 13 | 51 | 0 | 15 | 433 | 71 | 105 |
| Binary | 11000100 | 10000011 | 11011101 | 1011 | 101001 | 0 | 1101 | 100011011 | 111001 | 1000101 |
Color Harmonies of #C483DD
Complementary color
Monochromatic Colors of #C483DD
Black with #C483DD
Text Example
Text Example
White with #C483DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483DD; }
p { color: rgb(196,131,221); }
H1.HeaderClassName
{
color: #C483DD;
}
.AnyTagClassName
{
color: #C483DD;
}
</style>
background-color css
<style>
a { background-color: #C483DD; }
a { background-color: rgb(196,131,221); }
div.DivClassName
{
background-color: #C483DD;
}
.BgClassName
{
background-color: #C483DD;
}
</style>
border-color css
<style>
span { border-color: #C483DD; }
span { border-color: rgb(196,131,221); }
td.TdClassName
{
border-color: #C483DD;
}
.TagClassName
{
border-color: #C483DD;
}
</style>