Shades of Wisteria #C389D9
Tints of Wisteria #C389D9
RGB
CMYK
RGB Variations
Color information
#C389D9 (or 0xC389D9) is known color: Wisteria. HEX triplet: C3, 89 and D9. RGB value is (195,137,217). Sum of RGB (Red+Green+Blue) = 195+137+217=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #C389D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389D9 is #3C7626. Grayscale: #A3A3A3. Windows color (decimal): -3962407 or 14256579. OLE color: 14256579.
HSL color Cylindrical-coordinate representation of color #C389D9: hue angle of 283.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C389D9 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 137 | 217 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.15 |
| HSL | 283.5º | 0.51% | 0.69% | - |
| HSV(B) | 283.5º | 0.37% | 0.85% | - |
| XYZ | 43.98 | 34.5 | 69.99 | - |
| YUV | 163.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 217 | 0.10 | 0.37 | 0 | 0.15 | 283.5 | 0.51 | 0.69 |
| Hex | C3 | 89 | D9 | A | 25 | 0 | F | 11C | 33 | 45 |
| Octal | 303 | 211 | 331 | 12 | 45 | 0 | 17 | 434 | 63 | 105 |
| Binary | 11000011 | 10001001 | 11011001 | 1010 | 100101 | 0 | 1111 | 100011100 | 110011 | 1000101 |
Color Harmonies of #C389D9
Complementary color
Monochromatic Colors of #C389D9
Black with #C389D9
Text Example
Text Example
White with #C389D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389D9; }
p { color: rgb(195,137,217); }
H1.HeaderClassName
{
color: #C389D9;
}
.AnyTagClassName
{
color: #C389D9;
}
</style>
background-color css
<style>
a { background-color: #C389D9; }
a { background-color: rgb(195,137,217); }
div.DivClassName
{
background-color: #C389D9;
}
.BgClassName
{
background-color: #C389D9;
}
</style>
border-color css
<style>
span { border-color: #C389D9; }
span { border-color: rgb(195,137,217); }
td.TdClassName
{
border-color: #C389D9;
}
.TagClassName
{
border-color: #C389D9;
}
</style>