Shades of Wisteria #C380D9
Tints of Wisteria #C380D9
RGB
CMYK
RGB Variations
Color information
#C380D9 (or 0xC380D9) is known color: Wisteria. HEX triplet: C3, 80 and D9. RGB value is (195,128,217). Sum of RGB (Red+Green+Blue) = 195+128+217=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #C380D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380D9 is #3C7F26. Grayscale: #9D9D9D. Windows color (decimal): -3964711 or 14254275. OLE color: 14254275.
HSL color Cylindrical-coordinate representation of color #C380D9: hue angle of 285.17º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C380D9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 128 | 217 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.15 |
| HSL | 285.17º | 0.54% | 0.68% | - |
| HSV(B) | 285.17º | 0.41% | 0.85% | - |
| XYZ | 42.75 | 32.05 | 69.58 | - |
| YUV | 158.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 217 | 0.10 | 0.41 | 0 | 0.15 | 285.17 | 0.54 | 0.68 |
| Hex | C3 | 80 | D9 | A | 29 | 0 | F | 11D | 36 | 44 |
| Octal | 303 | 200 | 331 | 12 | 51 | 0 | 17 | 435 | 66 | 104 |
| Binary | 11000011 | 10000000 | 11011001 | 1010 | 101001 | 0 | 1111 | 100011101 | 110110 | 1000100 |
Color Harmonies of #C380D9
Complementary color
Monochromatic Colors of #C380D9
Black with #C380D9
Text Example
Text Example
White with #C380D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380D9; }
p { color: rgb(195,128,217); }
H1.HeaderClassName
{
color: #C380D9;
}
.AnyTagClassName
{
color: #C380D9;
}
</style>
background-color css
<style>
a { background-color: #C380D9; }
a { background-color: rgb(195,128,217); }
div.DivClassName
{
background-color: #C380D9;
}
.BgClassName
{
background-color: #C380D9;
}
</style>
border-color css
<style>
span { border-color: #C380D9; }
span { border-color: rgb(195,128,217); }
td.TdClassName
{
border-color: #C380D9;
}
.TagClassName
{
border-color: #C380D9;
}
</style>