Shades of Wisteria #C592E6
Tints of Wisteria #C592E6
RGB
CMYK
RGB Variations
Color information
#C592E6 (or 0xC592E6) is known color: Wisteria. HEX triplet: C5, 92 and E6. RGB value is (197,146,230). Sum of RGB (Red+Green+Blue) = 197+146+230=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #C592E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592E6 is #3A6D19. Grayscale: #AAAAAA. Windows color (decimal): -3829018 or 15110853. OLE color: 15110853.
HSL color Cylindrical-coordinate representation of color #C592E6: hue angle of 276.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C592E6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 146 | 230 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.10 |
| HSL | 276.43º | 0.63% | 0.74% | - |
| HSV(B) | 276.43º | 0.37% | 0.9% | - |
| XYZ | 47.59 | 38.14 | 79.72 | - |
| YUV | 170.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 230 | 0.14 | 0.37 | 0 | 0.10 | 276.43 | 0.63 | 0.74 |
| Hex | C5 | 92 | E6 | E | 25 | 0 | A | 114 | 3F | 4A |
| Octal | 305 | 222 | 346 | 16 | 45 | 0 | 12 | 424 | 77 | 112 |
| Binary | 11000101 | 10010010 | 11100110 | 1110 | 100101 | 0 | 1010 | 100010100 | 111111 | 1001010 |
Color Harmonies of #C592E6
Complementary color
Monochromatic Colors of #C592E6
Black with #C592E6
Text Example
Text Example
White with #C592E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592E6; }
p { color: rgb(197,146,230); }
H1.HeaderClassName
{
color: #C592E6;
}
.AnyTagClassName
{
color: #C592E6;
}
</style>
background-color css
<style>
a { background-color: #C592E6; }
a { background-color: rgb(197,146,230); }
div.DivClassName
{
background-color: #C592E6;
}
.BgClassName
{
background-color: #C592E6;
}
</style>
border-color css
<style>
span { border-color: #C592E6; }
span { border-color: rgb(197,146,230); }
td.TdClassName
{
border-color: #C592E6;
}
.TagClassName
{
border-color: #C592E6;
}
</style>