Shades of Wisteria #C58DEA
Tints of Wisteria #C58DEA
RGB
CMYK
RGB Variations
Color information
#C58DEA (or 0xC58DEA) is known color: Wisteria. HEX triplet: C5, 8D and EA. RGB value is (197,141,234). Sum of RGB (Red+Green+Blue) = 197+141+234=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C58DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DEA is #3A7215. Grayscale: #A8A8A8. Windows color (decimal): -3830294 or 15371717. OLE color: 15371717.
HSL color Cylindrical-coordinate representation of color #C58DEA: hue angle of 276.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58DEA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 141 | 234 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.08 |
| HSL | 276.13º | 0.69% | 0.74% | - |
| HSV(B) | 276.13º | 0.4% | 0.92% | - |
| XYZ | 47.4 | 36.86 | 82.46 | - |
| YUV | 168.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 234 | 0.16 | 0.40 | 0 | 0.08 | 276.13 | 0.69 | 0.74 |
| Hex | C5 | 8D | EA | 10 | 28 | 0 | 8 | 114 | 45 | 4A |
| Octal | 305 | 215 | 352 | 20 | 50 | 0 | 10 | 424 | 105 | 112 |
| Binary | 11000101 | 10001101 | 11101010 | 10000 | 101000 | 0 | 1000 | 100010100 | 1000101 | 1001010 |
Color Harmonies of #C58DEA
Complementary color
Monochromatic Colors of #C58DEA
Black with #C58DEA
Text Example
Text Example
White with #C58DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DEA; }
p { color: rgb(197,141,234); }
H1.HeaderClassName
{
color: #C58DEA;
}
.AnyTagClassName
{
color: #C58DEA;
}
</style>
background-color css
<style>
a { background-color: #C58DEA; }
a { background-color: rgb(197,141,234); }
div.DivClassName
{
background-color: #C58DEA;
}
.BgClassName
{
background-color: #C58DEA;
}
</style>
border-color css
<style>
span { border-color: #C58DEA; }
span { border-color: rgb(197,141,234); }
td.TdClassName
{
border-color: #C58DEA;
}
.TagClassName
{
border-color: #C58DEA;
}
</style>