Shades of Wisteria #C58BD6
Tints of Wisteria #C58BD6
RGB
CMYK
RGB Variations
Color information
#C58BD6 (or 0xC58BD6) is known color: Wisteria. HEX triplet: C5, 8B and D6. RGB value is (197,139,214). Sum of RGB (Red+Green+Blue) = 197+139+214=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #C58BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BD6 is #3A7429. Grayscale: #A4A4A4. Windows color (decimal): -3830826 or 14060485. OLE color: 14060485.
HSL color Cylindrical-coordinate representation of color #C58BD6: hue angle of 286.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58BD6 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 139 | 214 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.16 |
| HSL | 286.4º | 0.48% | 0.69% | - |
| HSV(B) | 286.4º | 0.35% | 0.84% | - |
| XYZ | 44.4 | 35.19 | 68.07 | - |
| YUV | 164.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 214 | 0.08 | 0.35 | 0 | 0.16 | 286.4 | 0.48 | 0.69 |
| Hex | C5 | 8B | D6 | 8 | 23 | 0 | 10 | 11E | 30 | 45 |
| Octal | 305 | 213 | 326 | 10 | 43 | 0 | 20 | 436 | 60 | 105 |
| Binary | 11000101 | 10001011 | 11010110 | 1000 | 100011 | 0 | 10000 | 100011110 | 110000 | 1000101 |
Color Harmonies of #C58BD6
Complementary color
Monochromatic Colors of #C58BD6
Black with #C58BD6
Text Example
Text Example
White with #C58BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BD6; }
p { color: rgb(197,139,214); }
H1.HeaderClassName
{
color: #C58BD6;
}
.AnyTagClassName
{
color: #C58BD6;
}
</style>
background-color css
<style>
a { background-color: #C58BD6; }
a { background-color: rgb(197,139,214); }
div.DivClassName
{
background-color: #C58BD6;
}
.BgClassName
{
background-color: #C58BD6;
}
</style>
border-color css
<style>
span { border-color: #C58BD6; }
span { border-color: rgb(197,139,214); }
td.TdClassName
{
border-color: #C58BD6;
}
.TagClassName
{
border-color: #C58BD6;
}
</style>