Shades of Wisteria #C592E0
Tints of Wisteria #C592E0
RGB
CMYK
RGB Variations
Color information
#C592E0 (or 0xC592E0) is known color: Wisteria. HEX triplet: C5, 92 and E0. RGB value is (197,146,224). Sum of RGB (Red+Green+Blue) = 197+146+224=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #C592E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592E0 is #3A6D1F. Grayscale: #A9A9A9. Windows color (decimal): -3829024 or 14717637. OLE color: 14717637.
HSL color Cylindrical-coordinate representation of color #C592E0: hue angle of 279.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C592E0 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 146 | 224 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.12 |
| HSL | 279.23º | 0.56% | 0.73% | - |
| HSV(B) | 279.23º | 0.35% | 0.88% | - |
| XYZ | 46.76 | 37.81 | 75.35 | - |
| YUV | 170.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 224 | 0.12 | 0.35 | 0 | 0.12 | 279.23 | 0.56 | 0.73 |
| Hex | C5 | 92 | E0 | C | 23 | 0 | C | 117 | 38 | 49 |
| Octal | 305 | 222 | 340 | 14 | 43 | 0 | 14 | 427 | 70 | 111 |
| Binary | 11000101 | 10010010 | 11100000 | 1100 | 100011 | 0 | 1100 | 100010111 | 111000 | 1001001 |
Color Harmonies of #C592E0
Complementary color
Monochromatic Colors of #C592E0
Black with #C592E0
Text Example
Text Example
White with #C592E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592E0; }
p { color: rgb(197,146,224); }
H1.HeaderClassName
{
color: #C592E0;
}
.AnyTagClassName
{
color: #C592E0;
}
</style>
background-color css
<style>
a { background-color: #C592E0; }
a { background-color: rgb(197,146,224); }
div.DivClassName
{
background-color: #C592E0;
}
.BgClassName
{
background-color: #C592E0;
}
</style>
border-color css
<style>
span { border-color: #C592E0; }
span { border-color: rgb(197,146,224); }
td.TdClassName
{
border-color: #C592E0;
}
.TagClassName
{
border-color: #C592E0;
}
</style>