Shades of Wisteria #C593FE
Tints of Wisteria #C593FE
RGB
CMYK
RGB Variations
Color information
#C593FE (or 0xC593FE) is known color: Wisteria. HEX triplet: C5, 93 and FE. RGB value is (197,147,254). Sum of RGB (Red+Green+Blue) = 197+147+254=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C593FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593FE is #3A6C01. Grayscale: #ADADAD. Windows color (decimal): -3828738 or 16683973. OLE color: 16683973.
HSL color Cylindrical-coordinate representation of color #C593FE: hue angle of 268.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C593FE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 147 | 254 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.00 |
| HSL | 268.04º | 0.98% | 0.79% | - |
| HSV(B) | 268.04º | 0.42% | 1% | - |
| XYZ | 51.35 | 39.89 | 98.76 | - |
| YUV | 174.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 254 | 0.22 | 0.42 | 0 | 0.00 | 268.04 | 0.98 | 0.79 |
| Hex | C5 | 93 | FE | 16 | 2A | 0 | 0 | 10C | 62 | 4F |
| Octal | 305 | 223 | 376 | 26 | 52 | 0 | 0 | 414 | 142 | 117 |
| Binary | 11000101 | 10010011 | 11111110 | 10110 | 101010 | 0 | 0 | 100001100 | 1100010 | 1001111 |
Color Harmonies of #C593FE
Complementary color
Monochromatic Colors of #C593FE
Black with #C593FE
Text Example
Text Example
White with #C593FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593FE; }
p { color: rgb(197,147,254); }
H1.HeaderClassName
{
color: #C593FE;
}
.AnyTagClassName
{
color: #C593FE;
}
</style>
background-color css
<style>
a { background-color: #C593FE; }
a { background-color: rgb(197,147,254); }
div.DivClassName
{
background-color: #C593FE;
}
.BgClassName
{
background-color: #C593FE;
}
</style>
border-color css
<style>
span { border-color: #C593FE; }
span { border-color: rgb(197,147,254); }
td.TdClassName
{
border-color: #C593FE;
}
.TagClassName
{
border-color: #C593FE;
}
</style>