Shades of Wisteria #C088D1
Tints of Wisteria #C088D1
RGB
CMYK
RGB Variations
Color information
#C088D1 (or 0xC088D1) is known color: Wisteria. HEX triplet: C0, 88 and D1. RGB value is (192,136,209). Sum of RGB (Red+Green+Blue) = 192+136+209=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #C088D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088D1 is #3F772E. Grayscale: #A0A0A0. Windows color (decimal): -4159279 or 13732032. OLE color: 13732032.
HSL color Cylindrical-coordinate representation of color #C088D1: hue angle of 286.03º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C088D1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 136 | 209 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.18 |
| HSL | 286.03º | 0.44% | 0.68% | - |
| HSV(B) | 286.03º | 0.35% | 0.82% | - |
| XYZ | 42.05 | 33.42 | 64.56 | - |
| YUV | 161.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 209 | 0.08 | 0.35 | 0 | 0.18 | 286.03 | 0.44 | 0.68 |
| Hex | C0 | 88 | D1 | 8 | 23 | 0 | 12 | 11E | 2C | 44 |
| Octal | 300 | 210 | 321 | 10 | 43 | 0 | 22 | 436 | 54 | 104 |
| Binary | 11000000 | 10001000 | 11010001 | 1000 | 100011 | 0 | 10010 | 100011110 | 101100 | 1000100 |
Color Harmonies of #C088D1
Complementary color
Monochromatic Colors of #C088D1
Black with #C088D1
Text Example
Text Example
White with #C088D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088D1; }
p { color: rgb(192,136,209); }
H1.HeaderClassName
{
color: #C088D1;
}
.AnyTagClassName
{
color: #C088D1;
}
</style>
background-color css
<style>
a { background-color: #C088D1; }
a { background-color: rgb(192,136,209); }
div.DivClassName
{
background-color: #C088D1;
}
.BgClassName
{
background-color: #C088D1;
}
</style>
border-color css
<style>
span { border-color: #C088D1; }
span { border-color: rgb(192,136,209); }
td.TdClassName
{
border-color: #C088D1;
}
.TagClassName
{
border-color: #C088D1;
}
</style>