Shades of Wisteria #C785DB
Tints of Wisteria #C785DB
RGB
CMYK
RGB Variations
Color information
#C785DB (or 0xC785DB) is known color: Wisteria. HEX triplet: C7, 85 and DB. RGB value is (199,133,219). Sum of RGB (Red+Green+Blue) = 199+133+219=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C785DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785DB is #387A24. Grayscale: #A2A2A2. Windows color (decimal): -3701285 or 14386631. OLE color: 14386631.
HSL color Cylindrical-coordinate representation of color #C785DB: hue angle of 286.05º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C785DB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 133 | 219 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.14 |
| HSL | 286.05º | 0.54% | 0.69% | - |
| HSV(B) | 286.05º | 0.39% | 0.86% | - |
| XYZ | 44.73 | 34.03 | 71.23 | - |
| YUV | 162.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 219 | 0.09 | 0.39 | 0 | 0.14 | 286.05 | 0.54 | 0.69 |
| Hex | C7 | 85 | DB | 9 | 27 | 0 | E | 11E | 36 | 45 |
| Octal | 307 | 205 | 333 | 11 | 47 | 0 | 16 | 436 | 66 | 105 |
| Binary | 11000111 | 10000101 | 11011011 | 1001 | 100111 | 0 | 1110 | 100011110 | 110110 | 1000101 |
Color Harmonies of #C785DB
Complementary color
Monochromatic Colors of #C785DB
Black with #C785DB
Text Example
Text Example
White with #C785DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785DB; }
p { color: rgb(199,133,219); }
H1.HeaderClassName
{
color: #C785DB;
}
.AnyTagClassName
{
color: #C785DB;
}
</style>
background-color css
<style>
a { background-color: #C785DB; }
a { background-color: rgb(199,133,219); }
div.DivClassName
{
background-color: #C785DB;
}
.BgClassName
{
background-color: #C785DB;
}
</style>
border-color css
<style>
span { border-color: #C785DB; }
span { border-color: rgb(199,133,219); }
td.TdClassName
{
border-color: #C785DB;
}
.TagClassName
{
border-color: #C785DB;
}
</style>