Shades of Wisteria #C795DA
Tints of Wisteria #C795DA
RGB
CMYK
RGB Variations
Color information
#C795DA (or 0xC795DA) is known color: Wisteria. HEX triplet: C7, 95 and DA. RGB value is (199,149,218). Sum of RGB (Red+Green+Blue) = 199+149+218=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C795DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795DA is #386A25. Grayscale: #ABABAB. Windows color (decimal): -3697190 or 14325191. OLE color: 14325191.
HSL color Cylindrical-coordinate representation of color #C795DA: hue angle of 283.48º degrees, saturation: 0.48, 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 #C795DA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 149 | 218 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.15 |
| HSL | 283.48º | 0.48% | 0.72% | - |
| HSV(B) | 283.48º | 0.32% | 0.85% | - |
| XYZ | 46.96 | 38.7 | 71.32 | - |
| YUV | 171.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 218 | 0.09 | 0.32 | 0 | 0.15 | 283.48 | 0.48 | 0.72 |
| Hex | C7 | 95 | DA | 9 | 20 | 0 | F | 11B | 30 | 48 |
| Octal | 307 | 225 | 332 | 11 | 40 | 0 | 17 | 433 | 60 | 110 |
| Binary | 11000111 | 10010101 | 11011010 | 1001 | 100000 | 0 | 1111 | 100011011 | 110000 | 1001000 |
Color Harmonies of #C795DA
Complementary color
Monochromatic Colors of #C795DA
Black with #C795DA
Text Example
Text Example
White with #C795DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795DA; }
p { color: rgb(199,149,218); }
H1.HeaderClassName
{
color: #C795DA;
}
.AnyTagClassName
{
color: #C795DA;
}
</style>
background-color css
<style>
a { background-color: #C795DA; }
a { background-color: rgb(199,149,218); }
div.DivClassName
{
background-color: #C795DA;
}
.BgClassName
{
background-color: #C795DA;
}
</style>
border-color css
<style>
span { border-color: #C795DA; }
span { border-color: rgb(199,149,218); }
td.TdClassName
{
border-color: #C795DA;
}
.TagClassName
{
border-color: #C795DA;
}
</style>