Shades of Wisteria #C888D9
Tints of Wisteria #C888D9
RGB
CMYK
RGB Variations
Color information
#C888D9 (or 0xC888D9) is known color: Wisteria. HEX triplet: C8, 88 and D9. RGB value is (200,136,217). Sum of RGB (Red+Green+Blue) = 200+136+217=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #C888D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888D9 is #377726. Grayscale: #A4A4A4. Windows color (decimal): -3634983 or 14256328. OLE color: 14256328.
HSL color Cylindrical-coordinate representation of color #C888D9: hue angle of 287.41º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C888D9 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 136 | 217 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.15 |
| HSL | 287.41º | 0.52% | 0.69% | - |
| HSV(B) | 287.41º | 0.37% | 0.85% | - |
| XYZ | 45.15 | 34.9 | 70 | - |
| YUV | 164.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 217 | 0.08 | 0.37 | 0 | 0.15 | 287.41 | 0.52 | 0.69 |
| Hex | C8 | 88 | D9 | 8 | 25 | 0 | F | 11F | 34 | 45 |
| Octal | 310 | 210 | 331 | 10 | 45 | 0 | 17 | 437 | 64 | 105 |
| Binary | 11001000 | 10001000 | 11011001 | 1000 | 100101 | 0 | 1111 | 100011111 | 110100 | 1000101 |
Color Harmonies of #C888D9
Complementary color
Monochromatic Colors of #C888D9
Black with #C888D9
Text Example
Text Example
White with #C888D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888D9; }
p { color: rgb(200,136,217); }
H1.HeaderClassName
{
color: #C888D9;
}
.AnyTagClassName
{
color: #C888D9;
}
</style>
background-color css
<style>
a { background-color: #C888D9; }
a { background-color: rgb(200,136,217); }
div.DivClassName
{
background-color: #C888D9;
}
.BgClassName
{
background-color: #C888D9;
}
</style>
border-color css
<style>
span { border-color: #C888D9; }
span { border-color: rgb(200,136,217); }
td.TdClassName
{
border-color: #C888D9;
}
.TagClassName
{
border-color: #C888D9;
}
</style>