Shades of Wisteria #C584EF
Tints of Wisteria #C584EF
RGB
CMYK
RGB Variations
Color information
#C584EF (or 0xC584EF) is known color: Wisteria. HEX triplet: C5, 84 and EF. RGB value is (197,132,239). Sum of RGB (Red+Green+Blue) = 197+132+239=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #C584EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C584EF is #3A7B10. Grayscale: #A3A3A3. Windows color (decimal): -3832593 or 15697093. OLE color: 15697093.
HSL color Cylindrical-coordinate representation of color #C584EF: hue angle of 276.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C584EF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 132 | 239 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.06 |
| HSL | 276.45º | 0.77% | 0.73% | - |
| HSV(B) | 276.45º | 0.45% | 0.94% | - |
| XYZ | 46.86 | 34.6 | 85.87 | - |
| YUV | 163.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 239 | 0.18 | 0.45 | 0 | 0.06 | 276.45 | 0.77 | 0.73 |
| Hex | C5 | 84 | EF | 12 | 2D | 0 | 6 | 114 | 4D | 49 |
| Octal | 305 | 204 | 357 | 22 | 55 | 0 | 6 | 424 | 115 | 111 |
| Binary | 11000101 | 10000100 | 11101111 | 10010 | 101101 | 0 | 110 | 100010100 | 1001101 | 1001001 |
Color Harmonies of #C584EF
Complementary color
Monochromatic Colors of #C584EF
Black with #C584EF
Text Example
Text Example
White with #C584EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584EF; }
p { color: rgb(197,132,239); }
H1.HeaderClassName
{
color: #C584EF;
}
.AnyTagClassName
{
color: #C584EF;
}
</style>
background-color css
<style>
a { background-color: #C584EF; }
a { background-color: rgb(197,132,239); }
div.DivClassName
{
background-color: #C584EF;
}
.BgClassName
{
background-color: #C584EF;
}
</style>
border-color css
<style>
span { border-color: #C584EF; }
span { border-color: rgb(197,132,239); }
td.TdClassName
{
border-color: #C584EF;
}
.TagClassName
{
border-color: #C584EF;
}
</style>