Shades of Wisteria #C792E1
Tints of Wisteria #C792E1
RGB
CMYK
RGB Variations
Color information
#C792E1 (or 0xC792E1) is known color: Wisteria. HEX triplet: C7, 92 and E1. RGB value is (199,146,225). Sum of RGB (Red+Green+Blue) = 199+146+225=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #C792E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792E1 is #386D1E. Grayscale: #AAAAAA. Windows color (decimal): -3697951 or 14783175. OLE color: 14783175.
HSL color Cylindrical-coordinate representation of color #C792E1: hue angle of 280.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C792E1 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 146 | 225 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.12 |
| HSL | 280.25º | 0.57% | 0.73% | - |
| HSV(B) | 280.25º | 0.35% | 0.88% | - |
| XYZ | 47.42 | 38.14 | 76.1 | - |
| YUV | 170.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 225 | 0.12 | 0.35 | 0 | 0.12 | 280.25 | 0.57 | 0.73 |
| Hex | C7 | 92 | E1 | C | 23 | 0 | C | 118 | 39 | 49 |
| Octal | 307 | 222 | 341 | 14 | 43 | 0 | 14 | 430 | 71 | 111 |
| Binary | 11000111 | 10010010 | 11100001 | 1100 | 100011 | 0 | 1100 | 100011000 | 111001 | 1001001 |
Color Harmonies of #C792E1
Complementary color
Monochromatic Colors of #C792E1
Black with #C792E1
Text Example
Text Example
White with #C792E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792E1; }
p { color: rgb(199,146,225); }
H1.HeaderClassName
{
color: #C792E1;
}
.AnyTagClassName
{
color: #C792E1;
}
</style>
background-color css
<style>
a { background-color: #C792E1; }
a { background-color: rgb(199,146,225); }
div.DivClassName
{
background-color: #C792E1;
}
.BgClassName
{
background-color: #C792E1;
}
</style>
border-color css
<style>
span { border-color: #C792E1; }
span { border-color: rgb(199,146,225); }
td.TdClassName
{
border-color: #C792E1;
}
.TagClassName
{
border-color: #C792E1;
}
</style>