Shades of Wisteria #C794EF
Tints of Wisteria #C794EF
RGB
CMYK
RGB Variations
Color information
#C794EF (or 0xC794EF) is known color: Wisteria. HEX triplet: C7, 94 and EF. RGB value is (199,148,239). Sum of RGB (Red+Green+Blue) = 199+148+239=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #C794EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C794EF is #386B10. Grayscale: #ADADAD. Windows color (decimal): -3697425 or 15701191. OLE color: 15701191.
HSL color Cylindrical-coordinate representation of color #C794EF: hue angle of 273.63º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C794EF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 148 | 239 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.06 |
| HSL | 273.63º | 0.74% | 0.76% | - |
| HSV(B) | 273.63º | 0.38% | 0.94% | - |
| XYZ | 49.72 | 39.55 | 86.68 | - |
| YUV | 173.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 239 | 0.17 | 0.38 | 0 | 0.06 | 273.63 | 0.74 | 0.76 |
| Hex | C7 | 94 | EF | 11 | 26 | 0 | 6 | 112 | 4A | 4C |
| Octal | 307 | 224 | 357 | 21 | 46 | 0 | 6 | 422 | 112 | 114 |
| Binary | 11000111 | 10010100 | 11101111 | 10001 | 100110 | 0 | 110 | 100010010 | 1001010 | 1001100 |
Color Harmonies of #C794EF
Complementary color
Monochromatic Colors of #C794EF
Black with #C794EF
Text Example
Text Example
White with #C794EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794EF; }
p { color: rgb(199,148,239); }
H1.HeaderClassName
{
color: #C794EF;
}
.AnyTagClassName
{
color: #C794EF;
}
</style>
background-color css
<style>
a { background-color: #C794EF; }
a { background-color: rgb(199,148,239); }
div.DivClassName
{
background-color: #C794EF;
}
.BgClassName
{
background-color: #C794EF;
}
</style>
border-color css
<style>
span { border-color: #C794EF; }
span { border-color: rgb(199,148,239); }
td.TdClassName
{
border-color: #C794EF;
}
.TagClassName
{
border-color: #C794EF;
}
</style>