Shades of Wisteria #C784DB
Tints of Wisteria #C784DB
RGB
CMYK
RGB Variations
Color information
#C784DB (or 0xC784DB) is known color: Wisteria. HEX triplet: C7, 84 and DB. RGB value is (199,132,219). Sum of RGB (Red+Green+Blue) = 199+132+219=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C784DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C784DB is #387B24. Grayscale: #A1A1A1. Windows color (decimal): -3701541 or 14386375. OLE color: 14386375.
HSL color Cylindrical-coordinate representation of color #C784DB: hue angle of 286.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C784DB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 132 | 219 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.14 |
| HSL | 286.21º | 0.55% | 0.69% | - |
| HSV(B) | 286.21º | 0.4% | 0.86% | - |
| XYZ | 44.59 | 33.76 | 71.18 | - |
| YUV | 161.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 219 | 0.09 | 0.40 | 0 | 0.14 | 286.21 | 0.55 | 0.69 |
| Hex | C7 | 84 | DB | 9 | 28 | 0 | E | 11E | 37 | 45 |
| Octal | 307 | 204 | 333 | 11 | 50 | 0 | 16 | 436 | 67 | 105 |
| Binary | 11000111 | 10000100 | 11011011 | 1001 | 101000 | 0 | 1110 | 100011110 | 110111 | 1000101 |
Color Harmonies of #C784DB
Complementary color
Monochromatic Colors of #C784DB
Black with #C784DB
Text Example
Text Example
White with #C784DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C784DB; }
p { color: rgb(199,132,219); }
H1.HeaderClassName
{
color: #C784DB;
}
.AnyTagClassName
{
color: #C784DB;
}
</style>
background-color css
<style>
a { background-color: #C784DB; }
a { background-color: rgb(199,132,219); }
div.DivClassName
{
background-color: #C784DB;
}
.BgClassName
{
background-color: #C784DB;
}
</style>
border-color css
<style>
span { border-color: #C784DB; }
span { border-color: rgb(199,132,219); }
td.TdClassName
{
border-color: #C784DB;
}
.TagClassName
{
border-color: #C784DB;
}
</style>