Shades of Wisteria #C297D3
Tints of Wisteria #C297D3
RGB
CMYK
RGB Variations
Color information
#C297D3 (or 0xC297D3) is known color: Wisteria. HEX triplet: C2, 97 and D3. RGB value is (194,151,211). Sum of RGB (Red+Green+Blue) = 194+151+211=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #C297D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297D3 is #3D682C. Grayscale: #AAAAAA. Windows color (decimal): -4024365 or 13866946. OLE color: 13866946.
HSL color Cylindrical-coordinate representation of color #C297D3: hue angle of 283º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C297D3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 151 | 211 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.17 |
| HSL | 283º | 0.41% | 0.71% | - |
| HSV(B) | 283º | 0.28% | 0.83% | - |
| XYZ | 45.07 | 38.31 | 66.65 | - |
| YUV | 170.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 211 | 0.08 | 0.28 | 0 | 0.17 | 283 | 0.41 | 0.71 |
| Hex | C2 | 97 | D3 | 8 | 1C | 0 | 11 | 11B | 29 | 47 |
| Octal | 302 | 227 | 323 | 10 | 34 | 0 | 21 | 433 | 51 | 107 |
| Binary | 11000010 | 10010111 | 11010011 | 1000 | 11100 | 0 | 10001 | 100011011 | 101001 | 1000111 |
Color Harmonies of #C297D3
Complementary color
Monochromatic Colors of #C297D3
Black with #C297D3
Text Example
Text Example
White with #C297D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297D3; }
p { color: rgb(194,151,211); }
H1.HeaderClassName
{
color: #C297D3;
}
.AnyTagClassName
{
color: #C297D3;
}
</style>
background-color css
<style>
a { background-color: #C297D3; }
a { background-color: rgb(194,151,211); }
div.DivClassName
{
background-color: #C297D3;
}
.BgClassName
{
background-color: #C297D3;
}
</style>
border-color css
<style>
span { border-color: #C297D3; }
span { border-color: rgb(194,151,211); }
td.TdClassName
{
border-color: #C297D3;
}
.TagClassName
{
border-color: #C297D3;
}
</style>