Shades of Wisteria #C897D2
Tints of Wisteria #C897D2
RGB
CMYK
RGB Variations
Color information
#C897D2 (or 0xC897D2) is known color: Wisteria. HEX triplet: C8, 97 and D2. RGB value is (200,151,210). Sum of RGB (Red+Green+Blue) = 200+151+210=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C897D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897D2 is #37682D. Grayscale: #ACACAC. Windows color (decimal): -3631150 or 13801416. OLE color: 13801416.
HSL color Cylindrical-coordinate representation of color #C897D2: hue angle of 289.83º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C897D2 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 151 | 210 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.18 |
| HSL | 289.83º | 0.4% | 0.71% | - |
| HSV(B) | 289.83º | 0.28% | 0.82% | - |
| XYZ | 46.52 | 39.07 | 66.06 | - |
| YUV | 172.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 210 | 0.05 | 0.28 | 0 | 0.18 | 289.83 | 0.4 | 0.71 |
| Hex | C8 | 97 | D2 | 5 | 1C | 0 | 12 | 122 | 28 | 47 |
| Octal | 310 | 227 | 322 | 5 | 34 | 0 | 22 | 442 | 50 | 107 |
| Binary | 11001000 | 10010111 | 11010010 | 101 | 11100 | 0 | 10010 | 100100010 | 101000 | 1000111 |
Color Harmonies of #C897D2
Complementary color
Monochromatic Colors of #C897D2
Black with #C897D2
Text Example
Text Example
White with #C897D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897D2; }
p { color: rgb(200,151,210); }
H1.HeaderClassName
{
color: #C897D2;
}
.AnyTagClassName
{
color: #C897D2;
}
</style>
background-color css
<style>
a { background-color: #C897D2; }
a { background-color: rgb(200,151,210); }
div.DivClassName
{
background-color: #C897D2;
}
.BgClassName
{
background-color: #C897D2;
}
</style>
border-color css
<style>
span { border-color: #C897D2; }
span { border-color: rgb(200,151,210); }
td.TdClassName
{
border-color: #C897D2;
}
.TagClassName
{
border-color: #C897D2;
}
</style>