Shades of Wisteria #C991DC
Tints of Wisteria #C991DC
RGB
CMYK
RGB Variations
Color information
#C991DC (or 0xC991DC) is known color: Wisteria. HEX triplet: C9, 91 and DC. RGB value is (201,145,220). Sum of RGB (Red+Green+Blue) = 201+145+220=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C991DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DC is #366E23. Grayscale: #AAAAAA. Windows color (decimal): -3567140 or 14455241. OLE color: 14455241.
HSL color Cylindrical-coordinate representation of color #C991DC: hue angle of 284.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C991DC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 145 | 220 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.14 |
| HSL | 284.8º | 0.52% | 0.72% | - |
| HSV(B) | 284.8º | 0.34% | 0.86% | - |
| XYZ | 47.13 | 37.84 | 72.53 | - |
| YUV | 170.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 220 | 0.09 | 0.34 | 0 | 0.14 | 284.8 | 0.52 | 0.72 |
| Hex | C9 | 91 | DC | 9 | 22 | 0 | E | 11D | 34 | 48 |
| Octal | 311 | 221 | 334 | 11 | 42 | 0 | 16 | 435 | 64 | 110 |
| Binary | 11001001 | 10010001 | 11011100 | 1001 | 100010 | 0 | 1110 | 100011101 | 110100 | 1001000 |
Color Harmonies of #C991DC
Complementary color
Monochromatic Colors of #C991DC
Black with #C991DC
Text Example
Text Example
White with #C991DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991DC; }
p { color: rgb(201,145,220); }
H1.HeaderClassName
{
color: #C991DC;
}
.AnyTagClassName
{
color: #C991DC;
}
</style>
background-color css
<style>
a { background-color: #C991DC; }
a { background-color: rgb(201,145,220); }
div.DivClassName
{
background-color: #C991DC;
}
.BgClassName
{
background-color: #C991DC;
}
</style>
border-color css
<style>
span { border-color: #C991DC; }
span { border-color: rgb(201,145,220); }
td.TdClassName
{
border-color: #C991DC;
}
.TagClassName
{
border-color: #C991DC;
}
</style>