Shades of Wisteria #C080D3
Tints of Wisteria #C080D3
RGB
CMYK
RGB Variations
Color information
#C080D3 (or 0xC080D3) is known color: Wisteria. HEX triplet: C0, 80 and D3. RGB value is (192,128,211). Sum of RGB (Red+Green+Blue) = 192+128+211=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #C080D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080D3 is #3F7F2C. Grayscale: #9C9C9C. Windows color (decimal): -4161325 or 13861056. OLE color: 13861056.
HSL color Cylindrical-coordinate representation of color #C080D3: hue angle of 286.27º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C080D3 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 128 | 211 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.17 |
| HSL | 286.27º | 0.49% | 0.66% | - |
| HSV(B) | 286.27º | 0.39% | 0.83% | - |
| XYZ | 41.22 | 31.35 | 65.51 | - |
| YUV | 156.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 211 | 0.09 | 0.39 | 0 | 0.17 | 286.27 | 0.49 | 0.66 |
| Hex | C0 | 80 | D3 | 9 | 27 | 0 | 11 | 11E | 31 | 42 |
| Octal | 300 | 200 | 323 | 11 | 47 | 0 | 21 | 436 | 61 | 102 |
| Binary | 11000000 | 10000000 | 11010011 | 1001 | 100111 | 0 | 10001 | 100011110 | 110001 | 1000010 |
Color Harmonies of #C080D3
Complementary color
Monochromatic Colors of #C080D3
Black with #C080D3
Text Example
Text Example
White with #C080D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080D3; }
p { color: rgb(192,128,211); }
H1.HeaderClassName
{
color: #C080D3;
}
.AnyTagClassName
{
color: #C080D3;
}
</style>
background-color css
<style>
a { background-color: #C080D3; }
a { background-color: rgb(192,128,211); }
div.DivClassName
{
background-color: #C080D3;
}
.BgClassName
{
background-color: #C080D3;
}
</style>
border-color css
<style>
span { border-color: #C080D3; }
span { border-color: rgb(192,128,211); }
td.TdClassName
{
border-color: #C080D3;
}
.TagClassName
{
border-color: #C080D3;
}
</style>