Shades of Wisteria #C097D2
Tints of Wisteria #C097D2
RGB
CMYK
RGB Variations
Color information
#C097D2 (or 0xC097D2) is known color: Wisteria. HEX triplet: C0, 97 and D2. RGB value is (192,151,210). Sum of RGB (Red+Green+Blue) = 192+151+210=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #C097D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097D2 is #3F682D. Grayscale: #A9A9A9. Windows color (decimal): -4155438 or 13801408. OLE color: 13801408.
HSL color Cylindrical-coordinate representation of color #C097D2: hue angle of 281.69º degrees, saturation: 0.4, 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 #C097D2 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 151 | 210 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.18 |
| HSL | 281.69º | 0.4% | 0.71% | - |
| HSV(B) | 281.69º | 0.28% | 0.82% | - |
| XYZ | 44.44 | 37.99 | 65.96 | - |
| YUV | 169.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 210 | 0.09 | 0.28 | 0 | 0.18 | 281.69 | 0.4 | 0.71 |
| Hex | C0 | 97 | D2 | 9 | 1C | 0 | 12 | 11A | 28 | 47 |
| Octal | 300 | 227 | 322 | 11 | 34 | 0 | 22 | 432 | 50 | 107 |
| Binary | 11000000 | 10010111 | 11010010 | 1001 | 11100 | 0 | 10010 | 100011010 | 101000 | 1000111 |
Color Harmonies of #C097D2
Complementary color
Monochromatic Colors of #C097D2
Black with #C097D2
Text Example
Text Example
White with #C097D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097D2; }
p { color: rgb(192,151,210); }
H1.HeaderClassName
{
color: #C097D2;
}
.AnyTagClassName
{
color: #C097D2;
}
</style>
background-color css
<style>
a { background-color: #C097D2; }
a { background-color: rgb(192,151,210); }
div.DivClassName
{
background-color: #C097D2;
}
.BgClassName
{
background-color: #C097D2;
}
</style>
border-color css
<style>
span { border-color: #C097D2; }
span { border-color: rgb(192,151,210); }
td.TdClassName
{
border-color: #C097D2;
}
.TagClassName
{
border-color: #C097D2;
}
</style>