Shades of Wisteria #C47FDD
Tints of Wisteria #C47FDD
RGB
CMYK
RGB Variations
Color information
#C47FDD (or 0xC47FDD) is known color: Wisteria. HEX triplet: C4, 7F and DD. RGB value is (196,127,221). Sum of RGB (Red+Green+Blue) = 196+127+221=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C47FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FDD is #3B8022. Grayscale: #9E9E9E. Windows color (decimal): -3899427 or 14516164. OLE color: 14516164.
HSL color Cylindrical-coordinate representation of color #C47FDD: hue angle of 284.04º degrees, saturation: 0.58, 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 #C47FDD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 127 | 221 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.13 |
| HSL | 284.04º | 0.58% | 0.68% | - |
| HSV(B) | 284.04º | 0.43% | 0.87% | - |
| XYZ | 43.41 | 32.13 | 72.32 | - |
| YUV | 158.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 221 | 0.11 | 0.43 | 0 | 0.13 | 284.04 | 0.58 | 0.68 |
| Hex | C4 | 7F | DD | B | 2B | 0 | D | 11C | 3A | 44 |
| Octal | 304 | 177 | 335 | 13 | 53 | 0 | 15 | 434 | 72 | 104 |
| Binary | 11000100 | 1111111 | 11011101 | 1011 | 101011 | 0 | 1101 | 100011100 | 111010 | 1000100 |
Color Harmonies of #C47FDD
Complementary color
Monochromatic Colors of #C47FDD
Black with #C47FDD
Text Example
Text Example
White with #C47FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FDD; }
p { color: rgb(196,127,221); }
H1.HeaderClassName
{
color: #C47FDD;
}
.AnyTagClassName
{
color: #C47FDD;
}
</style>
background-color css
<style>
a { background-color: #C47FDD; }
a { background-color: rgb(196,127,221); }
div.DivClassName
{
background-color: #C47FDD;
}
.BgClassName
{
background-color: #C47FDD;
}
</style>
border-color css
<style>
span { border-color: #C47FDD; }
span { border-color: rgb(196,127,221); }
td.TdClassName
{
border-color: #C47FDD;
}
.TagClassName
{
border-color: #C47FDD;
}
</style>