Shades of Wisteria #C792E8
Tints of Wisteria #C792E8
RGB
CMYK
RGB Variations
Color information
#C792E8 (or 0xC792E8) is known color: Wisteria. HEX triplet: C7, 92 and E8. RGB value is (199,146,232). Sum of RGB (Red+Green+Blue) = 199+146+232=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #C792E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792E8 is #386D17. Grayscale: #ABABAB. Windows color (decimal): -3697944 or 15241927. OLE color: 15241927.
HSL color Cylindrical-coordinate representation of color #C792E8: hue angle of 276.98º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C792E8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 146 | 232 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.09 |
| HSL | 276.98º | 0.65% | 0.74% | - |
| HSV(B) | 276.98º | 0.37% | 0.91% | - |
| XYZ | 48.4 | 38.53 | 81.23 | - |
| YUV | 171.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 232 | 0.14 | 0.37 | 0 | 0.09 | 276.98 | 0.65 | 0.74 |
| Hex | C7 | 92 | E8 | E | 25 | 0 | 9 | 115 | 41 | 4A |
| Octal | 307 | 222 | 350 | 16 | 45 | 0 | 11 | 425 | 101 | 112 |
| Binary | 11000111 | 10010010 | 11101000 | 1110 | 100101 | 0 | 1001 | 100010101 | 1000001 | 1001010 |
Color Harmonies of #C792E8
Complementary color
Monochromatic Colors of #C792E8
Black with #C792E8
Text Example
Text Example
White with #C792E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792E8; }
p { color: rgb(199,146,232); }
H1.HeaderClassName
{
color: #C792E8;
}
.AnyTagClassName
{
color: #C792E8;
}
</style>
background-color css
<style>
a { background-color: #C792E8; }
a { background-color: rgb(199,146,232); }
div.DivClassName
{
background-color: #C792E8;
}
.BgClassName
{
background-color: #C792E8;
}
</style>
border-color css
<style>
span { border-color: #C792E8; }
span { border-color: rgb(199,146,232); }
td.TdClassName
{
border-color: #C792E8;
}
.TagClassName
{
border-color: #C792E8;
}
</style>