Shades of Wisteria #C797DD
Tints of Wisteria #C797DD
RGB
CMYK
RGB Variations
Color information
#C797DD (or 0xC797DD) is known color: Wisteria. HEX triplet: C7, 97 and DD. RGB value is (199,151,221). Sum of RGB (Red+Green+Blue) = 199+151+221=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C797DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797DD is #386822. Grayscale: #ADADAD. Windows color (decimal): -3696675 or 14522311. OLE color: 14522311.
HSL color Cylindrical-coordinate representation of color #C797DD: hue angle of 281.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C797DD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 151 | 221 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 281.14º | 0.51% | 0.73% | - |
| HSV(B) | 281.14º | 0.32% | 0.87% | - |
| XYZ | 47.67 | 39.5 | 73.52 | - |
| YUV | 173.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 221 | 0.10 | 0.32 | 0 | 0.13 | 281.14 | 0.51 | 0.73 |
| Hex | C7 | 97 | DD | A | 20 | 0 | D | 119 | 33 | 49 |
| Octal | 307 | 227 | 335 | 12 | 40 | 0 | 15 | 431 | 63 | 111 |
| Binary | 11000111 | 10010111 | 11011101 | 1010 | 100000 | 0 | 1101 | 100011001 | 110011 | 1001001 |
Color Harmonies of #C797DD
Complementary color
Monochromatic Colors of #C797DD
Black with #C797DD
Text Example
Text Example
White with #C797DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797DD; }
p { color: rgb(199,151,221); }
H1.HeaderClassName
{
color: #C797DD;
}
.AnyTagClassName
{
color: #C797DD;
}
</style>
background-color css
<style>
a { background-color: #C797DD; }
a { background-color: rgb(199,151,221); }
div.DivClassName
{
background-color: #C797DD;
}
.BgClassName
{
background-color: #C797DD;
}
</style>
border-color css
<style>
span { border-color: #C797DD; }
span { border-color: rgb(199,151,221); }
td.TdClassName
{
border-color: #C797DD;
}
.TagClassName
{
border-color: #C797DD;
}
</style>