Shades of Wisteria #C592DC
Tints of Wisteria #C592DC
RGB
CMYK
RGB Variations
Color information
#C592DC (or 0xC592DC) is known color: Wisteria. HEX triplet: C5, 92 and DC. RGB value is (197,146,220). Sum of RGB (Red+Green+Blue) = 197+146+220=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C592DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592DC is #3A6D23. Grayscale: #A9A9A9. Windows color (decimal): -3829028 or 14455493. OLE color: 14455493.
HSL color Cylindrical-coordinate representation of color #C592DC: hue angle of 281.35º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C592DC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 146 | 220 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.14 |
| HSL | 281.35º | 0.51% | 0.72% | - |
| HSV(B) | 281.35º | 0.34% | 0.86% | - |
| XYZ | 46.22 | 37.6 | 72.53 | - |
| YUV | 169.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 220 | 0.10 | 0.34 | 0 | 0.14 | 281.35 | 0.51 | 0.72 |
| Hex | C5 | 92 | DC | A | 22 | 0 | E | 119 | 33 | 48 |
| Octal | 305 | 222 | 334 | 12 | 42 | 0 | 16 | 431 | 63 | 110 |
| Binary | 11000101 | 10010010 | 11011100 | 1010 | 100010 | 0 | 1110 | 100011001 | 110011 | 1001000 |
Color Harmonies of #C592DC
Complementary color
Monochromatic Colors of #C592DC
Black with #C592DC
Text Example
Text Example
White with #C592DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592DC; }
p { color: rgb(197,146,220); }
H1.HeaderClassName
{
color: #C592DC;
}
.AnyTagClassName
{
color: #C592DC;
}
</style>
background-color css
<style>
a { background-color: #C592DC; }
a { background-color: rgb(197,146,220); }
div.DivClassName
{
background-color: #C592DC;
}
.BgClassName
{
background-color: #C592DC;
}
</style>
border-color css
<style>
span { border-color: #C592DC; }
span { border-color: rgb(197,146,220); }
td.TdClassName
{
border-color: #C592DC;
}
.TagClassName
{
border-color: #C592DC;
}
</style>