Shades of Wisteria #C47DDD
Tints of Wisteria #C47DDD
RGB
CMYK
RGB Variations
Color information
#C47DDD (or 0xC47DDD) is known color: Wisteria. HEX triplet: C4, 7D and DD. RGB value is (196,125,221). Sum of RGB (Red+Green+Blue) = 196+125+221=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C47DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DDD is #3B8222. Grayscale: #9C9C9C. Windows color (decimal): -3899939 or 14515652. OLE color: 14515652.
HSL color Cylindrical-coordinate representation of color #C47DDD: hue angle of 284.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47DDD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 125 | 221 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.13 |
| HSL | 284.38º | 0.59% | 0.68% | - |
| HSV(B) | 284.38º | 0.43% | 0.87% | - |
| XYZ | 43.15 | 31.62 | 72.24 | - |
| YUV | 157.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 221 | 0.11 | 0.43 | 0 | 0.13 | 284.38 | 0.59 | 0.68 |
| Hex | C4 | 7D | DD | B | 2B | 0 | D | 11C | 3B | 44 |
| Octal | 304 | 175 | 335 | 13 | 53 | 0 | 15 | 434 | 73 | 104 |
| Binary | 11000100 | 1111101 | 11011101 | 1011 | 101011 | 0 | 1101 | 100011100 | 111011 | 1000100 |
Color Harmonies of #C47DDD
Complementary color
Monochromatic Colors of #C47DDD
Black with #C47DDD
Text Example
Text Example
White with #C47DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DDD; }
p { color: rgb(196,125,221); }
H1.HeaderClassName
{
color: #C47DDD;
}
.AnyTagClassName
{
color: #C47DDD;
}
</style>
background-color css
<style>
a { background-color: #C47DDD; }
a { background-color: rgb(196,125,221); }
div.DivClassName
{
background-color: #C47DDD;
}
.BgClassName
{
background-color: #C47DDD;
}
</style>
border-color css
<style>
span { border-color: #C47DDD; }
span { border-color: rgb(196,125,221); }
td.TdClassName
{
border-color: #C47DDD;
}
.TagClassName
{
border-color: #C47DDD;
}
</style>