Shades of Wisteria #C58FEE
Tints of Wisteria #C58FEE
RGB
CMYK
RGB Variations
Color information
#C58FEE (or 0xC58FEE) is known color: Wisteria. HEX triplet: C5, 8F and EE. RGB value is (197,143,238). Sum of RGB (Red+Green+Blue) = 197+143+238=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C58FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FEE is #3A7011. Grayscale: #A9A9A9. Windows color (decimal): -3829778 or 15634373. OLE color: 15634373.
HSL color Cylindrical-coordinate representation of color #C58FEE: hue angle of 274.11º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58FEE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 143 | 238 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.07 |
| HSL | 274.11º | 0.74% | 0.75% | - |
| HSV(B) | 274.11º | 0.4% | 0.93% | - |
| XYZ | 48.28 | 37.69 | 85.62 | - |
| YUV | 169.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 238 | 0.17 | 0.40 | 0 | 0.07 | 274.11 | 0.74 | 0.75 |
| Hex | C5 | 8F | EE | 11 | 28 | 0 | 7 | 112 | 4A | 4B |
| Octal | 305 | 217 | 356 | 21 | 50 | 0 | 7 | 422 | 112 | 113 |
| Binary | 11000101 | 10001111 | 11101110 | 10001 | 101000 | 0 | 111 | 100010010 | 1001010 | 1001011 |
Color Harmonies of #C58FEE
Complementary color
Monochromatic Colors of #C58FEE
Black with #C58FEE
Text Example
Text Example
White with #C58FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FEE; }
p { color: rgb(197,143,238); }
H1.HeaderClassName
{
color: #C58FEE;
}
.AnyTagClassName
{
color: #C58FEE;
}
</style>
background-color css
<style>
a { background-color: #C58FEE; }
a { background-color: rgb(197,143,238); }
div.DivClassName
{
background-color: #C58FEE;
}
.BgClassName
{
background-color: #C58FEE;
}
</style>
border-color css
<style>
span { border-color: #C58FEE; }
span { border-color: rgb(197,143,238); }
td.TdClassName
{
border-color: #C58FEE;
}
.TagClassName
{
border-color: #C58FEE;
}
</style>