Shades of Wisteria #C795D8
Tints of Wisteria #C795D8
RGB
CMYK
RGB Variations
Color information
#C795D8 (or 0xC795D8) is known color: Wisteria. HEX triplet: C7, 95 and D8. RGB value is (199,149,216). Sum of RGB (Red+Green+Blue) = 199+149+216=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #C795D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795D8 is #386A27. Grayscale: #ABABAB. Windows color (decimal): -3697192 or 14194119. OLE color: 14194119.
HSL color Cylindrical-coordinate representation of color #C795D8: hue angle of 284.78º degrees, saturation: 0.46, 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 #C795D8 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 149 | 216 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.15 |
| HSL | 284.78º | 0.46% | 0.72% | - |
| HSV(B) | 284.78º | 0.31% | 0.85% | - |
| XYZ | 46.7 | 38.59 | 69.95 | - |
| YUV | 171.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 216 | 0.08 | 0.31 | 0 | 0.15 | 284.78 | 0.46 | 0.72 |
| Hex | C7 | 95 | D8 | 8 | 1F | 0 | F | 11D | 2E | 48 |
| Octal | 307 | 225 | 330 | 10 | 37 | 0 | 17 | 435 | 56 | 110 |
| Binary | 11000111 | 10010101 | 11011000 | 1000 | 11111 | 0 | 1111 | 100011101 | 101110 | 1001000 |
Color Harmonies of #C795D8
Complementary color
Monochromatic Colors of #C795D8
Black with #C795D8
Text Example
Text Example
White with #C795D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795D8; }
p { color: rgb(199,149,216); }
H1.HeaderClassName
{
color: #C795D8;
}
.AnyTagClassName
{
color: #C795D8;
}
</style>
background-color css
<style>
a { background-color: #C795D8; }
a { background-color: rgb(199,149,216); }
div.DivClassName
{
background-color: #C795D8;
}
.BgClassName
{
background-color: #C795D8;
}
</style>
border-color css
<style>
span { border-color: #C795D8; }
span { border-color: rgb(199,149,216); }
td.TdClassName
{
border-color: #C795D8;
}
.TagClassName
{
border-color: #C795D8;
}
</style>