Shades of Wisteria #C483DF
Tints of Wisteria #C483DF
RGB
CMYK
RGB Variations
Color information
#C483DF (or 0xC483DF) is known color: Wisteria. HEX triplet: C4, 83 and DF. RGB value is (196,131,223). Sum of RGB (Red+Green+Blue) = 196+131+223=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C483DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DF is #3B7C20. Grayscale: #A0A0A0. Windows color (decimal): -3898401 or 14648260. OLE color: 14648260.
HSL color Cylindrical-coordinate representation of color #C483DF: hue angle of 282.39º degrees, saturation: 0.59, 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 #C483DF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 131 | 223 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.13 |
| HSL | 282.39º | 0.59% | 0.69% | - |
| HSV(B) | 282.39º | 0.41% | 0.87% | - |
| XYZ | 44.2 | 33.3 | 73.91 | - |
| YUV | 160.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 223 | 0.12 | 0.41 | 0 | 0.13 | 282.39 | 0.59 | 0.69 |
| Hex | C4 | 83 | DF | C | 29 | 0 | D | 11A | 3B | 45 |
| Octal | 304 | 203 | 337 | 14 | 51 | 0 | 15 | 432 | 73 | 105 |
| Binary | 11000100 | 10000011 | 11011111 | 1100 | 101001 | 0 | 1101 | 100011010 | 111011 | 1000101 |
Color Harmonies of #C483DF
Complementary color
Monochromatic Colors of #C483DF
Black with #C483DF
Text Example
Text Example
White with #C483DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483DF; }
p { color: rgb(196,131,223); }
H1.HeaderClassName
{
color: #C483DF;
}
.AnyTagClassName
{
color: #C483DF;
}
</style>
background-color css
<style>
a { background-color: #C483DF; }
a { background-color: rgb(196,131,223); }
div.DivClassName
{
background-color: #C483DF;
}
.BgClassName
{
background-color: #C483DF;
}
</style>
border-color css
<style>
span { border-color: #C483DF; }
span { border-color: rgb(196,131,223); }
td.TdClassName
{
border-color: #C483DF;
}
.TagClassName
{
border-color: #C483DF;
}
</style>