Shades of Wisteria #C08DD0
Tints of Wisteria #C08DD0
RGB
CMYK
RGB Variations
Color information
#C08DD0 (or 0xC08DD0) is known color: Wisteria. HEX triplet: C0, 8D and D0. RGB value is (192,141,208). Sum of RGB (Red+Green+Blue) = 192+141+208=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #C08DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DD0 is #3F722F. Grayscale: #A3A3A3. Windows color (decimal): -4158000 or 13667776. OLE color: 13667776.
HSL color Cylindrical-coordinate representation of color #C08DD0: hue angle of 285.67º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08DD0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 141 | 208 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.18 |
| HSL | 285.67º | 0.42% | 0.68% | - |
| HSV(B) | 285.67º | 0.32% | 0.82% | - |
| XYZ | 42.65 | 34.81 | 64.15 | - |
| YUV | 163.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 208 | 0.08 | 0.32 | 0 | 0.18 | 285.67 | 0.42 | 0.68 |
| Hex | C0 | 8D | D0 | 8 | 20 | 0 | 12 | 11E | 2A | 44 |
| Octal | 300 | 215 | 320 | 10 | 40 | 0 | 22 | 436 | 52 | 104 |
| Binary | 11000000 | 10001101 | 11010000 | 1000 | 100000 | 0 | 10010 | 100011110 | 101010 | 1000100 |
Color Harmonies of #C08DD0
Complementary color
Monochromatic Colors of #C08DD0
Black with #C08DD0
Text Example
Text Example
White with #C08DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DD0; }
p { color: rgb(192,141,208); }
H1.HeaderClassName
{
color: #C08DD0;
}
.AnyTagClassName
{
color: #C08DD0;
}
</style>
background-color css
<style>
a { background-color: #C08DD0; }
a { background-color: rgb(192,141,208); }
div.DivClassName
{
background-color: #C08DD0;
}
.BgClassName
{
background-color: #C08DD0;
}
</style>
border-color css
<style>
span { border-color: #C08DD0; }
span { border-color: rgb(192,141,208); }
td.TdClassName
{
border-color: #C08DD0;
}
.TagClassName
{
border-color: #C08DD0;
}
</style>