Shades of Wisteria #C984DB
Tints of Wisteria #C984DB
RGB
CMYK
RGB Variations
Color information
#C984DB (or 0xC984DB) is known color: Wisteria. HEX triplet: C9, 84 and DB. RGB value is (201,132,219). Sum of RGB (Red+Green+Blue) = 201+132+219=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C984DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984DB is #367B24. Grayscale: #A2A2A2. Windows color (decimal): -3570469 or 14386377. OLE color: 14386377.
HSL color Cylindrical-coordinate representation of color #C984DB: hue angle of 287.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C984DB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 132 | 219 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.14 |
| HSL | 287.59º | 0.55% | 0.69% | - |
| HSV(B) | 287.59º | 0.4% | 0.86% | - |
| XYZ | 45.12 | 34.03 | 71.21 | - |
| YUV | 162.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 219 | 0.08 | 0.40 | 0 | 0.14 | 287.59 | 0.55 | 0.69 |
| Hex | C9 | 84 | DB | 8 | 28 | 0 | E | 120 | 37 | 45 |
| Octal | 311 | 204 | 333 | 10 | 50 | 0 | 16 | 440 | 67 | 105 |
| Binary | 11001001 | 10000100 | 11011011 | 1000 | 101000 | 0 | 1110 | 100100000 | 110111 | 1000101 |
Color Harmonies of #C984DB
Complementary color
Monochromatic Colors of #C984DB
Black with #C984DB
Text Example
Text Example
White with #C984DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984DB; }
p { color: rgb(201,132,219); }
H1.HeaderClassName
{
color: #C984DB;
}
.AnyTagClassName
{
color: #C984DB;
}
</style>
background-color css
<style>
a { background-color: #C984DB; }
a { background-color: rgb(201,132,219); }
div.DivClassName
{
background-color: #C984DB;
}
.BgClassName
{
background-color: #C984DB;
}
</style>
border-color css
<style>
span { border-color: #C984DB; }
span { border-color: rgb(201,132,219); }
td.TdClassName
{
border-color: #C984DB;
}
.TagClassName
{
border-color: #C984DB;
}
</style>