Shades of Wisteria #C485DF
Tints of Wisteria #C485DF
RGB
CMYK
RGB Variations
Color information
#C485DF (or 0xC485DF) is known color: Wisteria. HEX triplet: C4, 85 and DF. RGB value is (196,133,223). Sum of RGB (Red+Green+Blue) = 196+133+223=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #C485DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485DF is #3B7A20. Grayscale: #A1A1A1. Windows color (decimal): -3897889 or 14648772. OLE color: 14648772.
HSL color Cylindrical-coordinate representation of color #C485DF: hue angle of 282º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C485DF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 133 | 223 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.13 |
| HSL | 282º | 0.58% | 0.7% | - |
| HSV(B) | 282º | 0.4% | 0.87% | - |
| XYZ | 44.47 | 33.84 | 74 | - |
| YUV | 162.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 223 | 0.12 | 0.40 | 0 | 0.13 | 282 | 0.58 | 0.7 |
| Hex | C4 | 85 | DF | C | 28 | 0 | D | 11A | 3A | 46 |
| Octal | 304 | 205 | 337 | 14 | 50 | 0 | 15 | 432 | 72 | 106 |
| Binary | 11000100 | 10000101 | 11011111 | 1100 | 101000 | 0 | 1101 | 100011010 | 111010 | 1000110 |
Color Harmonies of #C485DF
Complementary color
Monochromatic Colors of #C485DF
Black with #C485DF
Text Example
Text Example
White with #C485DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485DF; }
p { color: rgb(196,133,223); }
H1.HeaderClassName
{
color: #C485DF;
}
.AnyTagClassName
{
color: #C485DF;
}
</style>
background-color css
<style>
a { background-color: #C485DF; }
a { background-color: rgb(196,133,223); }
div.DivClassName
{
background-color: #C485DF;
}
.BgClassName
{
background-color: #C485DF;
}
</style>
border-color css
<style>
span { border-color: #C485DF; }
span { border-color: rgb(196,133,223); }
td.TdClassName
{
border-color: #C485DF;
}
.TagClassName
{
border-color: #C485DF;
}
</style>