Shades of Wisteria #C088CD
Tints of Wisteria #C088CD
RGB
CMYK
RGB Variations
Color information
#C088CD (or 0xC088CD) is known color: Wisteria. HEX triplet: C0, 88 and CD. RGB value is (192,136,205). Sum of RGB (Red+Green+Blue) = 192+136+205=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C088CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088CD is #3F7732. Grayscale: #A0A0A0. Windows color (decimal): -4159283 or 13469888. OLE color: 13469888.
HSL color Cylindrical-coordinate representation of color #C088CD: hue angle of 288.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C088CD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 136 | 205 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.20 |
| HSL | 288.7º | 0.41% | 0.67% | - |
| HSV(B) | 288.7º | 0.34% | 0.8% | - |
| XYZ | 41.56 | 33.22 | 61.98 | - |
| YUV | 160.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 205 | 0.06 | 0.34 | 0 | 0.20 | 288.7 | 0.41 | 0.67 |
| Hex | C0 | 88 | CD | 6 | 22 | 0 | 14 | 121 | 29 | 43 |
| Octal | 300 | 210 | 315 | 6 | 42 | 0 | 24 | 441 | 51 | 103 |
| Binary | 11000000 | 10001000 | 11001101 | 110 | 100010 | 0 | 10100 | 100100001 | 101001 | 1000011 |
Color Harmonies of #C088CD
Complementary color
Monochromatic Colors of #C088CD
Black with #C088CD
Text Example
Text Example
White with #C088CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088CD; }
p { color: rgb(192,136,205); }
H1.HeaderClassName
{
color: #C088CD;
}
.AnyTagClassName
{
color: #C088CD;
}
</style>
background-color css
<style>
a { background-color: #C088CD; }
a { background-color: rgb(192,136,205); }
div.DivClassName
{
background-color: #C088CD;
}
.BgClassName
{
background-color: #C088CD;
}
</style>
border-color css
<style>
span { border-color: #C088CD; }
span { border-color: rgb(192,136,205); }
td.TdClassName
{
border-color: #C088CD;
}
.TagClassName
{
border-color: #C088CD;
}
</style>