Shades of Wisteria #C386F1
Tints of Wisteria #C386F1
RGB
CMYK
RGB Variations
Color information
#C386F1 (or 0xC386F1) is known color: Wisteria. HEX triplet: C3, 86 and F1. RGB value is (195,134,241). Sum of RGB (Red+Green+Blue) = 195+134+241=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #C386F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386F1 is #3C790E. Grayscale: #A4A4A4. Windows color (decimal): -3963151 or 15828675. OLE color: 15828675.
HSL color Cylindrical-coordinate representation of color #C386F1: hue angle of 274.21º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C386F1 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 134 | 241 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.05 |
| HSL | 274.21º | 0.79% | 0.74% | - |
| HSV(B) | 274.21º | 0.44% | 0.95% | - |
| XYZ | 46.91 | 35 | 87.5 | - |
| YUV | 164.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 241 | 0.19 | 0.44 | 0 | 0.05 | 274.21 | 0.79 | 0.74 |
| Hex | C3 | 86 | F1 | 13 | 2C | 0 | 5 | 112 | 4F | 4A |
| Octal | 303 | 206 | 361 | 23 | 54 | 0 | 5 | 422 | 117 | 112 |
| Binary | 11000011 | 10000110 | 11110001 | 10011 | 101100 | 0 | 101 | 100010010 | 1001111 | 1001010 |
Color Harmonies of #C386F1
Complementary color
Monochromatic Colors of #C386F1
Black with #C386F1
Text Example
Text Example
White with #C386F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386F1; }
p { color: rgb(195,134,241); }
H1.HeaderClassName
{
color: #C386F1;
}
.AnyTagClassName
{
color: #C386F1;
}
</style>
background-color css
<style>
a { background-color: #C386F1; }
a { background-color: rgb(195,134,241); }
div.DivClassName
{
background-color: #C386F1;
}
.BgClassName
{
background-color: #C386F1;
}
</style>
border-color css
<style>
span { border-color: #C386F1; }
span { border-color: rgb(195,134,241); }
td.TdClassName
{
border-color: #C386F1;
}
.TagClassName
{
border-color: #C386F1;
}
</style>