Shades of Wisteria #C389FB
Tints of Wisteria #C389FB
RGB
CMYK
RGB Variations
Color information
#C389FB (or 0xC389FB) is known color: Wisteria. HEX triplet: C3, 89 and FB. RGB value is (195,137,251). Sum of RGB (Red+Green+Blue) = 195+137+251=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #C389FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389FB is #3C7604. Grayscale: #A6A6A6. Windows color (decimal): -3962373 or 16484803. OLE color: 16484803.
HSL color Cylindrical-coordinate representation of color #C389FB: hue angle of 270.53º degrees, saturation: 0.93, 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 #C389FB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 137 | 251 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.02 |
| HSL | 270.53º | 0.93% | 0.76% | - |
| HSV(B) | 270.53º | 0.45% | 0.98% | - |
| XYZ | 48.86 | 36.46 | 95.73 | - |
| YUV | 167.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 251 | 0.22 | 0.45 | 0 | 0.02 | 270.53 | 0.93 | 0.76 |
| Hex | C3 | 89 | FB | 16 | 2D | 0 | 2 | 10F | 5D | 4C |
| Octal | 303 | 211 | 373 | 26 | 55 | 0 | 2 | 417 | 135 | 114 |
| Binary | 11000011 | 10001001 | 11111011 | 10110 | 101101 | 0 | 10 | 100001111 | 1011101 | 1001100 |
Color Harmonies of #C389FB
Complementary color
Monochromatic Colors of #C389FB
Black with #C389FB
Text Example
Text Example
White with #C389FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389FB; }
p { color: rgb(195,137,251); }
H1.HeaderClassName
{
color: #C389FB;
}
.AnyTagClassName
{
color: #C389FB;
}
</style>
background-color css
<style>
a { background-color: #C389FB; }
a { background-color: rgb(195,137,251); }
div.DivClassName
{
background-color: #C389FB;
}
.BgClassName
{
background-color: #C389FB;
}
</style>
border-color css
<style>
span { border-color: #C389FB; }
span { border-color: rgb(195,137,251); }
td.TdClassName
{
border-color: #C389FB;
}
.TagClassName
{
border-color: #C389FB;
}
</style>