Shades of Wisteria #C792FB
Tints of Wisteria #C792FB
RGB
CMYK
RGB Variations
Color information
#C792FB (or 0xC792FB) is known color: Wisteria. HEX triplet: C7, 92 and FB. RGB value is (199,146,251). Sum of RGB (Red+Green+Blue) = 199+146+251=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C792FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FB is #386D04. Grayscale: #ADADAD. Windows color (decimal): -3697925 or 16487111. OLE color: 16487111.
HSL color Cylindrical-coordinate representation of color #C792FB: hue angle of 270.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C792FB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 146 | 251 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.02 |
| HSL | 270.29º | 0.93% | 0.78% | - |
| HSV(B) | 270.29º | 0.42% | 0.98% | - |
| XYZ | 51.24 | 39.66 | 96.22 | - |
| YUV | 173.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 251 | 0.21 | 0.42 | 0 | 0.02 | 270.29 | 0.93 | 0.78 |
| Hex | C7 | 92 | FB | 15 | 2A | 0 | 2 | 10E | 5D | 4E |
| Octal | 307 | 222 | 373 | 25 | 52 | 0 | 2 | 416 | 135 | 116 |
| Binary | 11000111 | 10010010 | 11111011 | 10101 | 101010 | 0 | 10 | 100001110 | 1011101 | 1001110 |
Color Harmonies of #C792FB
Complementary color
Monochromatic Colors of #C792FB
Black with #C792FB
Text Example
Text Example
White with #C792FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792FB; }
p { color: rgb(199,146,251); }
H1.HeaderClassName
{
color: #C792FB;
}
.AnyTagClassName
{
color: #C792FB;
}
</style>
background-color css
<style>
a { background-color: #C792FB; }
a { background-color: rgb(199,146,251); }
div.DivClassName
{
background-color: #C792FB;
}
.BgClassName
{
background-color: #C792FB;
}
</style>
border-color css
<style>
span { border-color: #C792FB; }
span { border-color: rgb(199,146,251); }
td.TdClassName
{
border-color: #C792FB;
}
.TagClassName
{
border-color: #C792FB;
}
</style>