Shades of Wisteria #C792D9
Tints of Wisteria #C792D9
RGB
CMYK
RGB Variations
Color information
#C792D9 (or 0xC792D9) is known color: Wisteria. HEX triplet: C7, 92 and D9. RGB value is (199,146,217). Sum of RGB (Red+Green+Blue) = 199+146+217=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #C792D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792D9 is #386D26. Grayscale: #A9A9A9. Windows color (decimal): -3697959 or 14258887. OLE color: 14258887.
HSL color Cylindrical-coordinate representation of color #C792D9: hue angle of 284.79º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C792D9 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 146 | 217 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.15 |
| HSL | 284.79º | 0.48% | 0.71% | - |
| HSV(B) | 284.79º | 0.33% | 0.85% | - |
| XYZ | 46.36 | 37.71 | 70.48 | - |
| YUV | 169.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 217 | 0.08 | 0.33 | 0 | 0.15 | 284.79 | 0.48 | 0.71 |
| Hex | C7 | 92 | D9 | 8 | 21 | 0 | F | 11D | 30 | 47 |
| Octal | 307 | 222 | 331 | 10 | 41 | 0 | 17 | 435 | 60 | 107 |
| Binary | 11000111 | 10010010 | 11011001 | 1000 | 100001 | 0 | 1111 | 100011101 | 110000 | 1000111 |
Color Harmonies of #C792D9
Complementary color
Monochromatic Colors of #C792D9
Black with #C792D9
Text Example
Text Example
White with #C792D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792D9; }
p { color: rgb(199,146,217); }
H1.HeaderClassName
{
color: #C792D9;
}
.AnyTagClassName
{
color: #C792D9;
}
</style>
background-color css
<style>
a { background-color: #C792D9; }
a { background-color: rgb(199,146,217); }
div.DivClassName
{
background-color: #C792D9;
}
.BgClassName
{
background-color: #C792D9;
}
</style>
border-color css
<style>
span { border-color: #C792D9; }
span { border-color: rgb(199,146,217); }
td.TdClassName
{
border-color: #C792D9;
}
.TagClassName
{
border-color: #C792D9;
}
</style>