Shades of Wisteria #C787DF
Tints of Wisteria #C787DF
RGB
CMYK
RGB Variations
Color information
#C787DF (or 0xC787DF) is known color: Wisteria. HEX triplet: C7, 87 and DF. RGB value is (199,135,223). Sum of RGB (Red+Green+Blue) = 199+135+223=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #C787DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C787DF is #387820. Grayscale: #A3A3A3. Windows color (decimal): -3700769 or 14649287. OLE color: 14649287.
HSL color Cylindrical-coordinate representation of color #C787DF: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C787DF is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 135 | 223 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.13 |
| HSL | 283.64º | 0.58% | 0.7% | - |
| HSV(B) | 283.64º | 0.39% | 0.87% | - |
| XYZ | 45.54 | 34.8 | 74.13 | - |
| YUV | 164.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 223 | 0.11 | 0.39 | 0 | 0.13 | 283.64 | 0.58 | 0.7 |
| Hex | C7 | 87 | DF | B | 27 | 0 | D | 11C | 3A | 46 |
| Octal | 307 | 207 | 337 | 13 | 47 | 0 | 15 | 434 | 72 | 106 |
| Binary | 11000111 | 10000111 | 11011111 | 1011 | 100111 | 0 | 1101 | 100011100 | 111010 | 1000110 |
Color Harmonies of #C787DF
Complementary color
Monochromatic Colors of #C787DF
Black with #C787DF
Text Example
Text Example
White with #C787DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787DF; }
p { color: rgb(199,135,223); }
H1.HeaderClassName
{
color: #C787DF;
}
.AnyTagClassName
{
color: #C787DF;
}
</style>
background-color css
<style>
a { background-color: #C787DF; }
a { background-color: rgb(199,135,223); }
div.DivClassName
{
background-color: #C787DF;
}
.BgClassName
{
background-color: #C787DF;
}
</style>
border-color css
<style>
span { border-color: #C787DF; }
span { border-color: rgb(199,135,223); }
td.TdClassName
{
border-color: #C787DF;
}
.TagClassName
{
border-color: #C787DF;
}
</style>