Shades of Wisteria #C097DF
Tints of Wisteria #C097DF
RGB
CMYK
RGB Variations
Color information
#C097DF (or 0xC097DF) is known color: Wisteria. HEX triplet: C0, 97 and DF. RGB value is (192,151,223). Sum of RGB (Red+Green+Blue) = 192+151+223=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C097DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DF is #3F6820. Grayscale: #ABABAB. Windows color (decimal): -4155425 or 14653376. OLE color: 14653376.
HSL color Cylindrical-coordinate representation of color #C097DF: hue angle of 274.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C097DF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 151 | 223 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.13 |
| HSL | 274.17º | 0.53% | 0.73% | - |
| HSV(B) | 274.17º | 0.32% | 0.87% | - |
| XYZ | 46.12 | 38.67 | 74.84 | - |
| YUV | 171.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 223 | 0.14 | 0.32 | 0 | 0.13 | 274.17 | 0.53 | 0.73 |
| Hex | C0 | 97 | DF | E | 20 | 0 | D | 112 | 35 | 49 |
| Octal | 300 | 227 | 337 | 16 | 40 | 0 | 15 | 422 | 65 | 111 |
| Binary | 11000000 | 10010111 | 11011111 | 1110 | 100000 | 0 | 1101 | 100010010 | 110101 | 1001001 |
Color Harmonies of #C097DF
Complementary color
Monochromatic Colors of #C097DF
Black with #C097DF
Text Example
Text Example
White with #C097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097DF; }
p { color: rgb(192,151,223); }
H1.HeaderClassName
{
color: #C097DF;
}
.AnyTagClassName
{
color: #C097DF;
}
</style>
background-color css
<style>
a { background-color: #C097DF; }
a { background-color: rgb(192,151,223); }
div.DivClassName
{
background-color: #C097DF;
}
.BgClassName
{
background-color: #C097DF;
}
</style>
border-color css
<style>
span { border-color: #C097DF; }
span { border-color: rgb(192,151,223); }
td.TdClassName
{
border-color: #C097DF;
}
.TagClassName
{
border-color: #C097DF;
}
</style>