Shades of Wisteria #C389F5
Tints of Wisteria #C389F5
RGB
CMYK
RGB Variations
Color information
#C389F5 (or 0xC389F5) is known color: Wisteria. HEX triplet: C3, 89 and F5. RGB value is (195,137,245). Sum of RGB (Red+Green+Blue) = 195+137+245=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #C389F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389F5 is #3C760A. Grayscale: #A6A6A6. Windows color (decimal): -3962379 or 16091587. OLE color: 16091587.
HSL color Cylindrical-coordinate representation of color #C389F5: hue angle of 272.22º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C389F5 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 137 | 245 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.04 |
| HSL | 272.22º | 0.84% | 0.75% | - |
| HSV(B) | 272.22º | 0.44% | 0.96% | - |
| XYZ | 47.93 | 36.09 | 90.83 | - |
| YUV | 166.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 245 | 0.20 | 0.44 | 0 | 0.04 | 272.22 | 0.84 | 0.75 |
| Hex | C3 | 89 | F5 | 14 | 2C | 0 | 4 | 110 | 54 | 4B |
| Octal | 303 | 211 | 365 | 24 | 54 | 0 | 4 | 420 | 124 | 113 |
| Binary | 11000011 | 10001001 | 11110101 | 10100 | 101100 | 0 | 100 | 100010000 | 1010100 | 1001011 |
Color Harmonies of #C389F5
Complementary color
Monochromatic Colors of #C389F5
Black with #C389F5
Text Example
Text Example
White with #C389F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389F5; }
p { color: rgb(195,137,245); }
H1.HeaderClassName
{
color: #C389F5;
}
.AnyTagClassName
{
color: #C389F5;
}
</style>
background-color css
<style>
a { background-color: #C389F5; }
a { background-color: rgb(195,137,245); }
div.DivClassName
{
background-color: #C389F5;
}
.BgClassName
{
background-color: #C389F5;
}
</style>
border-color css
<style>
span { border-color: #C389F5; }
span { border-color: rgb(195,137,245); }
td.TdClassName
{
border-color: #C389F5;
}
.TagClassName
{
border-color: #C389F5;
}
</style>