Shades of Wisteria #C297DB
Tints of Wisteria #C297DB
RGB
CMYK
RGB Variations
Color information
#C297DB (or 0xC297DB) is known color: Wisteria. HEX triplet: C2, 97 and DB. RGB value is (194,151,219). Sum of RGB (Red+Green+Blue) = 194+151+219=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C297DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DB is #3D6824. Grayscale: #ABABAB. Windows color (decimal): -4024357 or 14391234. OLE color: 14391234.
HSL color Cylindrical-coordinate representation of color #C297DB: hue angle of 277.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C297DB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 151 | 219 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.14 |
| HSL | 277.94º | 0.49% | 0.73% | - |
| HSV(B) | 277.94º | 0.31% | 0.86% | - |
| XYZ | 46.1 | 38.72 | 72.06 | - |
| YUV | 171.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 219 | 0.11 | 0.31 | 0 | 0.14 | 277.94 | 0.49 | 0.73 |
| Hex | C2 | 97 | DB | B | 1F | 0 | E | 116 | 31 | 49 |
| Octal | 302 | 227 | 333 | 13 | 37 | 0 | 16 | 426 | 61 | 111 |
| Binary | 11000010 | 10010111 | 11011011 | 1011 | 11111 | 0 | 1110 | 100010110 | 110001 | 1001001 |
Color Harmonies of #C297DB
Complementary color
Monochromatic Colors of #C297DB
Black with #C297DB
Text Example
Text Example
White with #C297DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297DB; }
p { color: rgb(194,151,219); }
H1.HeaderClassName
{
color: #C297DB;
}
.AnyTagClassName
{
color: #C297DB;
}
</style>
background-color css
<style>
a { background-color: #C297DB; }
a { background-color: rgb(194,151,219); }
div.DivClassName
{
background-color: #C297DB;
}
.BgClassName
{
background-color: #C297DB;
}
</style>
border-color css
<style>
span { border-color: #C297DB; }
span { border-color: rgb(194,151,219); }
td.TdClassName
{
border-color: #C297DB;
}
.TagClassName
{
border-color: #C297DB;
}
</style>