Shades of Wisteria #C297CD
Tints of Wisteria #C297CD
RGB
CMYK
RGB Variations
Color information
#C297CD (or 0xC297CD) is known color: Wisteria. HEX triplet: C2, 97 and CD. RGB value is (194,151,205). Sum of RGB (Red+Green+Blue) = 194+151+205=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #C297CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297CD is #3D6832. Grayscale: #A9A9A9. Windows color (decimal): -4024371 or 13473730. OLE color: 13473730.
HSL color Cylindrical-coordinate representation of color #C297CD: hue angle of 287.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C297CD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 151 | 205 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.20 |
| HSL | 287.78º | 0.35% | 0.7% | - |
| HSV(B) | 287.78º | 0.26% | 0.8% | - |
| XYZ | 44.33 | 38.01 | 62.76 | - |
| YUV | 170.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 205 | 0.05 | 0.26 | 0 | 0.20 | 287.78 | 0.35 | 0.7 |
| Hex | C2 | 97 | CD | 5 | 1A | 0 | 14 | 120 | 23 | 46 |
| Octal | 302 | 227 | 315 | 5 | 32 | 0 | 24 | 440 | 43 | 106 |
| Binary | 11000010 | 10010111 | 11001101 | 101 | 11010 | 0 | 10100 | 100100000 | 100011 | 1000110 |
Color Harmonies of #C297CD
Complementary color
Monochromatic Colors of #C297CD
Black with #C297CD
Text Example
Text Example
White with #C297CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297CD; }
p { color: rgb(194,151,205); }
H1.HeaderClassName
{
color: #C297CD;
}
.AnyTagClassName
{
color: #C297CD;
}
</style>
background-color css
<style>
a { background-color: #C297CD; }
a { background-color: rgb(194,151,205); }
div.DivClassName
{
background-color: #C297CD;
}
.BgClassName
{
background-color: #C297CD;
}
</style>
border-color css
<style>
span { border-color: #C297CD; }
span { border-color: rgb(194,151,205); }
td.TdClassName
{
border-color: #C297CD;
}
.TagClassName
{
border-color: #C297CD;
}
</style>