Shades of Wisteria #C792E3
Tints of Wisteria #C792E3
RGB
CMYK
RGB Variations
Color information
#C792E3 (or 0xC792E3) is known color: Wisteria. HEX triplet: C7, 92 and E3. RGB value is (199,146,227). Sum of RGB (Red+Green+Blue) = 199+146+227=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #C792E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792E3 is #386D1C. Grayscale: #AAAAAA. Windows color (decimal): -3697949 or 14914247. OLE color: 14914247.
HSL color Cylindrical-coordinate representation of color #C792E3: hue angle of 279.26º degrees, saturation: 0.59, 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 #C792E3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 146 | 227 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.11 |
| HSL | 279.26º | 0.59% | 0.73% | - |
| HSV(B) | 279.26º | 0.36% | 0.89% | - |
| XYZ | 47.7 | 38.25 | 77.54 | - |
| YUV | 171.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 227 | 0.12 | 0.36 | 0 | 0.11 | 279.26 | 0.59 | 0.73 |
| Hex | C7 | 92 | E3 | C | 24 | 0 | B | 117 | 3B | 49 |
| Octal | 307 | 222 | 343 | 14 | 44 | 0 | 13 | 427 | 73 | 111 |
| Binary | 11000111 | 10010010 | 11100011 | 1100 | 100100 | 0 | 1011 | 100010111 | 111011 | 1001001 |
Color Harmonies of #C792E3
Complementary color
Monochromatic Colors of #C792E3
Black with #C792E3
Text Example
Text Example
White with #C792E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792E3; }
p { color: rgb(199,146,227); }
H1.HeaderClassName
{
color: #C792E3;
}
.AnyTagClassName
{
color: #C792E3;
}
</style>
background-color css
<style>
a { background-color: #C792E3; }
a { background-color: rgb(199,146,227); }
div.DivClassName
{
background-color: #C792E3;
}
.BgClassName
{
background-color: #C792E3;
}
</style>
border-color css
<style>
span { border-color: #C792E3; }
span { border-color: rgb(199,146,227); }
td.TdClassName
{
border-color: #C792E3;
}
.TagClassName
{
border-color: #C792E3;
}
</style>