Shades of Wisteria #C297E4
Tints of Wisteria #C297E4
RGB
CMYK
RGB Variations
Color information
#C297E4 (or 0xC297E4) is known color: Wisteria. HEX triplet: C2, 97 and E4. RGB value is (194,151,228). Sum of RGB (Red+Green+Blue) = 194+151+228=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #C297E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297E4 is #3D681B. Grayscale: #ACACAC. Windows color (decimal): -4024348 or 14981058. OLE color: 14981058.
HSL color Cylindrical-coordinate representation of color #C297E4: hue angle of 273.51º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C297E4 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 151 | 228 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.11 |
| HSL | 273.51º | 0.59% | 0.74% | - |
| HSV(B) | 273.51º | 0.34% | 0.89% | - |
| XYZ | 47.32 | 39.2 | 78.47 | - |
| YUV | 172.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 228 | 0.15 | 0.34 | 0 | 0.11 | 273.51 | 0.59 | 0.74 |
| Hex | C2 | 97 | E4 | F | 22 | 0 | B | 112 | 3B | 4A |
| Octal | 302 | 227 | 344 | 17 | 42 | 0 | 13 | 422 | 73 | 112 |
| Binary | 11000010 | 10010111 | 11100100 | 1111 | 100010 | 0 | 1011 | 100010010 | 111011 | 1001010 |
Color Harmonies of #C297E4
Complementary color
Monochromatic Colors of #C297E4
Black with #C297E4
Text Example
Text Example
White with #C297E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297E4; }
p { color: rgb(194,151,228); }
H1.HeaderClassName
{
color: #C297E4;
}
.AnyTagClassName
{
color: #C297E4;
}
</style>
background-color css
<style>
a { background-color: #C297E4; }
a { background-color: rgb(194,151,228); }
div.DivClassName
{
background-color: #C297E4;
}
.BgClassName
{
background-color: #C297E4;
}
</style>
border-color css
<style>
span { border-color: #C297E4; }
span { border-color: rgb(194,151,228); }
td.TdClassName
{
border-color: #C297E4;
}
.TagClassName
{
border-color: #C297E4;
}
</style>