Shades of Wisteria #C594E3
Tints of Wisteria #C594E3
RGB
CMYK
RGB Variations
Color information
#C594E3 (or 0xC594E3) is known color: Wisteria. HEX triplet: C5, 94 and E3. RGB value is (197,148,227). Sum of RGB (Red+Green+Blue) = 197+148+227=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #C594E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594E3 is #3A6B1C. Grayscale: #ABABAB. Windows color (decimal): -3828509 or 14914757. OLE color: 14914757.
HSL color Cylindrical-coordinate representation of color #C594E3: hue angle of 277.22º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C594E3 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 148 | 227 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.11 |
| HSL | 277.22º | 0.59% | 0.74% | - |
| HSV(B) | 277.22º | 0.35% | 0.89% | - |
| XYZ | 47.48 | 38.6 | 77.62 | - |
| YUV | 171.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 227 | 0.13 | 0.35 | 0 | 0.11 | 277.22 | 0.59 | 0.74 |
| Hex | C5 | 94 | E3 | D | 23 | 0 | B | 115 | 3B | 4A |
| Octal | 305 | 224 | 343 | 15 | 43 | 0 | 13 | 425 | 73 | 112 |
| Binary | 11000101 | 10010100 | 11100011 | 1101 | 100011 | 0 | 1011 | 100010101 | 111011 | 1001010 |
Color Harmonies of #C594E3
Complementary color
Monochromatic Colors of #C594E3
Black with #C594E3
Text Example
Text Example
White with #C594E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594E3; }
p { color: rgb(197,148,227); }
H1.HeaderClassName
{
color: #C594E3;
}
.AnyTagClassName
{
color: #C594E3;
}
</style>
background-color css
<style>
a { background-color: #C594E3; }
a { background-color: rgb(197,148,227); }
div.DivClassName
{
background-color: #C594E3;
}
.BgClassName
{
background-color: #C594E3;
}
</style>
border-color css
<style>
span { border-color: #C594E3; }
span { border-color: rgb(197,148,227); }
td.TdClassName
{
border-color: #C594E3;
}
.TagClassName
{
border-color: #C594E3;
}
</style>