Shades of Wisteria #C796EE
Tints of Wisteria #C796EE
RGB
CMYK
RGB Variations
Color information
#C796EE (or 0xC796EE) is known color: Wisteria. HEX triplet: C7, 96 and EE. RGB value is (199,150,238). Sum of RGB (Red+Green+Blue) = 199+150+238=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #C796EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796EE is #386911. Grayscale: #AEAEAE. Windows color (decimal): -3696914 or 15636167. OLE color: 15636167.
HSL color Cylindrical-coordinate representation of color #C796EE: hue angle of 273.41º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C796EE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 150 | 238 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 273.41º | 0.72% | 0.76% | - |
| HSV(B) | 273.41º | 0.37% | 0.93% | - |
| XYZ | 49.89 | 40.13 | 86 | - |
| YUV | 174.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 238 | 0.16 | 0.37 | 0 | 0.07 | 273.41 | 0.72 | 0.76 |
| Hex | C7 | 96 | EE | 10 | 25 | 0 | 7 | 111 | 48 | 4C |
| Octal | 307 | 226 | 356 | 20 | 45 | 0 | 7 | 421 | 110 | 114 |
| Binary | 11000111 | 10010110 | 11101110 | 10000 | 100101 | 0 | 111 | 100010001 | 1001000 | 1001100 |
Color Harmonies of #C796EE
Complementary color
Monochromatic Colors of #C796EE
Black with #C796EE
Text Example
Text Example
White with #C796EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796EE; }
p { color: rgb(199,150,238); }
H1.HeaderClassName
{
color: #C796EE;
}
.AnyTagClassName
{
color: #C796EE;
}
</style>
background-color css
<style>
a { background-color: #C796EE; }
a { background-color: rgb(199,150,238); }
div.DivClassName
{
background-color: #C796EE;
}
.BgClassName
{
background-color: #C796EE;
}
</style>
border-color css
<style>
span { border-color: #C796EE; }
span { border-color: rgb(199,150,238); }
td.TdClassName
{
border-color: #C796EE;
}
.TagClassName
{
border-color: #C796EE;
}
</style>