Shades of Wisteria #C98BDA
Tints of Wisteria #C98BDA
RGB
CMYK
RGB Variations
Color information
#C98BDA (or 0xC98BDA) is known color: Wisteria. HEX triplet: C9, 8B and DA. RGB value is (201,139,218). Sum of RGB (Red+Green+Blue) = 201+139+218=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BDA is #367425. Grayscale: #A6A6A6. Windows color (decimal): -3568678 or 14322633. OLE color: 14322633.
HSL color Cylindrical-coordinate representation of color #C98BDA: hue angle of 287.09º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98BDA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 139 | 218 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.15 |
| HSL | 287.09º | 0.52% | 0.7% | - |
| HSV(B) | 287.09º | 0.36% | 0.85% | - |
| XYZ | 45.97 | 35.94 | 70.84 | - |
| YUV | 166.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 218 | 0.08 | 0.36 | 0 | 0.15 | 287.09 | 0.52 | 0.7 |
| Hex | C9 | 8B | DA | 8 | 24 | 0 | F | 11F | 34 | 46 |
| Octal | 311 | 213 | 332 | 10 | 44 | 0 | 17 | 437 | 64 | 106 |
| Binary | 11001001 | 10001011 | 11011010 | 1000 | 100100 | 0 | 1111 | 100011111 | 110100 | 1000110 |
Color Harmonies of #C98BDA
Complementary color
Monochromatic Colors of #C98BDA
Black with #C98BDA
Text Example
Text Example
White with #C98BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BDA; }
p { color: rgb(201,139,218); }
H1.HeaderClassName
{
color: #C98BDA;
}
.AnyTagClassName
{
color: #C98BDA;
}
</style>
background-color css
<style>
a { background-color: #C98BDA; }
a { background-color: rgb(201,139,218); }
div.DivClassName
{
background-color: #C98BDA;
}
.BgClassName
{
background-color: #C98BDA;
}
</style>
border-color css
<style>
span { border-color: #C98BDA; }
span { border-color: rgb(201,139,218); }
td.TdClassName
{
border-color: #C98BDA;
}
.TagClassName
{
border-color: #C98BDA;
}
</style>