Shades of Wisteria #C77DE3
Tints of Wisteria #C77DE3
RGB
CMYK
RGB Variations
Color information
#C77DE3 (or 0xC77DE3) is known color: Wisteria. HEX triplet: C7, 7D and E3. RGB value is (199,125,227). Sum of RGB (Red+Green+Blue) = 199+125+227=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #C77DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DE3 is #38821C. Grayscale: #9E9E9E. Windows color (decimal): -3703325 or 14908871. OLE color: 14908871.
HSL color Cylindrical-coordinate representation of color #C77DE3: hue angle of 283.53º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C77DE3 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 125 | 227 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.11 |
| HSL | 283.53º | 0.65% | 0.69% | - |
| HSV(B) | 283.53º | 0.45% | 0.89% | - |
| XYZ | 44.75 | 32.36 | 76.56 | - |
| YUV | 158.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 227 | 0.12 | 0.45 | 0 | 0.11 | 283.53 | 0.65 | 0.69 |
| Hex | C7 | 7D | E3 | C | 2D | 0 | B | 11C | 41 | 45 |
| Octal | 307 | 175 | 343 | 14 | 55 | 0 | 13 | 434 | 101 | 105 |
| Binary | 11000111 | 1111101 | 11100011 | 1100 | 101101 | 0 | 1011 | 100011100 | 1000001 | 1000101 |
Color Harmonies of #C77DE3
Complementary color
Monochromatic Colors of #C77DE3
Black with #C77DE3
Text Example
Text Example
White with #C77DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DE3; }
p { color: rgb(199,125,227); }
H1.HeaderClassName
{
color: #C77DE3;
}
.AnyTagClassName
{
color: #C77DE3;
}
</style>
background-color css
<style>
a { background-color: #C77DE3; }
a { background-color: rgb(199,125,227); }
div.DivClassName
{
background-color: #C77DE3;
}
.BgClassName
{
background-color: #C77DE3;
}
</style>
border-color css
<style>
span { border-color: #C77DE3; }
span { border-color: rgb(199,125,227); }
td.TdClassName
{
border-color: #C77DE3;
}
.TagClassName
{
border-color: #C77DE3;
}
</style>