Shades of Wisteria #C88ADD
Tints of Wisteria #C88ADD
RGB
CMYK
RGB Variations
Color information
#C88ADD (or 0xC88ADD) is known color: Wisteria. HEX triplet: C8, 8A and DD. RGB value is (200,138,221). Sum of RGB (Red+Green+Blue) = 200+138+221=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C88ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADD is #377522. Grayscale: #A5A5A5. Windows color (decimal): -3634467 or 14518984. OLE color: 14518984.
HSL color Cylindrical-coordinate representation of color #C88ADD: hue angle of 284.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88ADD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 138 | 221 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.13 |
| HSL | 284.82º | 0.55% | 0.7% | - |
| HSV(B) | 284.82º | 0.38% | 0.87% | - |
| XYZ | 45.96 | 35.68 | 72.87 | - |
| YUV | 166 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 221 | 0.10 | 0.38 | 0 | 0.13 | 284.82 | 0.55 | 0.7 |
| Hex | C8 | 8A | DD | A | 26 | 0 | D | 11D | 37 | 46 |
| Octal | 310 | 212 | 335 | 12 | 46 | 0 | 15 | 435 | 67 | 106 |
| Binary | 11001000 | 10001010 | 11011101 | 1010 | 100110 | 0 | 1101 | 100011101 | 110111 | 1000110 |
Color Harmonies of #C88ADD
Complementary color
Monochromatic Colors of #C88ADD
Black with #C88ADD
Text Example
Text Example
White with #C88ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88ADD; }
p { color: rgb(200,138,221); }
H1.HeaderClassName
{
color: #C88ADD;
}
.AnyTagClassName
{
color: #C88ADD;
}
</style>
background-color css
<style>
a { background-color: #C88ADD; }
a { background-color: rgb(200,138,221); }
div.DivClassName
{
background-color: #C88ADD;
}
.BgClassName
{
background-color: #C88ADD;
}
</style>
border-color css
<style>
span { border-color: #C88ADD; }
span { border-color: rgb(200,138,221); }
td.TdClassName
{
border-color: #C88ADD;
}
.TagClassName
{
border-color: #C88ADD;
}
</style>