Shades of Wisteria #C393F5
Tints of Wisteria #C393F5
RGB
CMYK
RGB Variations
Color information
#C393F5 (or 0xC393F5) is known color: Wisteria. HEX triplet: C3, 93 and F5. RGB value is (195,147,245). Sum of RGB (Red+Green+Blue) = 195+147+245=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #C393F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393F5 is #3C6C0A. Grayscale: #ACACAC. Windows color (decimal): -3959819 or 16094147. OLE color: 16094147.
HSL color Cylindrical-coordinate representation of color #C393F5: hue angle of 269.39º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C393F5 is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 147 | 245 | - |
| CMYK | 0.20 | 0.4 | 0 | 0.04 |
| HSL | 269.39º | 0.83% | 0.77% | - |
| HSV(B) | 269.39º | 0.4% | 0.96% | - |
| XYZ | 49.42 | 39.06 | 91.32 | - |
| YUV | 172.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 245 | 0.20 | 0.4 | 0 | 0.04 | 269.39 | 0.83 | 0.77 |
| Hex | C3 | 93 | F5 | 14 | 28 | 0 | 4 | 10D | 53 | 4D |
| Octal | 303 | 223 | 365 | 24 | 50 | 0 | 4 | 415 | 123 | 115 |
| Binary | 11000011 | 10010011 | 11110101 | 10100 | 101000 | 0 | 100 | 100001101 | 1010011 | 1001101 |
Color Harmonies of #C393F5
Complementary color
Monochromatic Colors of #C393F5
Black with #C393F5
Text Example
Text Example
White with #C393F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393F5; }
p { color: rgb(195,147,245); }
H1.HeaderClassName
{
color: #C393F5;
}
.AnyTagClassName
{
color: #C393F5;
}
</style>
background-color css
<style>
a { background-color: #C393F5; }
a { background-color: rgb(195,147,245); }
div.DivClassName
{
background-color: #C393F5;
}
.BgClassName
{
background-color: #C393F5;
}
</style>
border-color css
<style>
span { border-color: #C393F5; }
span { border-color: rgb(195,147,245); }
td.TdClassName
{
border-color: #C393F5;
}
.TagClassName
{
border-color: #C393F5;
}
</style>