Shades of Wisteria #C592D5
Tints of Wisteria #C592D5
RGB
CMYK
RGB Variations
Color information
#C592D5 (or 0xC592D5) is known color: Wisteria. HEX triplet: C5, 92 and D5. RGB value is (197,146,213). Sum of RGB (Red+Green+Blue) = 197+146+213=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #C592D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592D5 is #3A6D2A. Grayscale: #A8A8A8. Windows color (decimal): -3829035 or 13996741. OLE color: 13996741.
HSL color Cylindrical-coordinate representation of color #C592D5: hue angle of 285.67º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C592D5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 146 | 213 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.16 |
| HSL | 285.67º | 0.44% | 0.7% | - |
| HSV(B) | 285.67º | 0.31% | 0.84% | - |
| XYZ | 45.32 | 37.23 | 67.75 | - |
| YUV | 168.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 213 | 0.08 | 0.31 | 0 | 0.16 | 285.67 | 0.44 | 0.7 |
| Hex | C5 | 92 | D5 | 8 | 1F | 0 | 10 | 11E | 2C | 46 |
| Octal | 305 | 222 | 325 | 10 | 37 | 0 | 20 | 436 | 54 | 106 |
| Binary | 11000101 | 10010010 | 11010101 | 1000 | 11111 | 0 | 10000 | 100011110 | 101100 | 1000110 |
Color Harmonies of #C592D5
Complementary color
Monochromatic Colors of #C592D5
Black with #C592D5
Text Example
Text Example
White with #C592D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592D5; }
p { color: rgb(197,146,213); }
H1.HeaderClassName
{
color: #C592D5;
}
.AnyTagClassName
{
color: #C592D5;
}
</style>
background-color css
<style>
a { background-color: #C592D5; }
a { background-color: rgb(197,146,213); }
div.DivClassName
{
background-color: #C592D5;
}
.BgClassName
{
background-color: #C592D5;
}
</style>
border-color css
<style>
span { border-color: #C592D5; }
span { border-color: rgb(197,146,213); }
td.TdClassName
{
border-color: #C592D5;
}
.TagClassName
{
border-color: #C592D5;
}
</style>