Shades of Wisteria #C991DD
Tints of Wisteria #C991DD
RGB
CMYK
RGB Variations
Color information
#C991DD (or 0xC991DD) is known color: Wisteria. HEX triplet: C9, 91 and DD. RGB value is (201,145,221). Sum of RGB (Red+Green+Blue) = 201+145+221=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C991DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DD is #366E22. Grayscale: #AAAAAA. Windows color (decimal): -3567139 or 14520777. OLE color: 14520777.
HSL color Cylindrical-coordinate representation of color #C991DD: hue angle of 284.21º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C991DD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 145 | 221 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.13 |
| HSL | 284.21º | 0.53% | 0.72% | - |
| HSV(B) | 284.21º | 0.34% | 0.87% | - |
| XYZ | 47.26 | 37.89 | 73.23 | - |
| YUV | 170.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 221 | 0.09 | 0.34 | 0 | 0.13 | 284.21 | 0.53 | 0.72 |
| Hex | C9 | 91 | DD | 9 | 22 | 0 | D | 11C | 35 | 48 |
| Octal | 311 | 221 | 335 | 11 | 42 | 0 | 15 | 434 | 65 | 110 |
| Binary | 11001001 | 10010001 | 11011101 | 1001 | 100010 | 0 | 1101 | 100011100 | 110101 | 1001000 |
Color Harmonies of #C991DD
Complementary color
Monochromatic Colors of #C991DD
Black with #C991DD
Text Example
Text Example
White with #C991DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991DD; }
p { color: rgb(201,145,221); }
H1.HeaderClassName
{
color: #C991DD;
}
.AnyTagClassName
{
color: #C991DD;
}
</style>
background-color css
<style>
a { background-color: #C991DD; }
a { background-color: rgb(201,145,221); }
div.DivClassName
{
background-color: #C991DD;
}
.BgClassName
{
background-color: #C991DD;
}
</style>
border-color css
<style>
span { border-color: #C991DD; }
span { border-color: rgb(201,145,221); }
td.TdClassName
{
border-color: #C991DD;
}
.TagClassName
{
border-color: #C991DD;
}
</style>