Shades of Wisteria #C487D0
Tints of Wisteria #C487D0
RGB
CMYK
RGB Variations
Color information
#C487D0 (or 0xC487D0) is known color: Wisteria. HEX triplet: C4, 87 and D0. RGB value is (196,135,208). Sum of RGB (Red+Green+Blue) = 196+135+208=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #C487D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487D0 is #3B782F. Grayscale: #A1A1A1. Windows color (decimal): -3897392 or 13666244. OLE color: 13666244.
HSL color Cylindrical-coordinate representation of color #C487D0: hue angle of 290.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C487D0 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 135 | 208 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.18 |
| HSL | 290.14º | 0.44% | 0.67% | - |
| HSV(B) | 290.14º | 0.35% | 0.82% | - |
| XYZ | 42.81 | 33.62 | 63.91 | - |
| YUV | 161.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 208 | 0.06 | 0.35 | 0 | 0.18 | 290.14 | 0.44 | 0.67 |
| Hex | C4 | 87 | D0 | 6 | 23 | 0 | 12 | 122 | 2C | 43 |
| Octal | 304 | 207 | 320 | 6 | 43 | 0 | 22 | 442 | 54 | 103 |
| Binary | 11000100 | 10000111 | 11010000 | 110 | 100011 | 0 | 10010 | 100100010 | 101100 | 1000011 |
Color Harmonies of #C487D0
Complementary color
Monochromatic Colors of #C487D0
Black with #C487D0
Text Example
Text Example
White with #C487D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487D0; }
p { color: rgb(196,135,208); }
H1.HeaderClassName
{
color: #C487D0;
}
.AnyTagClassName
{
color: #C487D0;
}
</style>
background-color css
<style>
a { background-color: #C487D0; }
a { background-color: rgb(196,135,208); }
div.DivClassName
{
background-color: #C487D0;
}
.BgClassName
{
background-color: #C487D0;
}
</style>
border-color css
<style>
span { border-color: #C487D0; }
span { border-color: rgb(196,135,208); }
td.TdClassName
{
border-color: #C487D0;
}
.TagClassName
{
border-color: #C487D0;
}
</style>