Shades of Wisteria #C085DB
Tints of Wisteria #C085DB
RGB
CMYK
RGB Variations
Color information
#C085DB (or 0xC085DB) is known color: Wisteria. HEX triplet: C0, 85 and DB. RGB value is (192,133,219). Sum of RGB (Red+Green+Blue) = 192+133+219=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C085DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DB is #3F7A24. Grayscale: #A0A0A0. Windows color (decimal): -4160037 or 14386624. OLE color: 14386624.
HSL color Cylindrical-coordinate representation of color #C085DB: hue angle of 281.16º 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 #C085DB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 133 | 219 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.14 |
| HSL | 281.16º | 0.54% | 0.69% | - |
| HSV(B) | 281.16º | 0.39% | 0.86% | - |
| XYZ | 42.91 | 33.1 | 71.14 | - |
| YUV | 160.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 219 | 0.12 | 0.39 | 0 | 0.14 | 281.16 | 0.54 | 0.69 |
| Hex | C0 | 85 | DB | C | 27 | 0 | E | 119 | 36 | 45 |
| Octal | 300 | 205 | 333 | 14 | 47 | 0 | 16 | 431 | 66 | 105 |
| Binary | 11000000 | 10000101 | 11011011 | 1100 | 100111 | 0 | 1110 | 100011001 | 110110 | 1000101 |
Color Harmonies of #C085DB
Complementary color
Monochromatic Colors of #C085DB
Black with #C085DB
Text Example
Text Example
White with #C085DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085DB; }
p { color: rgb(192,133,219); }
H1.HeaderClassName
{
color: #C085DB;
}
.AnyTagClassName
{
color: #C085DB;
}
</style>
background-color css
<style>
a { background-color: #C085DB; }
a { background-color: rgb(192,133,219); }
div.DivClassName
{
background-color: #C085DB;
}
.BgClassName
{
background-color: #C085DB;
}
</style>
border-color css
<style>
span { border-color: #C085DB; }
span { border-color: rgb(192,133,219); }
td.TdClassName
{
border-color: #C085DB;
}
.TagClassName
{
border-color: #C085DB;
}
</style>