Shades of Wisteria #C594E5
Tints of Wisteria #C594E5
RGB
CMYK
RGB Variations
Color information
#C594E5 (or 0xC594E5) is known color: Wisteria. HEX triplet: C5, 94 and E5. RGB value is (197,148,229). Sum of RGB (Red+Green+Blue) = 197+148+229=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #C594E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594E5 is #3A6B1A. Grayscale: #ABABAB. Windows color (decimal): -3828507 or 15045829. OLE color: 15045829.
HSL color Cylindrical-coordinate representation of color #C594E5: hue angle of 276.3º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C594E5 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 148 | 229 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.10 |
| HSL | 276.3º | 0.61% | 0.74% | - |
| HSV(B) | 276.3º | 0.35% | 0.9% | - |
| XYZ | 47.76 | 38.71 | 79.08 | - |
| YUV | 171.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 229 | 0.14 | 0.35 | 0 | 0.10 | 276.3 | 0.61 | 0.74 |
| Hex | C5 | 94 | E5 | E | 23 | 0 | A | 114 | 3D | 4A |
| Octal | 305 | 224 | 345 | 16 | 43 | 0 | 12 | 424 | 75 | 112 |
| Binary | 11000101 | 10010100 | 11100101 | 1110 | 100011 | 0 | 1010 | 100010100 | 111101 | 1001010 |
Color Harmonies of #C594E5
Complementary color
Monochromatic Colors of #C594E5
Black with #C594E5
Text Example
Text Example
White with #C594E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594E5; }
p { color: rgb(197,148,229); }
H1.HeaderClassName
{
color: #C594E5;
}
.AnyTagClassName
{
color: #C594E5;
}
</style>
background-color css
<style>
a { background-color: #C594E5; }
a { background-color: rgb(197,148,229); }
div.DivClassName
{
background-color: #C594E5;
}
.BgClassName
{
background-color: #C594E5;
}
</style>
border-color css
<style>
span { border-color: #C594E5; }
span { border-color: rgb(197,148,229); }
td.TdClassName
{
border-color: #C594E5;
}
.TagClassName
{
border-color: #C594E5;
}
</style>