Shades of Wisteria #C897D3
Tints of Wisteria #C897D3
RGB
CMYK
RGB Variations
Color information
#C897D3 (or 0xC897D3) is known color: Wisteria. HEX triplet: C8, 97 and D3. RGB value is (200,151,211). Sum of RGB (Red+Green+Blue) = 200+151+211=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #C897D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897D3 is #37682C. Grayscale: #ACACAC. Windows color (decimal): -3631149 or 13866952. OLE color: 13866952.
HSL color Cylindrical-coordinate representation of color #C897D3: hue angle of 289º 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 #C897D3 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 151 | 211 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.17 |
| HSL | 289º | 0.41% | 0.71% | - |
| HSV(B) | 289º | 0.28% | 0.83% | - |
| XYZ | 46.64 | 39.12 | 66.72 | - |
| YUV | 172.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 211 | 0.05 | 0.28 | 0 | 0.17 | 289 | 0.41 | 0.71 |
| Hex | C8 | 97 | D3 | 5 | 1C | 0 | 11 | 121 | 29 | 47 |
| Octal | 310 | 227 | 323 | 5 | 34 | 0 | 21 | 441 | 51 | 107 |
| Binary | 11001000 | 10010111 | 11010011 | 101 | 11100 | 0 | 10001 | 100100001 | 101001 | 1000111 |
Color Harmonies of #C897D3
Complementary color
Monochromatic Colors of #C897D3
Black with #C897D3
Text Example
Text Example
White with #C897D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897D3; }
p { color: rgb(200,151,211); }
H1.HeaderClassName
{
color: #C897D3;
}
.AnyTagClassName
{
color: #C897D3;
}
</style>
background-color css
<style>
a { background-color: #C897D3; }
a { background-color: rgb(200,151,211); }
div.DivClassName
{
background-color: #C897D3;
}
.BgClassName
{
background-color: #C897D3;
}
</style>
border-color css
<style>
span { border-color: #C897D3; }
span { border-color: rgb(200,151,211); }
td.TdClassName
{
border-color: #C897D3;
}
.TagClassName
{
border-color: #C897D3;
}
</style>