Shades of Wisteria #C097D0
Tints of Wisteria #C097D0
RGB
CMYK
RGB Variations
Color information
#C097D0 (or 0xC097D0) is known color: Wisteria. HEX triplet: C0, 97 and D0. RGB value is (192,151,208). Sum of RGB (Red+Green+Blue) = 192+151+208=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #C097D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097D0 is #3F682F. Grayscale: #A9A9A9. Windows color (decimal): -4155440 or 13670336. OLE color: 13670336.
HSL color Cylindrical-coordinate representation of color #C097D0: hue angle of 283.16º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C097D0 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 151 | 208 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.18 |
| HSL | 283.16º | 0.38% | 0.7% | - |
| HSV(B) | 283.16º | 0.27% | 0.82% | - |
| XYZ | 44.19 | 37.89 | 64.66 | - |
| YUV | 169.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 208 | 0.08 | 0.27 | 0 | 0.18 | 283.16 | 0.38 | 0.7 |
| Hex | C0 | 97 | D0 | 8 | 1B | 0 | 12 | 11B | 26 | 46 |
| Octal | 300 | 227 | 320 | 10 | 33 | 0 | 22 | 433 | 46 | 106 |
| Binary | 11000000 | 10010111 | 11010000 | 1000 | 11011 | 0 | 10010 | 100011011 | 100110 | 1000110 |
Color Harmonies of #C097D0
Complementary color
Monochromatic Colors of #C097D0
Black with #C097D0
Text Example
Text Example
White with #C097D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097D0; }
p { color: rgb(192,151,208); }
H1.HeaderClassName
{
color: #C097D0;
}
.AnyTagClassName
{
color: #C097D0;
}
</style>
background-color css
<style>
a { background-color: #C097D0; }
a { background-color: rgb(192,151,208); }
div.DivClassName
{
background-color: #C097D0;
}
.BgClassName
{
background-color: #C097D0;
}
</style>
border-color css
<style>
span { border-color: #C097D0; }
span { border-color: rgb(192,151,208); }
td.TdClassName
{
border-color: #C097D0;
}
.TagClassName
{
border-color: #C097D0;
}
</style>