Shades of Wisteria #C98BDC
Tints of Wisteria #C98BDC
RGB
CMYK
RGB Variations
Color information
#C98BDC (or 0xC98BDC) is known color: Wisteria. HEX triplet: C9, 8B and DC. RGB value is (201,139,220). Sum of RGB (Red+Green+Blue) = 201+139+220=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C98BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BDC is #367423. Grayscale: #A6A6A6. Windows color (decimal): -3568676 or 14453705. OLE color: 14453705.
HSL color Cylindrical-coordinate representation of color #C98BDC: hue angle of 285.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98BDC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 139 | 220 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.14 |
| HSL | 285.93º | 0.54% | 0.7% | - |
| HSV(B) | 285.93º | 0.37% | 0.86% | - |
| XYZ | 46.24 | 36.05 | 72.23 | - |
| YUV | 166.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 220 | 0.09 | 0.37 | 0 | 0.14 | 285.93 | 0.54 | 0.7 |
| Hex | C9 | 8B | DC | 9 | 25 | 0 | E | 11E | 36 | 46 |
| Octal | 311 | 213 | 334 | 11 | 45 | 0 | 16 | 436 | 66 | 106 |
| Binary | 11001001 | 10001011 | 11011100 | 1001 | 100101 | 0 | 1110 | 100011110 | 110110 | 1000110 |
Color Harmonies of #C98BDC
Complementary color
Monochromatic Colors of #C98BDC
Black with #C98BDC
Text Example
Text Example
White with #C98BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BDC; }
p { color: rgb(201,139,220); }
H1.HeaderClassName
{
color: #C98BDC;
}
.AnyTagClassName
{
color: #C98BDC;
}
</style>
background-color css
<style>
a { background-color: #C98BDC; }
a { background-color: rgb(201,139,220); }
div.DivClassName
{
background-color: #C98BDC;
}
.BgClassName
{
background-color: #C98BDC;
}
</style>
border-color css
<style>
span { border-color: #C98BDC; }
span { border-color: rgb(201,139,220); }
td.TdClassName
{
border-color: #C98BDC;
}
.TagClassName
{
border-color: #C98BDC;
}
</style>