Shades of Wisteria #C792E4
Tints of Wisteria #C792E4
RGB
CMYK
RGB Variations
Color information
#C792E4 (or 0xC792E4) is known color: Wisteria. HEX triplet: C7, 92 and E4. RGB value is (199,146,228). Sum of RGB (Red+Green+Blue) = 199+146+228=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #C792E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792E4 is #386D1B. Grayscale: #AAAAAA. Windows color (decimal): -3697948 or 14979783. OLE color: 14979783.
HSL color Cylindrical-coordinate representation of color #C792E4: hue angle of 278.78º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C792E4 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 146 | 228 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.11 |
| HSL | 278.78º | 0.6% | 0.73% | - |
| HSV(B) | 278.78º | 0.36% | 0.89% | - |
| XYZ | 47.84 | 38.3 | 78.27 | - |
| YUV | 171.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 228 | 0.13 | 0.36 | 0 | 0.11 | 278.78 | 0.6 | 0.73 |
| Hex | C7 | 92 | E4 | D | 24 | 0 | B | 117 | 3C | 49 |
| Octal | 307 | 222 | 344 | 15 | 44 | 0 | 13 | 427 | 74 | 111 |
| Binary | 11000111 | 10010010 | 11100100 | 1101 | 100100 | 0 | 1011 | 100010111 | 111100 | 1001001 |
Color Harmonies of #C792E4
Complementary color
Monochromatic Colors of #C792E4
Black with #C792E4
Text Example
Text Example
White with #C792E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792E4; }
p { color: rgb(199,146,228); }
H1.HeaderClassName
{
color: #C792E4;
}
.AnyTagClassName
{
color: #C792E4;
}
</style>
background-color css
<style>
a { background-color: #C792E4; }
a { background-color: rgb(199,146,228); }
div.DivClassName
{
background-color: #C792E4;
}
.BgClassName
{
background-color: #C792E4;
}
</style>
border-color css
<style>
span { border-color: #C792E4; }
span { border-color: rgb(199,146,228); }
td.TdClassName
{
border-color: #C792E4;
}
.TagClassName
{
border-color: #C792E4;
}
</style>