Shades of Wisteria #C088D8
Tints of Wisteria #C088D8
RGB
CMYK
RGB Variations
Color information
#C088D8 (or 0xC088D8) is known color: Wisteria. HEX triplet: C0, 88 and D8. RGB value is (192,136,216). Sum of RGB (Red+Green+Blue) = 192+136+216=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #C088D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088D8 is #3F7727. Grayscale: #A1A1A1. Windows color (decimal): -4159272 or 14190784. OLE color: 14190784.
HSL color Cylindrical-coordinate representation of color #C088D8: hue angle of 282º 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 #C088D8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 136 | 216 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.15 |
| HSL | 282º | 0.51% | 0.69% | - |
| HSV(B) | 282º | 0.37% | 0.85% | - |
| XYZ | 42.94 | 33.77 | 69.22 | - |
| YUV | 161.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 216 | 0.11 | 0.37 | 0 | 0.15 | 282 | 0.51 | 0.69 |
| Hex | C0 | 88 | D8 | B | 25 | 0 | F | 11A | 33 | 45 |
| Octal | 300 | 210 | 330 | 13 | 45 | 0 | 17 | 432 | 63 | 105 |
| Binary | 11000000 | 10001000 | 11011000 | 1011 | 100101 | 0 | 1111 | 100011010 | 110011 | 1000101 |
Color Harmonies of #C088D8
Complementary color
Monochromatic Colors of #C088D8
Black with #C088D8
Text Example
Text Example
White with #C088D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088D8; }
p { color: rgb(192,136,216); }
H1.HeaderClassName
{
color: #C088D8;
}
.AnyTagClassName
{
color: #C088D8;
}
</style>
background-color css
<style>
a { background-color: #C088D8; }
a { background-color: rgb(192,136,216); }
div.DivClassName
{
background-color: #C088D8;
}
.BgClassName
{
background-color: #C088D8;
}
</style>
border-color css
<style>
span { border-color: #C088D8; }
span { border-color: rgb(192,136,216); }
td.TdClassName
{
border-color: #C088D8;
}
.TagClassName
{
border-color: #C088D8;
}
</style>