Shades of Wisteria #C58AFA
Tints of Wisteria #C58AFA
RGB
CMYK
RGB Variations
Color information
#C58AFA (or 0xC58AFA) is known color: Wisteria. HEX triplet: C5, 8A and FA. RGB value is (197,138,250). Sum of RGB (Red+Green+Blue) = 197+138+250=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #C58AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AFA is #3A7505. Grayscale: #A8A8A8. Windows color (decimal): -3831046 or 16419525. OLE color: 16419525.
HSL color Cylindrical-coordinate representation of color #C58AFA: hue angle of 271.61º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58AFA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 138 | 250 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.02 |
| HSL | 271.61º | 0.92% | 0.76% | - |
| HSV(B) | 271.61º | 0.45% | 0.98% | - |
| XYZ | 49.37 | 36.95 | 94.97 | - |
| YUV | 168.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 250 | 0.21 | 0.45 | 0 | 0.02 | 271.61 | 0.92 | 0.76 |
| Hex | C5 | 8A | FA | 15 | 2D | 0 | 2 | 110 | 5C | 4C |
| Octal | 305 | 212 | 372 | 25 | 55 | 0 | 2 | 420 | 134 | 114 |
| Binary | 11000101 | 10001010 | 11111010 | 10101 | 101101 | 0 | 10 | 100010000 | 1011100 | 1001100 |
Color Harmonies of #C58AFA
Complementary color
Monochromatic Colors of #C58AFA
Black with #C58AFA
Text Example
Text Example
White with #C58AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AFA; }
p { color: rgb(197,138,250); }
H1.HeaderClassName
{
color: #C58AFA;
}
.AnyTagClassName
{
color: #C58AFA;
}
</style>
background-color css
<style>
a { background-color: #C58AFA; }
a { background-color: rgb(197,138,250); }
div.DivClassName
{
background-color: #C58AFA;
}
.BgClassName
{
background-color: #C58AFA;
}
</style>
border-color css
<style>
span { border-color: #C58AFA; }
span { border-color: rgb(197,138,250); }
td.TdClassName
{
border-color: #C58AFA;
}
.TagClassName
{
border-color: #C58AFA;
}
</style>