Shades of Wisteria #C58AF0
Tints of Wisteria #C58AF0
RGB
CMYK
RGB Variations
Color information
#C58AF0 (or 0xC58AF0) is known color: Wisteria. HEX triplet: C5, 8A and F0. RGB value is (197,138,240). Sum of RGB (Red+Green+Blue) = 197+138+240=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #C58AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AF0 is #3A750F. Grayscale: #A6A6A6. Windows color (decimal): -3831056 or 15764165. OLE color: 15764165.
HSL color Cylindrical-coordinate representation of color #C58AF0: hue angle of 274.71º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58AF0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 138 | 240 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.06 |
| HSL | 274.71º | 0.77% | 0.74% | - |
| HSV(B) | 274.71º | 0.43% | 0.94% | - |
| XYZ | 47.84 | 36.34 | 86.93 | - |
| YUV | 167.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 240 | 0.18 | 0.42 | 0 | 0.06 | 274.71 | 0.77 | 0.74 |
| Hex | C5 | 8A | F0 | 12 | 2A | 0 | 6 | 113 | 4D | 4A |
| Octal | 305 | 212 | 360 | 22 | 52 | 0 | 6 | 423 | 115 | 112 |
| Binary | 11000101 | 10001010 | 11110000 | 10010 | 101010 | 0 | 110 | 100010011 | 1001101 | 1001010 |
Color Harmonies of #C58AF0
Complementary color
Monochromatic Colors of #C58AF0
Black with #C58AF0
Text Example
Text Example
White with #C58AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AF0; }
p { color: rgb(197,138,240); }
H1.HeaderClassName
{
color: #C58AF0;
}
.AnyTagClassName
{
color: #C58AF0;
}
</style>
background-color css
<style>
a { background-color: #C58AF0; }
a { background-color: rgb(197,138,240); }
div.DivClassName
{
background-color: #C58AF0;
}
.BgClassName
{
background-color: #C58AF0;
}
</style>
border-color css
<style>
span { border-color: #C58AF0; }
span { border-color: rgb(197,138,240); }
td.TdClassName
{
border-color: #C58AF0;
}
.TagClassName
{
border-color: #C58AF0;
}
</style>