Shades of Wisteria #C592D8
Tints of Wisteria #C592D8
RGB
CMYK
RGB Variations
Color information
#C592D8 (or 0xC592D8) is known color: Wisteria. HEX triplet: C5, 92 and D8. RGB value is (197,146,216). Sum of RGB (Red+Green+Blue) = 197+146+216=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #C592D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592D8 is #3A6D27. Grayscale: #A9A9A9. Windows color (decimal): -3829032 or 14193349. OLE color: 14193349.
HSL color Cylindrical-coordinate representation of color #C592D8: hue angle of 283.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C592D8 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 146 | 216 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.15 |
| HSL | 283.71º | 0.47% | 0.71% | - |
| HSV(B) | 283.71º | 0.32% | 0.85% | - |
| XYZ | 45.7 | 37.39 | 69.77 | - |
| YUV | 169.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 216 | 0.09 | 0.32 | 0 | 0.15 | 283.71 | 0.47 | 0.71 |
| Hex | C5 | 92 | D8 | 9 | 20 | 0 | F | 11C | 2F | 47 |
| Octal | 305 | 222 | 330 | 11 | 40 | 0 | 17 | 434 | 57 | 107 |
| Binary | 11000101 | 10010010 | 11011000 | 1001 | 100000 | 0 | 1111 | 100011100 | 101111 | 1000111 |
Color Harmonies of #C592D8
Complementary color
Monochromatic Colors of #C592D8
Black with #C592D8
Text Example
Text Example
White with #C592D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592D8; }
p { color: rgb(197,146,216); }
H1.HeaderClassName
{
color: #C592D8;
}
.AnyTagClassName
{
color: #C592D8;
}
</style>
background-color css
<style>
a { background-color: #C592D8; }
a { background-color: rgb(197,146,216); }
div.DivClassName
{
background-color: #C592D8;
}
.BgClassName
{
background-color: #C592D8;
}
</style>
border-color css
<style>
span { border-color: #C592D8; }
span { border-color: rgb(197,146,216); }
td.TdClassName
{
border-color: #C592D8;
}
.TagClassName
{
border-color: #C592D8;
}
</style>