Shades of Wisteria #C593FB
Tints of Wisteria #C593FB
RGB
CMYK
RGB Variations
Color information
#C593FB (or 0xC593FB) is known color: Wisteria. HEX triplet: C5, 93 and FB. RGB value is (197,147,251). Sum of RGB (Red+Green+Blue) = 197+147+251=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C593FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593FB is #3A6C04. Grayscale: #ADADAD. Windows color (decimal): -3828741 or 16487365. OLE color: 16487365.
HSL color Cylindrical-coordinate representation of color #C593FB: hue angle of 268.85º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C593FB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 147 | 251 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.02 |
| HSL | 268.85º | 0.93% | 0.78% | - |
| HSV(B) | 268.85º | 0.41% | 0.98% | - |
| XYZ | 50.87 | 39.7 | 96.25 | - |
| YUV | 173.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 251 | 0.22 | 0.41 | 0 | 0.02 | 268.85 | 0.93 | 0.78 |
| Hex | C5 | 93 | FB | 16 | 29 | 0 | 2 | 10D | 5D | 4E |
| Octal | 305 | 223 | 373 | 26 | 51 | 0 | 2 | 415 | 135 | 116 |
| Binary | 11000101 | 10010011 | 11111011 | 10110 | 101001 | 0 | 10 | 100001101 | 1011101 | 1001110 |
Color Harmonies of #C593FB
Complementary color
Monochromatic Colors of #C593FB
Black with #C593FB
Text Example
Text Example
White with #C593FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593FB; }
p { color: rgb(197,147,251); }
H1.HeaderClassName
{
color: #C593FB;
}
.AnyTagClassName
{
color: #C593FB;
}
</style>
background-color css
<style>
a { background-color: #C593FB; }
a { background-color: rgb(197,147,251); }
div.DivClassName
{
background-color: #C593FB;
}
.BgClassName
{
background-color: #C593FB;
}
</style>
border-color css
<style>
span { border-color: #C593FB; }
span { border-color: rgb(197,147,251); }
td.TdClassName
{
border-color: #C593FB;
}
.TagClassName
{
border-color: #C593FB;
}
</style>