Shades of Wisteria #C39BDD
Tints of Wisteria #C39BDD
RGB
CMYK
RGB Variations
Color information
#C39BDD (or 0xC39BDD) is known color: Wisteria. HEX triplet: C3, 9B and DD. RGB value is (195,155,221). Sum of RGB (Red+Green+Blue) = 195+155+221=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C39BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BDD is #3C6422. Grayscale: #AEAEAE. Windows color (decimal): -3957795 or 14523331. OLE color: 14523331.
HSL color Cylindrical-coordinate representation of color #C39BDD: hue angle of 276.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39BDD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 155 | 221 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.13 |
| HSL | 276.36º | 0.49% | 0.74% | - |
| HSV(B) | 276.36º | 0.3% | 0.87% | - |
| XYZ | 47.28 | 40.27 | 73.69 | - |
| YUV | 174.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 221 | 0.12 | 0.30 | 0 | 0.13 | 276.36 | 0.49 | 0.74 |
| Hex | C3 | 9B | DD | C | 1E | 0 | D | 114 | 31 | 4A |
| Octal | 303 | 233 | 335 | 14 | 36 | 0 | 15 | 424 | 61 | 112 |
| Binary | 11000011 | 10011011 | 11011101 | 1100 | 11110 | 0 | 1101 | 100010100 | 110001 | 1001010 |
Color Harmonies of #C39BDD
Complementary color
Monochromatic Colors of #C39BDD
Black with #C39BDD
Text Example
Text Example
White with #C39BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BDD; }
p { color: rgb(195,155,221); }
H1.HeaderClassName
{
color: #C39BDD;
}
.AnyTagClassName
{
color: #C39BDD;
}
</style>
background-color css
<style>
a { background-color: #C39BDD; }
a { background-color: rgb(195,155,221); }
div.DivClassName
{
background-color: #C39BDD;
}
.BgClassName
{
background-color: #C39BDD;
}
</style>
border-color css
<style>
span { border-color: #C39BDD; }
span { border-color: rgb(195,155,221); }
td.TdClassName
{
border-color: #C39BDD;
}
.TagClassName
{
border-color: #C39BDD;
}
</style>