Shades of Wisteria #C990D4
Tints of Wisteria #C990D4
RGB
CMYK
RGB Variations
Color information
#C990D4 (or 0xC990D4) is known color: Wisteria. HEX triplet: C9, 90 and D4. RGB value is (201,144,212). Sum of RGB (Red+Green+Blue) = 201+144+212=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #C990D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990D4 is #366F2B. Grayscale: #A8A8A8. Windows color (decimal): -3567404 or 13930697. OLE color: 13930697.
HSL color Cylindrical-coordinate representation of color #C990D4: hue angle of 290.29º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C990D4 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 144 | 212 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.17 |
| HSL | 290.29º | 0.44% | 0.7% | - |
| HSV(B) | 290.29º | 0.32% | 0.83% | - |
| XYZ | 45.94 | 37.12 | 67.03 | - |
| YUV | 168.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 212 | 0.05 | 0.32 | 0 | 0.17 | 290.29 | 0.44 | 0.7 |
| Hex | C9 | 90 | D4 | 5 | 20 | 0 | 11 | 122 | 2C | 46 |
| Octal | 311 | 220 | 324 | 5 | 40 | 0 | 21 | 442 | 54 | 106 |
| Binary | 11001001 | 10010000 | 11010100 | 101 | 100000 | 0 | 10001 | 100100010 | 101100 | 1000110 |
Color Harmonies of #C990D4
Complementary color
Monochromatic Colors of #C990D4
Black with #C990D4
Text Example
Text Example
White with #C990D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990D4; }
p { color: rgb(201,144,212); }
H1.HeaderClassName
{
color: #C990D4;
}
.AnyTagClassName
{
color: #C990D4;
}
</style>
background-color css
<style>
a { background-color: #C990D4; }
a { background-color: rgb(201,144,212); }
div.DivClassName
{
background-color: #C990D4;
}
.BgClassName
{
background-color: #C990D4;
}
</style>
border-color css
<style>
span { border-color: #C990D4; }
span { border-color: rgb(201,144,212); }
td.TdClassName
{
border-color: #C990D4;
}
.TagClassName
{
border-color: #C990D4;
}
</style>