Shades of Wisteria #C88DDC
Tints of Wisteria #C88DDC
RGB
CMYK
RGB Variations
Color information
#C88DDC (or 0xC88DDC) is known color: Wisteria. HEX triplet: C8, 8D and DC. RGB value is (200,141,220). Sum of RGB (Red+Green+Blue) = 200+141+220=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C88DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DDC is #377223. Grayscale: #A7A7A7. Windows color (decimal): -3633700 or 14454216. OLE color: 14454216.
HSL color Cylindrical-coordinate representation of color #C88DDC: hue angle of 284.81º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88DDC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 141 | 220 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.14 |
| HSL | 284.81º | 0.53% | 0.71% | - |
| HSV(B) | 284.81º | 0.36% | 0.86% | - |
| XYZ | 46.26 | 36.5 | 72.32 | - |
| YUV | 167.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 220 | 0.09 | 0.36 | 0 | 0.14 | 284.81 | 0.53 | 0.71 |
| Hex | C8 | 8D | DC | 9 | 24 | 0 | E | 11D | 35 | 47 |
| Octal | 310 | 215 | 334 | 11 | 44 | 0 | 16 | 435 | 65 | 107 |
| Binary | 11001000 | 10001101 | 11011100 | 1001 | 100100 | 0 | 1110 | 100011101 | 110101 | 1000111 |
Color Harmonies of #C88DDC
Complementary color
Monochromatic Colors of #C88DDC
Black with #C88DDC
Text Example
Text Example
White with #C88DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DDC; }
p { color: rgb(200,141,220); }
H1.HeaderClassName
{
color: #C88DDC;
}
.AnyTagClassName
{
color: #C88DDC;
}
</style>
background-color css
<style>
a { background-color: #C88DDC; }
a { background-color: rgb(200,141,220); }
div.DivClassName
{
background-color: #C88DDC;
}
.BgClassName
{
background-color: #C88DDC;
}
</style>
border-color css
<style>
span { border-color: #C88DDC; }
span { border-color: rgb(200,141,220); }
td.TdClassName
{
border-color: #C88DDC;
}
.TagClassName
{
border-color: #C88DDC;
}
</style>