Shades of Wisteria #C991D7
Tints of Wisteria #C991D7
RGB
CMYK
RGB Variations
Color information
#C991D7 (or 0xC991D7) is known color: Wisteria. HEX triplet: C9, 91 and D7. RGB value is (201,145,215). Sum of RGB (Red+Green+Blue) = 201+145+215=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #C991D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991D7 is #366E28. Grayscale: #A9A9A9. Windows color (decimal): -3567145 or 14127561. OLE color: 14127561.
HSL color Cylindrical-coordinate representation of color #C991D7: hue angle of 288º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C991D7 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 145 | 215 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.16 |
| HSL | 288º | 0.47% | 0.71% | - |
| HSV(B) | 288º | 0.33% | 0.84% | - |
| XYZ | 46.48 | 37.57 | 69.09 | - |
| YUV | 169.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 215 | 0.07 | 0.33 | 0 | 0.16 | 288 | 0.47 | 0.71 |
| Hex | C9 | 91 | D7 | 7 | 21 | 0 | 10 | 120 | 2F | 47 |
| Octal | 311 | 221 | 327 | 7 | 41 | 0 | 20 | 440 | 57 | 107 |
| Binary | 11001001 | 10010001 | 11010111 | 111 | 100001 | 0 | 10000 | 100100000 | 101111 | 1000111 |
Color Harmonies of #C991D7
Complementary color
Monochromatic Colors of #C991D7
Black with #C991D7
Text Example
Text Example
White with #C991D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991D7; }
p { color: rgb(201,145,215); }
H1.HeaderClassName
{
color: #C991D7;
}
.AnyTagClassName
{
color: #C991D7;
}
</style>
background-color css
<style>
a { background-color: #C991D7; }
a { background-color: rgb(201,145,215); }
div.DivClassName
{
background-color: #C991D7;
}
.BgClassName
{
background-color: #C991D7;
}
</style>
border-color css
<style>
span { border-color: #C991D7; }
span { border-color: rgb(201,145,215); }
td.TdClassName
{
border-color: #C991D7;
}
.TagClassName
{
border-color: #C991D7;
}
</style>