Shades of Wisteria #C795D9
Tints of Wisteria #C795D9
RGB
CMYK
RGB Variations
Color information
#C795D9 (or 0xC795D9) is known color: Wisteria. HEX triplet: C7, 95 and D9. RGB value is (199,149,217). Sum of RGB (Red+Green+Blue) = 199+149+217=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #C795D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795D9 is #386A26. Grayscale: #ABABAB. Windows color (decimal): -3697191 or 14259655. OLE color: 14259655.
HSL color Cylindrical-coordinate representation of color #C795D9: hue angle of 284.12º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C795D9 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 149 | 217 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.15 |
| HSL | 284.12º | 0.47% | 0.72% | - |
| HSV(B) | 284.12º | 0.31% | 0.85% | - |
| XYZ | 46.83 | 38.65 | 70.64 | - |
| YUV | 171.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 217 | 0.08 | 0.31 | 0 | 0.15 | 284.12 | 0.47 | 0.72 |
| Hex | C7 | 95 | D9 | 8 | 1F | 0 | F | 11C | 2F | 48 |
| Octal | 307 | 225 | 331 | 10 | 37 | 0 | 17 | 434 | 57 | 110 |
| Binary | 11000111 | 10010101 | 11011001 | 1000 | 11111 | 0 | 1111 | 100011100 | 101111 | 1001000 |
Color Harmonies of #C795D9
Complementary color
Monochromatic Colors of #C795D9
Black with #C795D9
Text Example
Text Example
White with #C795D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795D9; }
p { color: rgb(199,149,217); }
H1.HeaderClassName
{
color: #C795D9;
}
.AnyTagClassName
{
color: #C795D9;
}
</style>
background-color css
<style>
a { background-color: #C795D9; }
a { background-color: rgb(199,149,217); }
div.DivClassName
{
background-color: #C795D9;
}
.BgClassName
{
background-color: #C795D9;
}
</style>
border-color css
<style>
span { border-color: #C795D9; }
span { border-color: rgb(199,149,217); }
td.TdClassName
{
border-color: #C795D9;
}
.TagClassName
{
border-color: #C795D9;
}
</style>