Shades of Wisteria #C39DCD
Tints of Wisteria #C39DCD
RGB
CMYK
RGB Variations
Color information
#C39DCD (or 0xC39DCD) is known color: Wisteria. HEX triplet: C3, 9D and CD. RGB value is (195,157,205). Sum of RGB (Red+Green+Blue) = 195+157+205=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #C39DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DCD is #3C6232. Grayscale: #ADADAD. Windows color (decimal): -3957299 or 13475267. OLE color: 13475267.
HSL color Cylindrical-coordinate representation of color #C39DCD: hue angle of 287.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C39DCD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 157 | 205 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.20 |
| HSL | 287.5º | 0.32% | 0.71% | - |
| HSV(B) | 287.5º | 0.23% | 0.8% | - |
| XYZ | 45.58 | 40.12 | 63.1 | - |
| YUV | 173.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 205 | 0.05 | 0.23 | 0 | 0.20 | 287.5 | 0.32 | 0.71 |
| Hex | C3 | 9D | CD | 5 | 17 | 0 | 14 | 120 | 20 | 47 |
| Octal | 303 | 235 | 315 | 5 | 27 | 0 | 24 | 440 | 40 | 107 |
| Binary | 11000011 | 10011101 | 11001101 | 101 | 10111 | 0 | 10100 | 100100000 | 100000 | 1000111 |
Color Harmonies of #C39DCD
Complementary color
Monochromatic Colors of #C39DCD
Black with #C39DCD
Text Example
Text Example
White with #C39DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DCD; }
p { color: rgb(195,157,205); }
H1.HeaderClassName
{
color: #C39DCD;
}
.AnyTagClassName
{
color: #C39DCD;
}
</style>
background-color css
<style>
a { background-color: #C39DCD; }
a { background-color: rgb(195,157,205); }
div.DivClassName
{
background-color: #C39DCD;
}
.BgClassName
{
background-color: #C39DCD;
}
</style>
border-color css
<style>
span { border-color: #C39DCD; }
span { border-color: rgb(195,157,205); }
td.TdClassName
{
border-color: #C39DCD;
}
.TagClassName
{
border-color: #C39DCD;
}
</style>