Shades of Wisteria #C08BDD
Tints of Wisteria #C08BDD
RGB
CMYK
RGB Variations
Color information
#C08BDD (or 0xC08BDD) is known color: Wisteria. HEX triplet: C0, 8B and DD. RGB value is (192,139,221). Sum of RGB (Red+Green+Blue) = 192+139+221=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C08BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDD is #3F7422. Grayscale: #A3A3A3. Windows color (decimal): -4158499 or 14519232. OLE color: 14519232.
HSL color Cylindrical-coordinate representation of color #C08BDD: hue angle of 278.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08BDD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 139 | 221 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.13 |
| HSL | 278.78º | 0.55% | 0.71% | - |
| HSV(B) | 278.78º | 0.37% | 0.87% | - |
| XYZ | 44.02 | 34.89 | 72.82 | - |
| YUV | 164.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 221 | 0.13 | 0.37 | 0 | 0.13 | 278.78 | 0.55 | 0.71 |
| Hex | C0 | 8B | DD | D | 25 | 0 | D | 117 | 37 | 47 |
| Octal | 300 | 213 | 335 | 15 | 45 | 0 | 15 | 427 | 67 | 107 |
| Binary | 11000000 | 10001011 | 11011101 | 1101 | 100101 | 0 | 1101 | 100010111 | 110111 | 1000111 |
Color Harmonies of #C08BDD
Complementary color
Monochromatic Colors of #C08BDD
Black with #C08BDD
Text Example
Text Example
White with #C08BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BDD; }
p { color: rgb(192,139,221); }
H1.HeaderClassName
{
color: #C08BDD;
}
.AnyTagClassName
{
color: #C08BDD;
}
</style>
background-color css
<style>
a { background-color: #C08BDD; }
a { background-color: rgb(192,139,221); }
div.DivClassName
{
background-color: #C08BDD;
}
.BgClassName
{
background-color: #C08BDD;
}
</style>
border-color css
<style>
span { border-color: #C08BDD; }
span { border-color: rgb(192,139,221); }
td.TdClassName
{
border-color: #C08BDD;
}
.TagClassName
{
border-color: #C08BDD;
}
</style>