Shades of Wisteria #C792FE
Tints of Wisteria #C792FE
RGB
CMYK
RGB Variations
Color information
#C792FE (or 0xC792FE) is known color: Wisteria. HEX triplet: C7, 92 and FE. RGB value is (199,146,254). Sum of RGB (Red+Green+Blue) = 199+146+254=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #C792FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FE is #386D01. Grayscale: #ADADAD. Windows color (decimal): -3697922 or 16683719. OLE color: 16683719.
HSL color Cylindrical-coordinate representation of color #C792FE: hue angle of 269.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C792FE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 146 | 254 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.00 |
| HSL | 269.44º | 0.98% | 0.78% | - |
| HSV(B) | 269.44º | 0.43% | 1% | - |
| XYZ | 51.72 | 39.86 | 98.73 | - |
| YUV | 174.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 254 | 0.22 | 0.43 | 0 | 0.00 | 269.44 | 0.98 | 0.78 |
| Hex | C7 | 92 | FE | 16 | 2B | 0 | 0 | 10D | 62 | 4E |
| Octal | 307 | 222 | 376 | 26 | 53 | 0 | 0 | 415 | 142 | 116 |
| Binary | 11000111 | 10010010 | 11111110 | 10110 | 101011 | 0 | 0 | 100001101 | 1100010 | 1001110 |
Color Harmonies of #C792FE
Complementary color
Monochromatic Colors of #C792FE
Black with #C792FE
Text Example
Text Example
White with #C792FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792FE; }
p { color: rgb(199,146,254); }
H1.HeaderClassName
{
color: #C792FE;
}
.AnyTagClassName
{
color: #C792FE;
}
</style>
background-color css
<style>
a { background-color: #C792FE; }
a { background-color: rgb(199,146,254); }
div.DivClassName
{
background-color: #C792FE;
}
.BgClassName
{
background-color: #C792FE;
}
</style>
border-color css
<style>
span { border-color: #C792FE; }
span { border-color: rgb(199,146,254); }
td.TdClassName
{
border-color: #C792FE;
}
.TagClassName
{
border-color: #C792FE;
}
</style>