Shades of Wisteria #C898D9
Tints of Wisteria #C898D9
RGB
CMYK
RGB Variations
Color information
#C898D9 (or 0xC898D9) is known color: Wisteria. HEX triplet: C8, 98 and D9. RGB value is (200,152,217). Sum of RGB (Red+Green+Blue) = 200+152+217=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #C898D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898D9 is #376726. Grayscale: #ADADAD. Windows color (decimal): -3630887 or 14260424. OLE color: 14260424.
HSL color Cylindrical-coordinate representation of color #C898D9: hue angle of 284.31º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C898D9 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 152 | 217 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.15 |
| HSL | 284.31º | 0.46% | 0.72% | - |
| HSV(B) | 284.31º | 0.3% | 0.85% | - |
| XYZ | 47.57 | 39.75 | 70.81 | - |
| YUV | 173.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 217 | 0.08 | 0.30 | 0 | 0.15 | 284.31 | 0.46 | 0.72 |
| Hex | C8 | 98 | D9 | 8 | 1E | 0 | F | 11C | 2E | 48 |
| Octal | 310 | 230 | 331 | 10 | 36 | 0 | 17 | 434 | 56 | 110 |
| Binary | 11001000 | 10011000 | 11011001 | 1000 | 11110 | 0 | 1111 | 100011100 | 101110 | 1001000 |
Color Harmonies of #C898D9
Complementary color
Monochromatic Colors of #C898D9
Black with #C898D9
Text Example
Text Example
White with #C898D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898D9; }
p { color: rgb(200,152,217); }
H1.HeaderClassName
{
color: #C898D9;
}
.AnyTagClassName
{
color: #C898D9;
}
</style>
background-color css
<style>
a { background-color: #C898D9; }
a { background-color: rgb(200,152,217); }
div.DivClassName
{
background-color: #C898D9;
}
.BgClassName
{
background-color: #C898D9;
}
</style>
border-color css
<style>
span { border-color: #C898D9; }
span { border-color: rgb(200,152,217); }
td.TdClassName
{
border-color: #C898D9;
}
.TagClassName
{
border-color: #C898D9;
}
</style>