Shades of Wisteria #C591DF
Tints of Wisteria #C591DF
RGB
CMYK
RGB Variations
Color information
#C591DF (or 0xC591DF) is known color: Wisteria. HEX triplet: C5, 91 and DF. RGB value is (197,145,223). Sum of RGB (Red+Green+Blue) = 197+145+223=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C591DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591DF is #3A6E20. Grayscale: #A9A9A9. Windows color (decimal): -3829281 or 14651845. OLE color: 14651845.
HSL color Cylindrical-coordinate representation of color #C591DF: hue angle of 280º degrees, saturation: 0.55, 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 #C591DF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 145 | 223 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.13 |
| HSL | 280º | 0.55% | 0.72% | - |
| HSV(B) | 280º | 0.35% | 0.87% | - |
| XYZ | 46.47 | 37.45 | 74.59 | - |
| YUV | 169.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 223 | 0.12 | 0.35 | 0 | 0.13 | 280 | 0.55 | 0.72 |
| Hex | C5 | 91 | DF | C | 23 | 0 | D | 118 | 37 | 48 |
| Octal | 305 | 221 | 337 | 14 | 43 | 0 | 15 | 430 | 67 | 110 |
| Binary | 11000101 | 10010001 | 11011111 | 1100 | 100011 | 0 | 1101 | 100011000 | 110111 | 1001000 |
Color Harmonies of #C591DF
Complementary color
Monochromatic Colors of #C591DF
Black with #C591DF
Text Example
Text Example
White with #C591DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591DF; }
p { color: rgb(197,145,223); }
H1.HeaderClassName
{
color: #C591DF;
}
.AnyTagClassName
{
color: #C591DF;
}
</style>
background-color css
<style>
a { background-color: #C591DF; }
a { background-color: rgb(197,145,223); }
div.DivClassName
{
background-color: #C591DF;
}
.BgClassName
{
background-color: #C591DF;
}
</style>
border-color css
<style>
span { border-color: #C591DF; }
span { border-color: rgb(197,145,223); }
td.TdClassName
{
border-color: #C591DF;
}
.TagClassName
{
border-color: #C591DF;
}
</style>