Shades of Wisteria #C58FE0
Tints of Wisteria #C58FE0
RGB
CMYK
RGB Variations
Color information
#C58FE0 (or 0xC58FE0) is known color: Wisteria. HEX triplet: C5, 8F and E0. RGB value is (197,143,224). Sum of RGB (Red+Green+Blue) = 197+143+224=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #C58FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FE0 is #3A701F. Grayscale: #A8A8A8. Windows color (decimal): -3829792 or 14716869. OLE color: 14716869.
HSL color Cylindrical-coordinate representation of color #C58FE0: hue angle of 280º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58FE0 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 143 | 224 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.12 |
| HSL | 280º | 0.57% | 0.72% | - |
| HSV(B) | 280º | 0.36% | 0.88% | - |
| XYZ | 46.3 | 36.9 | 75.2 | - |
| YUV | 168.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 224 | 0.12 | 0.36 | 0 | 0.12 | 280 | 0.57 | 0.72 |
| Hex | C5 | 8F | E0 | C | 24 | 0 | C | 118 | 39 | 48 |
| Octal | 305 | 217 | 340 | 14 | 44 | 0 | 14 | 430 | 71 | 110 |
| Binary | 11000101 | 10001111 | 11100000 | 1100 | 100100 | 0 | 1100 | 100011000 | 111001 | 1001000 |
Color Harmonies of #C58FE0
Complementary color
Monochromatic Colors of #C58FE0
Black with #C58FE0
Text Example
Text Example
White with #C58FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FE0; }
p { color: rgb(197,143,224); }
H1.HeaderClassName
{
color: #C58FE0;
}
.AnyTagClassName
{
color: #C58FE0;
}
</style>
background-color css
<style>
a { background-color: #C58FE0; }
a { background-color: rgb(197,143,224); }
div.DivClassName
{
background-color: #C58FE0;
}
.BgClassName
{
background-color: #C58FE0;
}
</style>
border-color css
<style>
span { border-color: #C58FE0; }
span { border-color: rgb(197,143,224); }
td.TdClassName
{
border-color: #C58FE0;
}
.TagClassName
{
border-color: #C58FE0;
}
</style>