Shades of Wisteria #C39DDB
Tints of Wisteria #C39DDB
RGB
CMYK
RGB Variations
Color information
#C39DDB (or 0xC39DDB) is known color: Wisteria. HEX triplet: C3, 9D and DB. RGB value is (195,157,219). Sum of RGB (Red+Green+Blue) = 195+157+219=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C39DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DDB is #3C6224. Grayscale: #AFAFAF. Windows color (decimal): -3957285 or 14392771. OLE color: 14392771.
HSL color Cylindrical-coordinate representation of color #C39DDB: hue angle of 276.77º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39DDB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 157 | 219 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.14 |
| HSL | 276.77º | 0.46% | 0.74% | - |
| HSV(B) | 276.77º | 0.28% | 0.86% | - |
| XYZ | 47.35 | 40.83 | 72.4 | - |
| YUV | 175.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 219 | 0.11 | 0.28 | 0 | 0.14 | 276.77 | 0.46 | 0.74 |
| Hex | C3 | 9D | DB | B | 1C | 0 | E | 115 | 2E | 4A |
| Octal | 303 | 235 | 333 | 13 | 34 | 0 | 16 | 425 | 56 | 112 |
| Binary | 11000011 | 10011101 | 11011011 | 1011 | 11100 | 0 | 1110 | 100010101 | 101110 | 1001010 |
Color Harmonies of #C39DDB
Complementary color
Monochromatic Colors of #C39DDB
Black with #C39DDB
Text Example
Text Example
White with #C39DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DDB; }
p { color: rgb(195,157,219); }
H1.HeaderClassName
{
color: #C39DDB;
}
.AnyTagClassName
{
color: #C39DDB;
}
</style>
background-color css
<style>
a { background-color: #C39DDB; }
a { background-color: rgb(195,157,219); }
div.DivClassName
{
background-color: #C39DDB;
}
.BgClassName
{
background-color: #C39DDB;
}
</style>
border-color css
<style>
span { border-color: #C39DDB; }
span { border-color: rgb(195,157,219); }
td.TdClassName
{
border-color: #C39DDB;
}
.TagClassName
{
border-color: #C39DDB;
}
</style>