Shades of Wisteria #C485E9
Tints of Wisteria #C485E9
RGB
CMYK
RGB Variations
Color information
#C485E9 (or 0xC485E9) is known color: Wisteria. HEX triplet: C4, 85 and E9. RGB value is (196,133,233). Sum of RGB (Red+Green+Blue) = 196+133+233=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #C485E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485E9 is #3B7A16. Grayscale: #A2A2A2. Windows color (decimal): -3897879 or 15304132. OLE color: 15304132.
HSL color Cylindrical-coordinate representation of color #C485E9: hue angle of 277.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C485E9 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 133 | 233 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.09 |
| HSL | 277.8º | 0.69% | 0.72% | - |
| HSV(B) | 277.8º | 0.43% | 0.91% | - |
| XYZ | 45.86 | 34.39 | 81.31 | - |
| YUV | 163.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 233 | 0.16 | 0.43 | 0 | 0.09 | 277.8 | 0.69 | 0.72 |
| Hex | C4 | 85 | E9 | 10 | 2B | 0 | 9 | 116 | 45 | 48 |
| Octal | 304 | 205 | 351 | 20 | 53 | 0 | 11 | 426 | 105 | 110 |
| Binary | 11000100 | 10000101 | 11101001 | 10000 | 101011 | 0 | 1001 | 100010110 | 1000101 | 1001000 |
Color Harmonies of #C485E9
Complementary color
Monochromatic Colors of #C485E9
Black with #C485E9
Text Example
Text Example
White with #C485E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485E9; }
p { color: rgb(196,133,233); }
H1.HeaderClassName
{
color: #C485E9;
}
.AnyTagClassName
{
color: #C485E9;
}
</style>
background-color css
<style>
a { background-color: #C485E9; }
a { background-color: rgb(196,133,233); }
div.DivClassName
{
background-color: #C485E9;
}
.BgClassName
{
background-color: #C485E9;
}
</style>
border-color css
<style>
span { border-color: #C485E9; }
span { border-color: rgb(196,133,233); }
td.TdClassName
{
border-color: #C485E9;
}
.TagClassName
{
border-color: #C485E9;
}
</style>