Shades of Wisteria #C39FDD
Tints of Wisteria #C39FDD
RGB
CMYK
RGB Variations
Color information
#C39FDD (or 0xC39FDD) is known color: Wisteria. HEX triplet: C3, 9F and DD. RGB value is (195,159,221). Sum of RGB (Red+Green+Blue) = 195+159+221=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C39FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39FDD is #3C6022. Grayscale: #B0B0B0. Windows color (decimal): -3956771 or 14524355. OLE color: 14524355.
HSL color Cylindrical-coordinate representation of color #C39FDD: hue angle of 274.84º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39FDD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 159 | 221 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.13 |
| HSL | 274.84º | 0.48% | 0.75% | - |
| HSV(B) | 274.84º | 0.28% | 0.87% | - |
| XYZ | 47.95 | 41.62 | 73.91 | - |
| YUV | 176.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 221 | 0.12 | 0.28 | 0 | 0.13 | 274.84 | 0.48 | 0.75 |
| Hex | C3 | 9F | DD | C | 1C | 0 | D | 113 | 30 | 4B |
| Octal | 303 | 237 | 335 | 14 | 34 | 0 | 15 | 423 | 60 | 113 |
| Binary | 11000011 | 10011111 | 11011101 | 1100 | 11100 | 0 | 1101 | 100010011 | 110000 | 1001011 |
Color Harmonies of #C39FDD
Complementary color
Monochromatic Colors of #C39FDD
Black with #C39FDD
Text Example
Text Example
White with #C39FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39FDD; }
p { color: rgb(195,159,221); }
H1.HeaderClassName
{
color: #C39FDD;
}
.AnyTagClassName
{
color: #C39FDD;
}
</style>
background-color css
<style>
a { background-color: #C39FDD; }
a { background-color: rgb(195,159,221); }
div.DivClassName
{
background-color: #C39FDD;
}
.BgClassName
{
background-color: #C39FDD;
}
</style>
border-color css
<style>
span { border-color: #C39FDD; }
span { border-color: rgb(195,159,221); }
td.TdClassName
{
border-color: #C39FDD;
}
.TagClassName
{
border-color: #C39FDD;
}
</style>