Shades of Wisteria #C77FE1
Tints of Wisteria #C77FE1
RGB
CMYK
RGB Variations
Color information
#C77FE1 (or 0xC77FE1) is known color: Wisteria. HEX triplet: C7, 7F and E1. RGB value is (199,127,225). Sum of RGB (Red+Green+Blue) = 199+127+225=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #C77FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FE1 is #38801E. Grayscale: #9F9F9F. Windows color (decimal): -3702815 or 14778311. OLE color: 14778311.
HSL color Cylindrical-coordinate representation of color #C77FE1: hue angle of 284.08º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77FE1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 127 | 225 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.12 |
| HSL | 284.08º | 0.62% | 0.69% | - |
| HSV(B) | 284.08º | 0.44% | 0.88% | - |
| XYZ | 44.73 | 32.76 | 75.2 | - |
| YUV | 159.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 225 | 0.12 | 0.44 | 0 | 0.12 | 284.08 | 0.62 | 0.69 |
| Hex | C7 | 7F | E1 | C | 2C | 0 | C | 11C | 3E | 45 |
| Octal | 307 | 177 | 341 | 14 | 54 | 0 | 14 | 434 | 76 | 105 |
| Binary | 11000111 | 1111111 | 11100001 | 1100 | 101100 | 0 | 1100 | 100011100 | 111110 | 1000101 |
Color Harmonies of #C77FE1
Complementary color
Monochromatic Colors of #C77FE1
Black with #C77FE1
Text Example
Text Example
White with #C77FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FE1; }
p { color: rgb(199,127,225); }
H1.HeaderClassName
{
color: #C77FE1;
}
.AnyTagClassName
{
color: #C77FE1;
}
</style>
background-color css
<style>
a { background-color: #C77FE1; }
a { background-color: rgb(199,127,225); }
div.DivClassName
{
background-color: #C77FE1;
}
.BgClassName
{
background-color: #C77FE1;
}
</style>
border-color css
<style>
span { border-color: #C77FE1; }
span { border-color: rgb(199,127,225); }
td.TdClassName
{
border-color: #C77FE1;
}
.TagClassName
{
border-color: #C77FE1;
}
</style>