Shades of Wisteria #C887D5
Tints of Wisteria #C887D5
RGB
CMYK
RGB Variations
Color information
#C887D5 (or 0xC887D5) is known color: Wisteria. HEX triplet: C8, 87 and D5. RGB value is (200,135,213). Sum of RGB (Red+Green+Blue) = 200+135+213=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C887D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887D5 is #37782A. Grayscale: #A3A3A3. Windows color (decimal): -3635243 or 13993928. OLE color: 13993928.
HSL color Cylindrical-coordinate representation of color #C887D5: hue angle of 290º degrees, saturation: 0.48, 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 #C887D5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 135 | 213 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.16 |
| HSL | 290º | 0.48% | 0.68% | - |
| HSV(B) | 290º | 0.37% | 0.84% | - |
| XYZ | 44.49 | 34.41 | 67.25 | - |
| YUV | 163.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 213 | 0.06 | 0.37 | 0 | 0.16 | 290 | 0.48 | 0.68 |
| Hex | C8 | 87 | D5 | 6 | 25 | 0 | 10 | 122 | 30 | 44 |
| Octal | 310 | 207 | 325 | 6 | 45 | 0 | 20 | 442 | 60 | 104 |
| Binary | 11001000 | 10000111 | 11010101 | 110 | 100101 | 0 | 10000 | 100100010 | 110000 | 1000100 |
Color Harmonies of #C887D5
Complementary color
Monochromatic Colors of #C887D5
Black with #C887D5
Text Example
Text Example
White with #C887D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887D5; }
p { color: rgb(200,135,213); }
H1.HeaderClassName
{
color: #C887D5;
}
.AnyTagClassName
{
color: #C887D5;
}
</style>
background-color css
<style>
a { background-color: #C887D5; }
a { background-color: rgb(200,135,213); }
div.DivClassName
{
background-color: #C887D5;
}
.BgClassName
{
background-color: #C887D5;
}
</style>
border-color css
<style>
span { border-color: #C887D5; }
span { border-color: rgb(200,135,213); }
td.TdClassName
{
border-color: #C887D5;
}
.TagClassName
{
border-color: #C887D5;
}
</style>