Shades of Wisteria #C794DA
Tints of Wisteria #C794DA
RGB
CMYK
RGB Variations
Color information
#C794DA (or 0xC794DA) is known color: Wisteria. HEX triplet: C7, 94 and DA. RGB value is (199,148,218). Sum of RGB (Red+Green+Blue) = 199+148+218=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C794DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794DA is #386B25. Grayscale: #AAAAAA. Windows color (decimal): -3697446 or 14324935. OLE color: 14324935.
HSL color Cylindrical-coordinate representation of color #C794DA: hue angle of 283.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C794DA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 148 | 218 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.15 |
| HSL | 283.71º | 0.49% | 0.72% | - |
| HSV(B) | 283.71º | 0.32% | 0.85% | - |
| XYZ | 46.8 | 38.38 | 71.27 | - |
| YUV | 171.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 218 | 0.09 | 0.32 | 0 | 0.15 | 283.71 | 0.49 | 0.72 |
| Hex | C7 | 94 | DA | 9 | 20 | 0 | F | 11C | 31 | 48 |
| Octal | 307 | 224 | 332 | 11 | 40 | 0 | 17 | 434 | 61 | 110 |
| Binary | 11000111 | 10010100 | 11011010 | 1001 | 100000 | 0 | 1111 | 100011100 | 110001 | 1001000 |
Color Harmonies of #C794DA
Complementary color
Monochromatic Colors of #C794DA
Black with #C794DA
Text Example
Text Example
White with #C794DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794DA; }
p { color: rgb(199,148,218); }
H1.HeaderClassName
{
color: #C794DA;
}
.AnyTagClassName
{
color: #C794DA;
}
</style>
background-color css
<style>
a { background-color: #C794DA; }
a { background-color: rgb(199,148,218); }
div.DivClassName
{
background-color: #C794DA;
}
.BgClassName
{
background-color: #C794DA;
}
</style>
border-color css
<style>
span { border-color: #C794DA; }
span { border-color: rgb(199,148,218); }
td.TdClassName
{
border-color: #C794DA;
}
.TagClassName
{
border-color: #C794DA;
}
</style>