Shades of Wisteria #C58FED
Tints of Wisteria #C58FED
RGB
CMYK
RGB Variations
Color information
#C58FED (or 0xC58FED) is known color: Wisteria. HEX triplet: C5, 8F and ED. RGB value is (197,143,237). Sum of RGB (Red+Green+Blue) = 197+143+237=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C58FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FED is #3A7012. Grayscale: #A9A9A9. Windows color (decimal): -3829779 or 15568837. OLE color: 15568837.
HSL color Cylindrical-coordinate representation of color #C58FED: hue angle of 274.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58FED is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 143 | 237 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.07 |
| HSL | 274.47º | 0.72% | 0.75% | - |
| HSV(B) | 274.47º | 0.4% | 0.93% | - |
| XYZ | 48.13 | 37.63 | 84.85 | - |
| YUV | 169.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 237 | 0.17 | 0.40 | 0 | 0.07 | 274.47 | 0.72 | 0.75 |
| Hex | C5 | 8F | ED | 11 | 28 | 0 | 7 | 112 | 48 | 4B |
| Octal | 305 | 217 | 355 | 21 | 50 | 0 | 7 | 422 | 110 | 113 |
| Binary | 11000101 | 10001111 | 11101101 | 10001 | 101000 | 0 | 111 | 100010010 | 1001000 | 1001011 |
Color Harmonies of #C58FED
Complementary color
Monochromatic Colors of #C58FED
Black with #C58FED
Text Example
Text Example
White with #C58FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FED; }
p { color: rgb(197,143,237); }
H1.HeaderClassName
{
color: #C58FED;
}
.AnyTagClassName
{
color: #C58FED;
}
</style>
background-color css
<style>
a { background-color: #C58FED; }
a { background-color: rgb(197,143,237); }
div.DivClassName
{
background-color: #C58FED;
}
.BgClassName
{
background-color: #C58FED;
}
</style>
border-color css
<style>
span { border-color: #C58FED; }
span { border-color: rgb(197,143,237); }
td.TdClassName
{
border-color: #C58FED;
}
.TagClassName
{
border-color: #C58FED;
}
</style>