Shades of Wisteria #C898D7
Tints of Wisteria #C898D7
RGB
CMYK
RGB Variations
Color information
#C898D7 (or 0xC898D7) is known color: Wisteria. HEX triplet: C8, 98 and D7. RGB value is (200,152,215). Sum of RGB (Red+Green+Blue) = 200+152+215=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #C898D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898D7 is #376728. Grayscale: #ADADAD. Windows color (decimal): -3630889 or 14129352. OLE color: 14129352.
HSL color Cylindrical-coordinate representation of color #C898D7: hue angle of 285.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C898D7 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 152 | 215 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.16 |
| HSL | 285.71º | 0.44% | 0.72% | - |
| HSV(B) | 285.71º | 0.29% | 0.84% | - |
| XYZ | 47.31 | 39.64 | 69.45 | - |
| YUV | 173.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 215 | 0.07 | 0.29 | 0 | 0.16 | 285.71 | 0.44 | 0.72 |
| Hex | C8 | 98 | D7 | 7 | 1D | 0 | 10 | 11E | 2C | 48 |
| Octal | 310 | 230 | 327 | 7 | 35 | 0 | 20 | 436 | 54 | 110 |
| Binary | 11001000 | 10011000 | 11010111 | 111 | 11101 | 0 | 10000 | 100011110 | 101100 | 1001000 |
Color Harmonies of #C898D7
Complementary color
Monochromatic Colors of #C898D7
Black with #C898D7
Text Example
Text Example
White with #C898D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898D7; }
p { color: rgb(200,152,215); }
H1.HeaderClassName
{
color: #C898D7;
}
.AnyTagClassName
{
color: #C898D7;
}
</style>
background-color css
<style>
a { background-color: #C898D7; }
a { background-color: rgb(200,152,215); }
div.DivClassName
{
background-color: #C898D7;
}
.BgClassName
{
background-color: #C898D7;
}
</style>
border-color css
<style>
span { border-color: #C898D7; }
span { border-color: rgb(200,152,215); }
td.TdClassName
{
border-color: #C898D7;
}
.TagClassName
{
border-color: #C898D7;
}
</style>