Shades of Wisteria #C390D9
Tints of Wisteria #C390D9
RGB
CMYK
RGB Variations
Color information
#C390D9 (or 0xC390D9) is known color: Wisteria. HEX triplet: C3, 90 and D9. RGB value is (195,144,217). Sum of RGB (Red+Green+Blue) = 195+144+217=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #C390D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390D9 is #3C6F26. Grayscale: #A7A7A7. Windows color (decimal): -3960615 or 14258371. OLE color: 14258371.
HSL color Cylindrical-coordinate representation of color #C390D9: hue angle of 281.92º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C390D9 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 144 | 217 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.15 |
| HSL | 281.92º | 0.49% | 0.71% | - |
| HSV(B) | 281.92º | 0.34% | 0.85% | - |
| XYZ | 45 | 36.56 | 70.33 | - |
| YUV | 167.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 217 | 0.10 | 0.34 | 0 | 0.15 | 281.92 | 0.49 | 0.71 |
| Hex | C3 | 90 | D9 | A | 22 | 0 | F | 11A | 31 | 47 |
| Octal | 303 | 220 | 331 | 12 | 42 | 0 | 17 | 432 | 61 | 107 |
| Binary | 11000011 | 10010000 | 11011001 | 1010 | 100010 | 0 | 1111 | 100011010 | 110001 | 1000111 |
Color Harmonies of #C390D9
Complementary color
Monochromatic Colors of #C390D9
Black with #C390D9
Text Example
Text Example
White with #C390D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390D9; }
p { color: rgb(195,144,217); }
H1.HeaderClassName
{
color: #C390D9;
}
.AnyTagClassName
{
color: #C390D9;
}
</style>
background-color css
<style>
a { background-color: #C390D9; }
a { background-color: rgb(195,144,217); }
div.DivClassName
{
background-color: #C390D9;
}
.BgClassName
{
background-color: #C390D9;
}
</style>
border-color css
<style>
span { border-color: #C390D9; }
span { border-color: rgb(195,144,217); }
td.TdClassName
{
border-color: #C390D9;
}
.TagClassName
{
border-color: #C390D9;
}
</style>