Shades of Wisteria #C288D8
Tints of Wisteria #C288D8
RGB
CMYK
RGB Variations
Color information
#C288D8 (or 0xC288D8) is known color: Wisteria. HEX triplet: C2, 88 and D8. RGB value is (194,136,216). Sum of RGB (Red+Green+Blue) = 194+136+216=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #C288D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288D8 is #3D7727. Grayscale: #A2A2A2. Windows color (decimal): -4028200 or 14190786. OLE color: 14190786.
HSL color Cylindrical-coordinate representation of color #C288D8: hue angle of 283.5º degrees, saturation: 0.51, 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 #C288D8 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 136 | 216 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.15 |
| HSL | 283.5º | 0.51% | 0.69% | - |
| HSV(B) | 283.5º | 0.37% | 0.85% | - |
| XYZ | 43.45 | 34.04 | 69.25 | - |
| YUV | 162.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 216 | 0.10 | 0.37 | 0 | 0.15 | 283.5 | 0.51 | 0.69 |
| Hex | C2 | 88 | D8 | A | 25 | 0 | F | 11C | 33 | 45 |
| Octal | 302 | 210 | 330 | 12 | 45 | 0 | 17 | 434 | 63 | 105 |
| Binary | 11000010 | 10001000 | 11011000 | 1010 | 100101 | 0 | 1111 | 100011100 | 110011 | 1000101 |
Color Harmonies of #C288D8
Complementary color
Monochromatic Colors of #C288D8
Black with #C288D8
Text Example
Text Example
White with #C288D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288D8; }
p { color: rgb(194,136,216); }
H1.HeaderClassName
{
color: #C288D8;
}
.AnyTagClassName
{
color: #C288D8;
}
</style>
background-color css
<style>
a { background-color: #C288D8; }
a { background-color: rgb(194,136,216); }
div.DivClassName
{
background-color: #C288D8;
}
.BgClassName
{
background-color: #C288D8;
}
</style>
border-color css
<style>
span { border-color: #C288D8; }
span { border-color: rgb(194,136,216); }
td.TdClassName
{
border-color: #C288D8;
}
.TagClassName
{
border-color: #C288D8;
}
</style>