Shades of Wisteria #C998DA
Tints of Wisteria #C998DA
RGB
CMYK
RGB Variations
Color information
#C998DA (or 0xC998DA) is known color: Wisteria. HEX triplet: C9, 98 and DA. RGB value is (201,152,218). Sum of RGB (Red+Green+Blue) = 201+152+218=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #C998DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DA is #366725. Grayscale: #ADADAD. Windows color (decimal): -3565350 or 14325961. OLE color: 14325961.
HSL color Cylindrical-coordinate representation of color #C998DA: hue angle of 284.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C998DA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 152 | 218 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.15 |
| HSL | 284.55º | 0.47% | 0.73% | - |
| HSV(B) | 284.55º | 0.3% | 0.85% | - |
| XYZ | 47.97 | 39.94 | 71.51 | - |
| YUV | 174.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 218 | 0.08 | 0.30 | 0 | 0.15 | 284.55 | 0.47 | 0.73 |
| Hex | C9 | 98 | DA | 8 | 1E | 0 | F | 11D | 2F | 49 |
| Octal | 311 | 230 | 332 | 10 | 36 | 0 | 17 | 435 | 57 | 111 |
| Binary | 11001001 | 10011000 | 11011010 | 1000 | 11110 | 0 | 1111 | 100011101 | 101111 | 1001001 |
Color Harmonies of #C998DA
Complementary color
Monochromatic Colors of #C998DA
Black with #C998DA
Text Example
Text Example
White with #C998DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998DA; }
p { color: rgb(201,152,218); }
H1.HeaderClassName
{
color: #C998DA;
}
.AnyTagClassName
{
color: #C998DA;
}
</style>
background-color css
<style>
a { background-color: #C998DA; }
a { background-color: rgb(201,152,218); }
div.DivClassName
{
background-color: #C998DA;
}
.BgClassName
{
background-color: #C998DA;
}
</style>
border-color css
<style>
span { border-color: #C998DA; }
span { border-color: rgb(201,152,218); }
td.TdClassName
{
border-color: #C998DA;
}
.TagClassName
{
border-color: #C998DA;
}
</style>