Shades of Wisteria #C77FDD
Tints of Wisteria #C77FDD
RGB
CMYK
RGB Variations
Color information
#C77FDD (or 0xC77FDD) is known color: Wisteria. HEX triplet: C7, 7F and DD. RGB value is (199,127,221). Sum of RGB (Red+Green+Blue) = 199+127+221=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FDD is #388022. Grayscale: #9E9E9E. Windows color (decimal): -3702819 or 14516167. OLE color: 14516167.
HSL color Cylindrical-coordinate representation of color #C77FDD: hue angle of 285.96º 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 #C77FDD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 127 | 221 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.13 |
| HSL | 285.96º | 0.58% | 0.68% | - |
| HSV(B) | 285.96º | 0.43% | 0.87% | - |
| XYZ | 44.19 | 32.54 | 72.36 | - |
| YUV | 159.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 221 | 0.10 | 0.43 | 0 | 0.13 | 285.96 | 0.58 | 0.68 |
| Hex | C7 | 7F | DD | A | 2B | 0 | D | 11E | 3A | 44 |
| Octal | 307 | 177 | 335 | 12 | 53 | 0 | 15 | 436 | 72 | 104 |
| Binary | 11000111 | 1111111 | 11011101 | 1010 | 101011 | 0 | 1101 | 100011110 | 111010 | 1000100 |
Color Harmonies of #C77FDD
Complementary color
Monochromatic Colors of #C77FDD
Black with #C77FDD
Text Example
Text Example
White with #C77FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FDD; }
p { color: rgb(199,127,221); }
H1.HeaderClassName
{
color: #C77FDD;
}
.AnyTagClassName
{
color: #C77FDD;
}
</style>
background-color css
<style>
a { background-color: #C77FDD; }
a { background-color: rgb(199,127,221); }
div.DivClassName
{
background-color: #C77FDD;
}
.BgClassName
{
background-color: #C77FDD;
}
</style>
border-color css
<style>
span { border-color: #C77FDD; }
span { border-color: rgb(199,127,221); }
td.TdClassName
{
border-color: #C77FDD;
}
.TagClassName
{
border-color: #C77FDD;
}
</style>