Shades of Wisteria #C58CEA
Tints of Wisteria #C58CEA
RGB
CMYK
RGB Variations
Color information
#C58CEA (or 0xC58CEA) is known color: Wisteria. HEX triplet: C5, 8C and EA. RGB value is (197,140,234). Sum of RGB (Red+Green+Blue) = 197+140+234=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C58CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CEA is #3A7315. Grayscale: #A7A7A7. Windows color (decimal): -3830550 or 15371461. OLE color: 15371461.
HSL color Cylindrical-coordinate representation of color #C58CEA: hue angle of 276.38º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58CEA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 140 | 234 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.08 |
| HSL | 276.38º | 0.69% | 0.73% | - |
| HSV(B) | 276.38º | 0.4% | 0.92% | - |
| XYZ | 47.26 | 36.57 | 82.41 | - |
| YUV | 167.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 234 | 0.16 | 0.40 | 0 | 0.08 | 276.38 | 0.69 | 0.73 |
| Hex | C5 | 8C | EA | 10 | 28 | 0 | 8 | 114 | 45 | 49 |
| Octal | 305 | 214 | 352 | 20 | 50 | 0 | 10 | 424 | 105 | 111 |
| Binary | 11000101 | 10001100 | 11101010 | 10000 | 101000 | 0 | 1000 | 100010100 | 1000101 | 1001001 |
Color Harmonies of #C58CEA
Complementary color
Monochromatic Colors of #C58CEA
Black with #C58CEA
Text Example
Text Example
White with #C58CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CEA; }
p { color: rgb(197,140,234); }
H1.HeaderClassName
{
color: #C58CEA;
}
.AnyTagClassName
{
color: #C58CEA;
}
</style>
background-color css
<style>
a { background-color: #C58CEA; }
a { background-color: rgb(197,140,234); }
div.DivClassName
{
background-color: #C58CEA;
}
.BgClassName
{
background-color: #C58CEA;
}
</style>
border-color css
<style>
span { border-color: #C58CEA; }
span { border-color: rgb(197,140,234); }
td.TdClassName
{
border-color: #C58CEA;
}
.TagClassName
{
border-color: #C58CEA;
}
</style>