Shades of Wisteria #C990D9
Tints of Wisteria #C990D9
RGB
CMYK
RGB Variations
Color information
#C990D9 (or 0xC990D9) is known color: Wisteria. HEX triplet: C9, 90 and D9. RGB value is (201,144,217). Sum of RGB (Red+Green+Blue) = 201+144+217=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #C990D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990D9 is #366F26. Grayscale: #A9A9A9. Windows color (decimal): -3567399 or 14258377. OLE color: 14258377.
HSL color Cylindrical-coordinate representation of color #C990D9: hue angle of 286.85º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C990D9 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 144 | 217 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.15 |
| HSL | 286.85º | 0.49% | 0.71% | - |
| HSV(B) | 286.85º | 0.34% | 0.85% | - |
| XYZ | 46.59 | 37.37 | 70.4 | - |
| YUV | 169.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 217 | 0.07 | 0.34 | 0 | 0.15 | 286.85 | 0.49 | 0.71 |
| Hex | C9 | 90 | D9 | 7 | 22 | 0 | F | 11F | 31 | 47 |
| Octal | 311 | 220 | 331 | 7 | 42 | 0 | 17 | 437 | 61 | 107 |
| Binary | 11001001 | 10010000 | 11011001 | 111 | 100010 | 0 | 1111 | 100011111 | 110001 | 1000111 |
Color Harmonies of #C990D9
Complementary color
Monochromatic Colors of #C990D9
Black with #C990D9
Text Example
Text Example
White with #C990D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990D9; }
p { color: rgb(201,144,217); }
H1.HeaderClassName
{
color: #C990D9;
}
.AnyTagClassName
{
color: #C990D9;
}
</style>
background-color css
<style>
a { background-color: #C990D9; }
a { background-color: rgb(201,144,217); }
div.DivClassName
{
background-color: #C990D9;
}
.BgClassName
{
background-color: #C990D9;
}
</style>
border-color css
<style>
span { border-color: #C990D9; }
span { border-color: rgb(201,144,217); }
td.TdClassName
{
border-color: #C990D9;
}
.TagClassName
{
border-color: #C990D9;
}
</style>