Shades of Wisteria #C781DB
Tints of Wisteria #C781DB
RGB
CMYK
RGB Variations
Color information
#C781DB (or 0xC781DB) is known color: Wisteria. HEX triplet: C7, 81 and DB. RGB value is (199,129,219). Sum of RGB (Red+Green+Blue) = 199+129+219=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C781DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781DB is #387E24. Grayscale: #9F9F9F. Windows color (decimal): -3702309 or 14385607. OLE color: 14385607.
HSL color Cylindrical-coordinate representation of color #C781DB: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C781DB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 129 | 219 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.14 |
| HSL | 286.67º | 0.56% | 0.68% | - |
| HSV(B) | 286.67º | 0.41% | 0.86% | - |
| XYZ | 44.19 | 32.96 | 71.05 | - |
| YUV | 160.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 219 | 0.09 | 0.41 | 0 | 0.14 | 286.67 | 0.56 | 0.68 |
| Hex | C7 | 81 | DB | 9 | 29 | 0 | E | 11F | 38 | 44 |
| Octal | 307 | 201 | 333 | 11 | 51 | 0 | 16 | 437 | 70 | 104 |
| Binary | 11000111 | 10000001 | 11011011 | 1001 | 101001 | 0 | 1110 | 100011111 | 111000 | 1000100 |
Color Harmonies of #C781DB
Complementary color
Monochromatic Colors of #C781DB
Black with #C781DB
Text Example
Text Example
White with #C781DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781DB; }
p { color: rgb(199,129,219); }
H1.HeaderClassName
{
color: #C781DB;
}
.AnyTagClassName
{
color: #C781DB;
}
</style>
background-color css
<style>
a { background-color: #C781DB; }
a { background-color: rgb(199,129,219); }
div.DivClassName
{
background-color: #C781DB;
}
.BgClassName
{
background-color: #C781DB;
}
</style>
border-color css
<style>
span { border-color: #C781DB; }
span { border-color: rgb(199,129,219); }
td.TdClassName
{
border-color: #C781DB;
}
.TagClassName
{
border-color: #C781DB;
}
</style>