Shades of Wisteria #C47DDF
Tints of Wisteria #C47DDF
RGB
CMYK
RGB Variations
Color information
#C47DDF (or 0xC47DDF) is known color: Wisteria. HEX triplet: C4, 7D and DF. RGB value is (196,125,223). Sum of RGB (Red+Green+Blue) = 196+125+223=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C47DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DDF is #3B8220. Grayscale: #9D9D9D. Windows color (decimal): -3899937 or 14646724. OLE color: 14646724.
HSL color Cylindrical-coordinate representation of color #C47DDF: hue angle of 283.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47DDF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 125 | 223 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.13 |
| HSL | 283.47º | 0.6% | 0.68% | - |
| HSV(B) | 283.47º | 0.44% | 0.87% | - |
| XYZ | 43.42 | 31.73 | 73.65 | - |
| YUV | 157.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 223 | 0.12 | 0.44 | 0 | 0.13 | 283.47 | 0.6 | 0.68 |
| Hex | C4 | 7D | DF | C | 2C | 0 | D | 11B | 3C | 44 |
| Octal | 304 | 175 | 337 | 14 | 54 | 0 | 15 | 433 | 74 | 104 |
| Binary | 11000100 | 1111101 | 11011111 | 1100 | 101100 | 0 | 1101 | 100011011 | 111100 | 1000100 |
Color Harmonies of #C47DDF
Complementary color
Monochromatic Colors of #C47DDF
Black with #C47DDF
Text Example
Text Example
White with #C47DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DDF; }
p { color: rgb(196,125,223); }
H1.HeaderClassName
{
color: #C47DDF;
}
.AnyTagClassName
{
color: #C47DDF;
}
</style>
background-color css
<style>
a { background-color: #C47DDF; }
a { background-color: rgb(196,125,223); }
div.DivClassName
{
background-color: #C47DDF;
}
.BgClassName
{
background-color: #C47DDF;
}
</style>
border-color css
<style>
span { border-color: #C47DDF; }
span { border-color: rgb(196,125,223); }
td.TdClassName
{
border-color: #C47DDF;
}
.TagClassName
{
border-color: #C47DDF;
}
</style>