Shades of Wisteria #C487DA
Tints of Wisteria #C487DA
RGB
CMYK
RGB Variations
Color information
#C487DA (or 0xC487DA) is known color: Wisteria. HEX triplet: C4, 87 and DA. RGB value is (196,135,218). Sum of RGB (Red+Green+Blue) = 196+135+218=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C487DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487DA is #3B7825. Grayscale: #A2A2A2. Windows color (decimal): -3897382 or 14321604. OLE color: 14321604.
HSL color Cylindrical-coordinate representation of color #C487DA: hue angle of 284.1º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C487DA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 135 | 218 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.15 |
| HSL | 284.1º | 0.53% | 0.69% | - |
| HSV(B) | 284.1º | 0.38% | 0.85% | - |
| XYZ | 44.08 | 34.13 | 70.59 | - |
| YUV | 162.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 218 | 0.10 | 0.38 | 0 | 0.15 | 284.1 | 0.53 | 0.69 |
| Hex | C4 | 87 | DA | A | 26 | 0 | F | 11C | 35 | 45 |
| Octal | 304 | 207 | 332 | 12 | 46 | 0 | 17 | 434 | 65 | 105 |
| Binary | 11000100 | 10000111 | 11011010 | 1010 | 100110 | 0 | 1111 | 100011100 | 110101 | 1000101 |
Color Harmonies of #C487DA
Complementary color
Monochromatic Colors of #C487DA
Black with #C487DA
Text Example
Text Example
White with #C487DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487DA; }
p { color: rgb(196,135,218); }
H1.HeaderClassName
{
color: #C487DA;
}
.AnyTagClassName
{
color: #C487DA;
}
</style>
background-color css
<style>
a { background-color: #C487DA; }
a { background-color: rgb(196,135,218); }
div.DivClassName
{
background-color: #C487DA;
}
.BgClassName
{
background-color: #C487DA;
}
</style>
border-color css
<style>
span { border-color: #C487DA; }
span { border-color: rgb(196,135,218); }
td.TdClassName
{
border-color: #C487DA;
}
.TagClassName
{
border-color: #C487DA;
}
</style>