Shades of Wisteria #C787DD
Tints of Wisteria #C787DD
RGB
CMYK
RGB Variations
Color information
#C787DD (or 0xC787DD) is known color: Wisteria. HEX triplet: C7, 87 and DD. RGB value is (199,135,221). Sum of RGB (Red+Green+Blue) = 199+135+221=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C787DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C787DD is #387822. Grayscale: #A3A3A3. Windows color (decimal): -3700771 or 14518215. OLE color: 14518215.
HSL color Cylindrical-coordinate representation of color #C787DD: hue angle of 284.65º degrees, saturation: 0.56, 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 #C787DD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 135 | 221 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.13 |
| HSL | 284.65º | 0.56% | 0.7% | - |
| HSV(B) | 284.65º | 0.39% | 0.87% | - |
| XYZ | 45.27 | 34.69 | 72.72 | - |
| YUV | 163.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 221 | 0.10 | 0.39 | 0 | 0.13 | 284.65 | 0.56 | 0.7 |
| Hex | C7 | 87 | DD | A | 27 | 0 | D | 11D | 38 | 46 |
| Octal | 307 | 207 | 335 | 12 | 47 | 0 | 15 | 435 | 70 | 106 |
| Binary | 11000111 | 10000111 | 11011101 | 1010 | 100111 | 0 | 1101 | 100011101 | 111000 | 1000110 |
Color Harmonies of #C787DD
Complementary color
Monochromatic Colors of #C787DD
Black with #C787DD
Text Example
Text Example
White with #C787DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787DD; }
p { color: rgb(199,135,221); }
H1.HeaderClassName
{
color: #C787DD;
}
.AnyTagClassName
{
color: #C787DD;
}
</style>
background-color css
<style>
a { background-color: #C787DD; }
a { background-color: rgb(199,135,221); }
div.DivClassName
{
background-color: #C787DD;
}
.BgClassName
{
background-color: #C787DD;
}
</style>
border-color css
<style>
span { border-color: #C787DD; }
span { border-color: rgb(199,135,221); }
td.TdClassName
{
border-color: #C787DD;
}
.TagClassName
{
border-color: #C787DD;
}
</style>