Shades of Wisteria #C88BDD
Tints of Wisteria #C88BDD
RGB
CMYK
RGB Variations
Color information
#C88BDD (or 0xC88BDD) is known color: Wisteria. HEX triplet: C8, 8B and DD. RGB value is (200,139,221). Sum of RGB (Red+Green+Blue) = 200+139+221=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C88BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BDD is #377422. Grayscale: #A6A6A6. Windows color (decimal): -3634211 or 14519240. OLE color: 14519240.
HSL color Cylindrical-coordinate representation of color #C88BDD: hue angle of 284.63º 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 #C88BDD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 139 | 221 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.13 |
| HSL | 284.63º | 0.55% | 0.71% | - |
| HSV(B) | 284.63º | 0.37% | 0.87% | - |
| XYZ | 46.1 | 35.97 | 72.92 | - |
| YUV | 166.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 221 | 0.10 | 0.37 | 0 | 0.13 | 284.63 | 0.55 | 0.71 |
| Hex | C8 | 8B | DD | A | 25 | 0 | D | 11D | 37 | 47 |
| Octal | 310 | 213 | 335 | 12 | 45 | 0 | 15 | 435 | 67 | 107 |
| Binary | 11001000 | 10001011 | 11011101 | 1010 | 100101 | 0 | 1101 | 100011101 | 110111 | 1000111 |
Color Harmonies of #C88BDD
Complementary color
Monochromatic Colors of #C88BDD
Black with #C88BDD
Text Example
Text Example
White with #C88BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BDD; }
p { color: rgb(200,139,221); }
H1.HeaderClassName
{
color: #C88BDD;
}
.AnyTagClassName
{
color: #C88BDD;
}
</style>
background-color css
<style>
a { background-color: #C88BDD; }
a { background-color: rgb(200,139,221); }
div.DivClassName
{
background-color: #C88BDD;
}
.BgClassName
{
background-color: #C88BDD;
}
</style>
border-color css
<style>
span { border-color: #C88BDD; }
span { border-color: rgb(200,139,221); }
td.TdClassName
{
border-color: #C88BDD;
}
.TagClassName
{
border-color: #C88BDD;
}
</style>