Shades of Wisteria #C989DF
Tints of Wisteria #C989DF
RGB
CMYK
RGB Variations
Color information
#C989DF (or 0xC989DF) is known color: Wisteria. HEX triplet: C9, 89 and DF. RGB value is (201,137,223). Sum of RGB (Red+Green+Blue) = 201+137+223=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C989DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989DF is #367620. Grayscale: #A5A5A5. Windows color (decimal): -3569185 or 14649801. OLE color: 14649801.
HSL color Cylindrical-coordinate representation of color #C989DF: hue angle of 284.65º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C989DF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 137 | 223 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.13 |
| HSL | 284.65º | 0.57% | 0.71% | - |
| HSV(B) | 284.65º | 0.39% | 0.87% | - |
| XYZ | 46.35 | 35.64 | 74.25 | - |
| YUV | 165.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 223 | 0.10 | 0.39 | 0 | 0.13 | 284.65 | 0.57 | 0.71 |
| Hex | C9 | 89 | DF | A | 27 | 0 | D | 11D | 39 | 47 |
| Octal | 311 | 211 | 337 | 12 | 47 | 0 | 15 | 435 | 71 | 107 |
| Binary | 11001001 | 10001001 | 11011111 | 1010 | 100111 | 0 | 1101 | 100011101 | 111001 | 1000111 |
Color Harmonies of #C989DF
Complementary color
Monochromatic Colors of #C989DF
Black with #C989DF
Text Example
Text Example
White with #C989DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989DF; }
p { color: rgb(201,137,223); }
H1.HeaderClassName
{
color: #C989DF;
}
.AnyTagClassName
{
color: #C989DF;
}
</style>
background-color css
<style>
a { background-color: #C989DF; }
a { background-color: rgb(201,137,223); }
div.DivClassName
{
background-color: #C989DF;
}
.BgClassName
{
background-color: #C989DF;
}
</style>
border-color css
<style>
span { border-color: #C989DF; }
span { border-color: rgb(201,137,223); }
td.TdClassName
{
border-color: #C989DF;
}
.TagClassName
{
border-color: #C989DF;
}
</style>