Shades of Wisteria #C487D4
Tints of Wisteria #C487D4
RGB
CMYK
RGB Variations
Color information
#C487D4 (or 0xC487D4) is known color: Wisteria. HEX triplet: C4, 87 and D4. RGB value is (196,135,212). Sum of RGB (Red+Green+Blue) = 196+135+212=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #C487D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487D4 is #3B782B. Grayscale: #A1A1A1. Windows color (decimal): -3897388 or 13928388. OLE color: 13928388.
HSL color Cylindrical-coordinate representation of color #C487D4: hue angle of 287.53º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C487D4 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 135 | 212 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.17 |
| HSL | 287.53º | 0.47% | 0.68% | - |
| HSV(B) | 287.53º | 0.36% | 0.83% | - |
| XYZ | 43.31 | 33.82 | 66.53 | - |
| YUV | 162.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 212 | 0.08 | 0.36 | 0 | 0.17 | 287.53 | 0.47 | 0.68 |
| Hex | C4 | 87 | D4 | 8 | 24 | 0 | 11 | 120 | 2F | 44 |
| Octal | 304 | 207 | 324 | 10 | 44 | 0 | 21 | 440 | 57 | 104 |
| Binary | 11000100 | 10000111 | 11010100 | 1000 | 100100 | 0 | 10001 | 100100000 | 101111 | 1000100 |
Color Harmonies of #C487D4
Complementary color
Monochromatic Colors of #C487D4
Black with #C487D4
Text Example
Text Example
White with #C487D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487D4; }
p { color: rgb(196,135,212); }
H1.HeaderClassName
{
color: #C487D4;
}
.AnyTagClassName
{
color: #C487D4;
}
</style>
background-color css
<style>
a { background-color: #C487D4; }
a { background-color: rgb(196,135,212); }
div.DivClassName
{
background-color: #C487D4;
}
.BgClassName
{
background-color: #C487D4;
}
</style>
border-color css
<style>
span { border-color: #C487D4; }
span { border-color: rgb(196,135,212); }
td.TdClassName
{
border-color: #C487D4;
}
.TagClassName
{
border-color: #C487D4;
}
</style>