Shades of Wisteria #C987DB
Tints of Wisteria #C987DB
RGB
CMYK
RGB Variations
Color information
#C987DB (or 0xC987DB) is known color: Wisteria. HEX triplet: C9, 87 and DB. RGB value is (201,135,219). Sum of RGB (Red+Green+Blue) = 201+135+219=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C987DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DB is #367824. Grayscale: #A4A4A4. Windows color (decimal): -3569701 or 14387145. OLE color: 14387145.
HSL color Cylindrical-coordinate representation of color #C987DB: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C987DB is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 135 | 219 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.14 |
| HSL | 287.14º | 0.54% | 0.69% | - |
| HSV(B) | 287.14º | 0.38% | 0.86% | - |
| XYZ | 45.54 | 34.86 | 71.35 | - |
| YUV | 164.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 219 | 0.08 | 0.38 | 0 | 0.14 | 287.14 | 0.54 | 0.69 |
| Hex | C9 | 87 | DB | 8 | 26 | 0 | E | 11F | 36 | 45 |
| Octal | 311 | 207 | 333 | 10 | 46 | 0 | 16 | 437 | 66 | 105 |
| Binary | 11001001 | 10000111 | 11011011 | 1000 | 100110 | 0 | 1110 | 100011111 | 110110 | 1000101 |
Color Harmonies of #C987DB
Complementary color
Monochromatic Colors of #C987DB
Black with #C987DB
Text Example
Text Example
White with #C987DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987DB; }
p { color: rgb(201,135,219); }
H1.HeaderClassName
{
color: #C987DB;
}
.AnyTagClassName
{
color: #C987DB;
}
</style>
background-color css
<style>
a { background-color: #C987DB; }
a { background-color: rgb(201,135,219); }
div.DivClassName
{
background-color: #C987DB;
}
.BgClassName
{
background-color: #C987DB;
}
</style>
border-color css
<style>
span { border-color: #C987DB; }
span { border-color: rgb(201,135,219); }
td.TdClassName
{
border-color: #C987DB;
}
.TagClassName
{
border-color: #C987DB;
}
</style>