Shades of Wisteria #C887D6
Tints of Wisteria #C887D6
RGB
CMYK
RGB Variations
Color information
#C887D6 (or 0xC887D6) is known color: Wisteria. HEX triplet: C8, 87 and D6. RGB value is (200,135,214). Sum of RGB (Red+Green+Blue) = 200+135+214=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #C887D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887D6 is #377829. Grayscale: #A3A3A3. Windows color (decimal): -3635242 or 14059464. OLE color: 14059464.
HSL color Cylindrical-coordinate representation of color #C887D6: hue angle of 289.37º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C887D6 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 135 | 214 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.16 |
| HSL | 289.37º | 0.49% | 0.68% | - |
| HSV(B) | 289.37º | 0.37% | 0.84% | - |
| XYZ | 44.62 | 34.46 | 67.92 | - |
| YUV | 163.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 214 | 0.07 | 0.37 | 0 | 0.16 | 289.37 | 0.49 | 0.68 |
| Hex | C8 | 87 | D6 | 7 | 25 | 0 | 10 | 121 | 31 | 44 |
| Octal | 310 | 207 | 326 | 7 | 45 | 0 | 20 | 441 | 61 | 104 |
| Binary | 11001000 | 10000111 | 11010110 | 111 | 100101 | 0 | 10000 | 100100001 | 110001 | 1000100 |
Color Harmonies of #C887D6
Complementary color
Monochromatic Colors of #C887D6
Black with #C887D6
Text Example
Text Example
White with #C887D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887D6; }
p { color: rgb(200,135,214); }
H1.HeaderClassName
{
color: #C887D6;
}
.AnyTagClassName
{
color: #C887D6;
}
</style>
background-color css
<style>
a { background-color: #C887D6; }
a { background-color: rgb(200,135,214); }
div.DivClassName
{
background-color: #C887D6;
}
.BgClassName
{
background-color: #C887D6;
}
</style>
border-color css
<style>
span { border-color: #C887D6; }
span { border-color: rgb(200,135,214); }
td.TdClassName
{
border-color: #C887D6;
}
.TagClassName
{
border-color: #C887D6;
}
</style>