Shades of Wisteria #C791DF
Tints of Wisteria #C791DF
RGB
CMYK
RGB Variations
Color information
#C791DF (or 0xC791DF) is known color: Wisteria. HEX triplet: C7, 91 and DF. RGB value is (199,145,223). Sum of RGB (Red+Green+Blue) = 199+145+223=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C791DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791DF is #386E20. Grayscale: #A9A9A9. Windows color (decimal): -3698209 or 14651847. OLE color: 14651847.
HSL color Cylindrical-coordinate representation of color #C791DF: hue angle of 281.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C791DF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 145 | 223 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.13 |
| HSL | 281.54º | 0.55% | 0.72% | - |
| HSV(B) | 281.54º | 0.35% | 0.87% | - |
| XYZ | 47 | 37.72 | 74.62 | - |
| YUV | 170.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 223 | 0.11 | 0.35 | 0 | 0.13 | 281.54 | 0.55 | 0.72 |
| Hex | C7 | 91 | DF | B | 23 | 0 | D | 11A | 37 | 48 |
| Octal | 307 | 221 | 337 | 13 | 43 | 0 | 15 | 432 | 67 | 110 |
| Binary | 11000111 | 10010001 | 11011111 | 1011 | 100011 | 0 | 1101 | 100011010 | 110111 | 1001000 |
Color Harmonies of #C791DF
Complementary color
Monochromatic Colors of #C791DF
Black with #C791DF
Text Example
Text Example
White with #C791DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791DF; }
p { color: rgb(199,145,223); }
H1.HeaderClassName
{
color: #C791DF;
}
.AnyTagClassName
{
color: #C791DF;
}
</style>
background-color css
<style>
a { background-color: #C791DF; }
a { background-color: rgb(199,145,223); }
div.DivClassName
{
background-color: #C791DF;
}
.BgClassName
{
background-color: #C791DF;
}
</style>
border-color css
<style>
span { border-color: #C791DF; }
span { border-color: rgb(199,145,223); }
td.TdClassName
{
border-color: #C791DF;
}
.TagClassName
{
border-color: #C791DF;
}
</style>