Shades of Wisteria #C389FA
Tints of Wisteria #C389FA
RGB
CMYK
RGB Variations
Color information
#C389FA (or 0xC389FA) is known color: Wisteria. HEX triplet: C3, 89 and FA. RGB value is (195,137,250). Sum of RGB (Red+Green+Blue) = 195+137+250=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C389FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389FA is #3C7605. Grayscale: #A6A6A6. Windows color (decimal): -3962374 or 16419267. OLE color: 16419267.
HSL color Cylindrical-coordinate representation of color #C389FA: hue angle of 270.8º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C389FA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 137 | 250 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.02 |
| HSL | 270.8º | 0.92% | 0.76% | - |
| HSV(B) | 270.8º | 0.45% | 0.98% | - |
| XYZ | 48.71 | 36.4 | 94.9 | - |
| YUV | 167.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 250 | 0.22 | 0.45 | 0 | 0.02 | 270.8 | 0.92 | 0.76 |
| Hex | C3 | 89 | FA | 16 | 2D | 0 | 2 | 10F | 5C | 4C |
| Octal | 303 | 211 | 372 | 26 | 55 | 0 | 2 | 417 | 134 | 114 |
| Binary | 11000011 | 10001001 | 11111010 | 10110 | 101101 | 0 | 10 | 100001111 | 1011100 | 1001100 |
Color Harmonies of #C389FA
Complementary color
Monochromatic Colors of #C389FA
Black with #C389FA
Text Example
Text Example
White with #C389FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389FA; }
p { color: rgb(195,137,250); }
H1.HeaderClassName
{
color: #C389FA;
}
.AnyTagClassName
{
color: #C389FA;
}
</style>
background-color css
<style>
a { background-color: #C389FA; }
a { background-color: rgb(195,137,250); }
div.DivClassName
{
background-color: #C389FA;
}
.BgClassName
{
background-color: #C389FA;
}
</style>
border-color css
<style>
span { border-color: #C389FA; }
span { border-color: rgb(195,137,250); }
td.TdClassName
{
border-color: #C389FA;
}
.TagClassName
{
border-color: #C389FA;
}
</style>