Shades of Wisteria #C990DD
Tints of Wisteria #C990DD
RGB
CMYK
RGB Variations
Color information
#C990DD (or 0xC990DD) is known color: Wisteria. HEX triplet: C9, 90 and DD. RGB value is (201,144,221). Sum of RGB (Red+Green+Blue) = 201+144+221=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C990DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990DD is #366F22. Grayscale: #A9A9A9. Windows color (decimal): -3567395 or 14520521. OLE color: 14520521.
HSL color Cylindrical-coordinate representation of color #C990DD: hue angle of 284.42º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C990DD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 144 | 221 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 284.42º | 0.53% | 0.72% | - |
| HSV(B) | 284.42º | 0.35% | 0.87% | - |
| XYZ | 47.11 | 37.58 | 73.18 | - |
| YUV | 169.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 221 | 0.09 | 0.35 | 0 | 0.13 | 284.42 | 0.53 | 0.72 |
| Hex | C9 | 90 | DD | 9 | 23 | 0 | D | 11C | 35 | 48 |
| Octal | 311 | 220 | 335 | 11 | 43 | 0 | 15 | 434 | 65 | 110 |
| Binary | 11001001 | 10010000 | 11011101 | 1001 | 100011 | 0 | 1101 | 100011100 | 110101 | 1001000 |
Color Harmonies of #C990DD
Complementary color
Monochromatic Colors of #C990DD
Black with #C990DD
Text Example
Text Example
White with #C990DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990DD; }
p { color: rgb(201,144,221); }
H1.HeaderClassName
{
color: #C990DD;
}
.AnyTagClassName
{
color: #C990DD;
}
</style>
background-color css
<style>
a { background-color: #C990DD; }
a { background-color: rgb(201,144,221); }
div.DivClassName
{
background-color: #C990DD;
}
.BgClassName
{
background-color: #C990DD;
}
</style>
border-color css
<style>
span { border-color: #C990DD; }
span { border-color: rgb(201,144,221); }
td.TdClassName
{
border-color: #C990DD;
}
.TagClassName
{
border-color: #C990DD;
}
</style>