Shades of Wisteria #C98BD6
Tints of Wisteria #C98BD6
RGB
CMYK
RGB Variations
Color information
#C98BD6 (or 0xC98BD6) is known color: Wisteria. HEX triplet: C9, 8B and D6. RGB value is (201,139,214). Sum of RGB (Red+Green+Blue) = 201+139+214=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #C98BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BD6 is #367429. Grayscale: #A5A5A5. Windows color (decimal): -3568682 or 14060489. OLE color: 14060489.
HSL color Cylindrical-coordinate representation of color #C98BD6: hue angle of 289.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98BD6 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 139 | 214 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.16 |
| HSL | 289.6º | 0.48% | 0.69% | - |
| HSV(B) | 289.6º | 0.35% | 0.84% | - |
| XYZ | 45.46 | 35.74 | 68.12 | - |
| YUV | 166.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 214 | 0.06 | 0.35 | 0 | 0.16 | 289.6 | 0.48 | 0.69 |
| Hex | C9 | 8B | D6 | 6 | 23 | 0 | 10 | 122 | 30 | 45 |
| Octal | 311 | 213 | 326 | 6 | 43 | 0 | 20 | 442 | 60 | 105 |
| Binary | 11001001 | 10001011 | 11010110 | 110 | 100011 | 0 | 10000 | 100100010 | 110000 | 1000101 |
Color Harmonies of #C98BD6
Complementary color
Monochromatic Colors of #C98BD6
Black with #C98BD6
Text Example
Text Example
White with #C98BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BD6; }
p { color: rgb(201,139,214); }
H1.HeaderClassName
{
color: #C98BD6;
}
.AnyTagClassName
{
color: #C98BD6;
}
</style>
background-color css
<style>
a { background-color: #C98BD6; }
a { background-color: rgb(201,139,214); }
div.DivClassName
{
background-color: #C98BD6;
}
.BgClassName
{
background-color: #C98BD6;
}
</style>
border-color css
<style>
span { border-color: #C98BD6; }
span { border-color: rgb(201,139,214); }
td.TdClassName
{
border-color: #C98BD6;
}
.TagClassName
{
border-color: #C98BD6;
}
</style>