Shades of Wisteria #C792E9
Tints of Wisteria #C792E9
RGB
CMYK
RGB Variations
Color information
#C792E9 (or 0xC792E9) is known color: Wisteria. HEX triplet: C7, 92 and E9. RGB value is (199,146,233). Sum of RGB (Red+Green+Blue) = 199+146+233=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #C792E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792E9 is #386D16. Grayscale: #ABABAB. Windows color (decimal): -3697943 or 15307463. OLE color: 15307463.
HSL color Cylindrical-coordinate representation of color #C792E9: hue angle of 276.55º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C792E9 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 146 | 233 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.09 |
| HSL | 276.55º | 0.66% | 0.74% | - |
| HSV(B) | 276.55º | 0.37% | 0.91% | - |
| XYZ | 48.54 | 38.58 | 81.98 | - |
| YUV | 171.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 233 | 0.15 | 0.37 | 0 | 0.09 | 276.55 | 0.66 | 0.74 |
| Hex | C7 | 92 | E9 | F | 25 | 0 | 9 | 115 | 42 | 4A |
| Octal | 307 | 222 | 351 | 17 | 45 | 0 | 11 | 425 | 102 | 112 |
| Binary | 11000111 | 10010010 | 11101001 | 1111 | 100101 | 0 | 1001 | 100010101 | 1000010 | 1001010 |
Color Harmonies of #C792E9
Complementary color
Monochromatic Colors of #C792E9
Black with #C792E9
Text Example
Text Example
White with #C792E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792E9; }
p { color: rgb(199,146,233); }
H1.HeaderClassName
{
color: #C792E9;
}
.AnyTagClassName
{
color: #C792E9;
}
</style>
background-color css
<style>
a { background-color: #C792E9; }
a { background-color: rgb(199,146,233); }
div.DivClassName
{
background-color: #C792E9;
}
.BgClassName
{
background-color: #C792E9;
}
</style>
border-color css
<style>
span { border-color: #C792E9; }
span { border-color: rgb(199,146,233); }
td.TdClassName
{
border-color: #C792E9;
}
.TagClassName
{
border-color: #C792E9;
}
</style>