Shades of Wisteria #C58BEF
Tints of Wisteria #C58BEF
RGB
CMYK
RGB Variations
Color information
#C58BEF (or 0xC58BEF) is known color: Wisteria. HEX triplet: C5, 8B and EF. RGB value is (197,139,239). Sum of RGB (Red+Green+Blue) = 197+139+239=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #C58BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BEF is #3A7410. Grayscale: #A7A7A7. Windows color (decimal): -3830801 or 15698885. OLE color: 15698885.
HSL color Cylindrical-coordinate representation of color #C58BEF: hue angle of 274.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58BEF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 139 | 239 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.06 |
| HSL | 274.8º | 0.76% | 0.74% | - |
| HSV(B) | 274.8º | 0.42% | 0.94% | - |
| XYZ | 47.84 | 36.57 | 86.2 | - |
| YUV | 167.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 239 | 0.18 | 0.42 | 0 | 0.06 | 274.8 | 0.76 | 0.74 |
| Hex | C5 | 8B | EF | 12 | 2A | 0 | 6 | 113 | 4C | 4A |
| Octal | 305 | 213 | 357 | 22 | 52 | 0 | 6 | 423 | 114 | 112 |
| Binary | 11000101 | 10001011 | 11101111 | 10010 | 101010 | 0 | 110 | 100010011 | 1001100 | 1001010 |
Color Harmonies of #C58BEF
Complementary color
Monochromatic Colors of #C58BEF
Black with #C58BEF
Text Example
Text Example
White with #C58BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BEF; }
p { color: rgb(197,139,239); }
H1.HeaderClassName
{
color: #C58BEF;
}
.AnyTagClassName
{
color: #C58BEF;
}
</style>
background-color css
<style>
a { background-color: #C58BEF; }
a { background-color: rgb(197,139,239); }
div.DivClassName
{
background-color: #C58BEF;
}
.BgClassName
{
background-color: #C58BEF;
}
</style>
border-color css
<style>
span { border-color: #C58BEF; }
span { border-color: rgb(197,139,239); }
td.TdClassName
{
border-color: #C58BEF;
}
.TagClassName
{
border-color: #C58BEF;
}
</style>