Shades of Wisteria #C297DC
Tints of Wisteria #C297DC
RGB
CMYK
RGB Variations
Color information
#C297DC (or 0xC297DC) is known color: Wisteria. HEX triplet: C2, 97 and DC. RGB value is (194,151,220). Sum of RGB (Red+Green+Blue) = 194+151+220=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C297DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DC is #3D6823. Grayscale: #ABABAB. Windows color (decimal): -4024356 or 14456770. OLE color: 14456770.
HSL color Cylindrical-coordinate representation of color #C297DC: hue angle of 277.39º degrees, saturation: 0.5, 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 #C297DC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 151 | 220 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.14 |
| HSL | 277.39º | 0.5% | 0.73% | - |
| HSV(B) | 277.39º | 0.31% | 0.86% | - |
| XYZ | 46.23 | 38.77 | 72.76 | - |
| YUV | 171.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 220 | 0.12 | 0.31 | 0 | 0.14 | 277.39 | 0.5 | 0.73 |
| Hex | C2 | 97 | DC | C | 1F | 0 | E | 115 | 32 | 49 |
| Octal | 302 | 227 | 334 | 14 | 37 | 0 | 16 | 425 | 62 | 111 |
| Binary | 11000010 | 10010111 | 11011100 | 1100 | 11111 | 0 | 1110 | 100010101 | 110010 | 1001001 |
Color Harmonies of #C297DC
Complementary color
Monochromatic Colors of #C297DC
Black with #C297DC
Text Example
Text Example
White with #C297DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297DC; }
p { color: rgb(194,151,220); }
H1.HeaderClassName
{
color: #C297DC;
}
.AnyTagClassName
{
color: #C297DC;
}
</style>
background-color css
<style>
a { background-color: #C297DC; }
a { background-color: rgb(194,151,220); }
div.DivClassName
{
background-color: #C297DC;
}
.BgClassName
{
background-color: #C297DC;
}
</style>
border-color css
<style>
span { border-color: #C297DC; }
span { border-color: rgb(194,151,220); }
td.TdClassName
{
border-color: #C297DC;
}
.TagClassName
{
border-color: #C297DC;
}
</style>