Shades of Wisteria #C898DD
Tints of Wisteria #C898DD
RGB
CMYK
RGB Variations
Color information
#C898DD (or 0xC898DD) is known color: Wisteria. HEX triplet: C8, 98 and DD. RGB value is (200,152,221). Sum of RGB (Red+Green+Blue) = 200+152+221=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C898DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898DD is #376722. Grayscale: #ADADAD. Windows color (decimal): -3630883 or 14522568. OLE color: 14522568.
HSL color Cylindrical-coordinate representation of color #C898DD: hue angle of 281.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C898DD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 152 | 221 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.13 |
| HSL | 281.74º | 0.5% | 0.73% | - |
| HSV(B) | 281.74º | 0.31% | 0.87% | - |
| XYZ | 48.1 | 39.96 | 73.58 | - |
| YUV | 174.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 221 | 0.10 | 0.31 | 0 | 0.13 | 281.74 | 0.5 | 0.73 |
| Hex | C8 | 98 | DD | A | 1F | 0 | D | 11A | 32 | 49 |
| Octal | 310 | 230 | 335 | 12 | 37 | 0 | 15 | 432 | 62 | 111 |
| Binary | 11001000 | 10011000 | 11011101 | 1010 | 11111 | 0 | 1101 | 100011010 | 110010 | 1001001 |
Color Harmonies of #C898DD
Complementary color
Monochromatic Colors of #C898DD
Black with #C898DD
Text Example
Text Example
White with #C898DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898DD; }
p { color: rgb(200,152,221); }
H1.HeaderClassName
{
color: #C898DD;
}
.AnyTagClassName
{
color: #C898DD;
}
</style>
background-color css
<style>
a { background-color: #C898DD; }
a { background-color: rgb(200,152,221); }
div.DivClassName
{
background-color: #C898DD;
}
.BgClassName
{
background-color: #C898DD;
}
</style>
border-color css
<style>
span { border-color: #C898DD; }
span { border-color: rgb(200,152,221); }
td.TdClassName
{
border-color: #C898DD;
}
.TagClassName
{
border-color: #C898DD;
}
</style>