Shades of Wisteria #C58CEF
Tints of Wisteria #C58CEF
RGB
CMYK
RGB Variations
Color information
#C58CEF (or 0xC58CEF) is known color: Wisteria. HEX triplet: C5, 8C and EF. RGB value is (197,140,239). Sum of RGB (Red+Green+Blue) = 197+140+239=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #C58CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CEF is #3A7310. Grayscale: #A7A7A7. Windows color (decimal): -3830545 or 15699141. OLE color: 15699141.
HSL color Cylindrical-coordinate representation of color #C58CEF: hue angle of 274.55º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58CEF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 140 | 239 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.06 |
| HSL | 274.55º | 0.76% | 0.74% | - |
| HSV(B) | 274.55º | 0.41% | 0.94% | - |
| XYZ | 47.98 | 36.86 | 86.25 | - |
| YUV | 168.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 239 | 0.18 | 0.41 | 0 | 0.06 | 274.55 | 0.76 | 0.74 |
| Hex | C5 | 8C | EF | 12 | 29 | 0 | 6 | 113 | 4C | 4A |
| Octal | 305 | 214 | 357 | 22 | 51 | 0 | 6 | 423 | 114 | 112 |
| Binary | 11000101 | 10001100 | 11101111 | 10010 | 101001 | 0 | 110 | 100010011 | 1001100 | 1001010 |
Color Harmonies of #C58CEF
Complementary color
Monochromatic Colors of #C58CEF
Black with #C58CEF
Text Example
Text Example
White with #C58CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CEF; }
p { color: rgb(197,140,239); }
H1.HeaderClassName
{
color: #C58CEF;
}
.AnyTagClassName
{
color: #C58CEF;
}
</style>
background-color css
<style>
a { background-color: #C58CEF; }
a { background-color: rgb(197,140,239); }
div.DivClassName
{
background-color: #C58CEF;
}
.BgClassName
{
background-color: #C58CEF;
}
</style>
border-color css
<style>
span { border-color: #C58CEF; }
span { border-color: rgb(197,140,239); }
td.TdClassName
{
border-color: #C58CEF;
}
.TagClassName
{
border-color: #C58CEF;
}
</style>