Shades of Wisteria #C39FDB
Tints of Wisteria #C39FDB
RGB
CMYK
RGB Variations
Color information
#C39FDB (or 0xC39FDB) is known color: Wisteria. HEX triplet: C3, 9F and DB. RGB value is (195,159,219). Sum of RGB (Red+Green+Blue) = 195+159+219=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C39FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39FDB is #3C6024. Grayscale: #B0B0B0. Windows color (decimal): -3956773 or 14393283. OLE color: 14393283.
HSL color Cylindrical-coordinate representation of color #C39FDB: hue angle of 276º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C39FDB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 159 | 219 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.14 |
| HSL | 276º | 0.45% | 0.74% | - |
| HSV(B) | 276º | 0.27% | 0.86% | - |
| XYZ | 47.69 | 41.51 | 72.52 | - |
| YUV | 176.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 219 | 0.11 | 0.27 | 0 | 0.14 | 276 | 0.45 | 0.74 |
| Hex | C3 | 9F | DB | B | 1B | 0 | E | 114 | 2D | 4A |
| Octal | 303 | 237 | 333 | 13 | 33 | 0 | 16 | 424 | 55 | 112 |
| Binary | 11000011 | 10011111 | 11011011 | 1011 | 11011 | 0 | 1110 | 100010100 | 101101 | 1001010 |
Color Harmonies of #C39FDB
Complementary color
Monochromatic Colors of #C39FDB
Black with #C39FDB
Text Example
Text Example
White with #C39FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39FDB; }
p { color: rgb(195,159,219); }
H1.HeaderClassName
{
color: #C39FDB;
}
.AnyTagClassName
{
color: #C39FDB;
}
</style>
background-color css
<style>
a { background-color: #C39FDB; }
a { background-color: rgb(195,159,219); }
div.DivClassName
{
background-color: #C39FDB;
}
.BgClassName
{
background-color: #C39FDB;
}
</style>
border-color css
<style>
span { border-color: #C39FDB; }
span { border-color: rgb(195,159,219); }
td.TdClassName
{
border-color: #C39FDB;
}
.TagClassName
{
border-color: #C39FDB;
}
</style>