Shades of Wisteria #C592E9
Tints of Wisteria #C592E9
RGB
CMYK
RGB Variations
Color information
#C592E9 (or 0xC592E9) is known color: Wisteria. HEX triplet: C5, 92 and E9. RGB value is (197,146,233). Sum of RGB (Red+Green+Blue) = 197+146+233=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #C592E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592E9 is #3A6D16. Grayscale: #AAAAAA. Windows color (decimal): -3829015 or 15307461. OLE color: 15307461.
HSL color Cylindrical-coordinate representation of color #C592E9: hue angle of 275.17º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C592E9 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 146 | 233 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.09 |
| HSL | 275.17º | 0.66% | 0.74% | - |
| HSV(B) | 275.17º | 0.37% | 0.91% | - |
| XYZ | 48.01 | 38.31 | 81.96 | - |
| YUV | 171.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 233 | 0.15 | 0.37 | 0 | 0.09 | 275.17 | 0.66 | 0.74 |
| Hex | C5 | 92 | E9 | F | 25 | 0 | 9 | 113 | 42 | 4A |
| Octal | 305 | 222 | 351 | 17 | 45 | 0 | 11 | 423 | 102 | 112 |
| Binary | 11000101 | 10010010 | 11101001 | 1111 | 100101 | 0 | 1001 | 100010011 | 1000010 | 1001010 |
Color Harmonies of #C592E9
Complementary color
Monochromatic Colors of #C592E9
Black with #C592E9
Text Example
Text Example
White with #C592E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592E9; }
p { color: rgb(197,146,233); }
H1.HeaderClassName
{
color: #C592E9;
}
.AnyTagClassName
{
color: #C592E9;
}
</style>
background-color css
<style>
a { background-color: #C592E9; }
a { background-color: rgb(197,146,233); }
div.DivClassName
{
background-color: #C592E9;
}
.BgClassName
{
background-color: #C592E9;
}
</style>
border-color css
<style>
span { border-color: #C592E9; }
span { border-color: rgb(197,146,233); }
td.TdClassName
{
border-color: #C592E9;
}
.TagClassName
{
border-color: #C592E9;
}
</style>