Shades of Wisteria #C097D1
Tints of Wisteria #C097D1
RGB
CMYK
RGB Variations
Color information
#C097D1 (or 0xC097D1) is known color: Wisteria. HEX triplet: C0, 97 and D1. RGB value is (192,151,209). Sum of RGB (Red+Green+Blue) = 192+151+209=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #C097D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097D1 is #3F682E. Grayscale: #A9A9A9. Windows color (decimal): -4155439 or 13735872. OLE color: 13735872.
HSL color Cylindrical-coordinate representation of color #C097D1: hue angle of 282.41º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C097D1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 151 | 209 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.18 |
| HSL | 282.41º | 0.39% | 0.71% | - |
| HSV(B) | 282.41º | 0.28% | 0.82% | - |
| XYZ | 44.31 | 37.94 | 65.31 | - |
| YUV | 169.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 209 | 0.08 | 0.28 | 0 | 0.18 | 282.41 | 0.39 | 0.71 |
| Hex | C0 | 97 | D1 | 8 | 1C | 0 | 12 | 11A | 27 | 47 |
| Octal | 300 | 227 | 321 | 10 | 34 | 0 | 22 | 432 | 47 | 107 |
| Binary | 11000000 | 10010111 | 11010001 | 1000 | 11100 | 0 | 10010 | 100011010 | 100111 | 1000111 |
Color Harmonies of #C097D1
Complementary color
Monochromatic Colors of #C097D1
Black with #C097D1
Text Example
Text Example
White with #C097D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097D1; }
p { color: rgb(192,151,209); }
H1.HeaderClassName
{
color: #C097D1;
}
.AnyTagClassName
{
color: #C097D1;
}
</style>
background-color css
<style>
a { background-color: #C097D1; }
a { background-color: rgb(192,151,209); }
div.DivClassName
{
background-color: #C097D1;
}
.BgClassName
{
background-color: #C097D1;
}
</style>
border-color css
<style>
span { border-color: #C097D1; }
span { border-color: rgb(192,151,209); }
td.TdClassName
{
border-color: #C097D1;
}
.TagClassName
{
border-color: #C097D1;
}
</style>