Shades of Wisteria #C084DB
Tints of Wisteria #C084DB
RGB
CMYK
RGB Variations
Color information
#C084DB (or 0xC084DB) is known color: Wisteria. HEX triplet: C0, 84 and DB. RGB value is (192,132,219). Sum of RGB (Red+Green+Blue) = 192+132+219=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C084DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084DB is #3F7B24. Grayscale: #9F9F9F. Windows color (decimal): -4160293 or 14386368. OLE color: 14386368.
HSL color Cylindrical-coordinate representation of color #C084DB: hue angle of 281.38º 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 #C084DB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 132 | 219 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.14 |
| HSL | 281.38º | 0.55% | 0.69% | - |
| HSV(B) | 281.38º | 0.4% | 0.86% | - |
| XYZ | 42.78 | 32.82 | 71.1 | - |
| YUV | 159.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 219 | 0.12 | 0.40 | 0 | 0.14 | 281.38 | 0.55 | 0.69 |
| Hex | C0 | 84 | DB | C | 28 | 0 | E | 119 | 37 | 45 |
| Octal | 300 | 204 | 333 | 14 | 50 | 0 | 16 | 431 | 67 | 105 |
| Binary | 11000000 | 10000100 | 11011011 | 1100 | 101000 | 0 | 1110 | 100011001 | 110111 | 1000101 |
Color Harmonies of #C084DB
Complementary color
Monochromatic Colors of #C084DB
Black with #C084DB
Text Example
Text Example
White with #C084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084DB; }
p { color: rgb(192,132,219); }
H1.HeaderClassName
{
color: #C084DB;
}
.AnyTagClassName
{
color: #C084DB;
}
</style>
background-color css
<style>
a { background-color: #C084DB; }
a { background-color: rgb(192,132,219); }
div.DivClassName
{
background-color: #C084DB;
}
.BgClassName
{
background-color: #C084DB;
}
</style>
border-color css
<style>
span { border-color: #C084DB; }
span { border-color: rgb(192,132,219); }
td.TdClassName
{
border-color: #C084DB;
}
.TagClassName
{
border-color: #C084DB;
}
</style>