Shades of Wisteria #C487E1
Tints of Wisteria #C487E1
RGB
CMYK
RGB Variations
Color information
#C487E1 (or 0xC487E1) is known color: Wisteria. HEX triplet: C4, 87 and E1. RGB value is (196,135,225). Sum of RGB (Red+Green+Blue) = 196+135+225=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #C487E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487E1 is #3B781E. Grayscale: #A3A3A3. Windows color (decimal): -3897375 or 14780356. OLE color: 14780356.
HSL color Cylindrical-coordinate representation of color #C487E1: hue angle of 280.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C487E1 is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 135 | 225 | - |
| CMYK | 0.13 | 0.4 | 0 | 0.12 |
| HSL | 280.67º | 0.6% | 0.71% | - |
| HSV(B) | 280.67º | 0.4% | 0.88% | - |
| XYZ | 45.02 | 34.5 | 75.52 | - |
| YUV | 163.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 225 | 0.13 | 0.4 | 0 | 0.12 | 280.67 | 0.6 | 0.71 |
| Hex | C4 | 87 | E1 | D | 28 | 0 | C | 119 | 3C | 47 |
| Octal | 304 | 207 | 341 | 15 | 50 | 0 | 14 | 431 | 74 | 107 |
| Binary | 11000100 | 10000111 | 11100001 | 1101 | 101000 | 0 | 1100 | 100011001 | 111100 | 1000111 |
Color Harmonies of #C487E1
Complementary color
Monochromatic Colors of #C487E1
Black with #C487E1
Text Example
Text Example
White with #C487E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487E1; }
p { color: rgb(196,135,225); }
H1.HeaderClassName
{
color: #C487E1;
}
.AnyTagClassName
{
color: #C487E1;
}
</style>
background-color css
<style>
a { background-color: #C487E1; }
a { background-color: rgb(196,135,225); }
div.DivClassName
{
background-color: #C487E1;
}
.BgClassName
{
background-color: #C487E1;
}
</style>
border-color css
<style>
span { border-color: #C487E1; }
span { border-color: rgb(196,135,225); }
td.TdClassName
{
border-color: #C487E1;
}
.TagClassName
{
border-color: #C487E1;
}
</style>