Shades of Wisteria #C98FDD
Tints of Wisteria #C98FDD
RGB
CMYK
RGB Variations
Color information
#C98FDD (or 0xC98FDD) is known color: Wisteria. HEX triplet: C9, 8F and DD. RGB value is (201,143,221). Sum of RGB (Red+Green+Blue) = 201+143+221=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C98FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FDD is #367022. Grayscale: #A8A8A8. Windows color (decimal): -3567651 or 14520265. OLE color: 14520265.
HSL color Cylindrical-coordinate representation of color #C98FDD: hue angle of 284.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98FDD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 143 | 221 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 284.62º | 0.53% | 0.71% | - |
| HSV(B) | 284.62º | 0.35% | 0.87% | - |
| XYZ | 46.96 | 37.28 | 73.13 | - |
| YUV | 169.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 221 | 0.09 | 0.35 | 0 | 0.13 | 284.62 | 0.53 | 0.71 |
| Hex | C9 | 8F | DD | 9 | 23 | 0 | D | 11D | 35 | 47 |
| Octal | 311 | 217 | 335 | 11 | 43 | 0 | 15 | 435 | 65 | 107 |
| Binary | 11001001 | 10001111 | 11011101 | 1001 | 100011 | 0 | 1101 | 100011101 | 110101 | 1000111 |
Color Harmonies of #C98FDD
Complementary color
Monochromatic Colors of #C98FDD
Black with #C98FDD
Text Example
Text Example
White with #C98FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FDD; }
p { color: rgb(201,143,221); }
H1.HeaderClassName
{
color: #C98FDD;
}
.AnyTagClassName
{
color: #C98FDD;
}
</style>
background-color css
<style>
a { background-color: #C98FDD; }
a { background-color: rgb(201,143,221); }
div.DivClassName
{
background-color: #C98FDD;
}
.BgClassName
{
background-color: #C98FDD;
}
</style>
border-color css
<style>
span { border-color: #C98FDD; }
span { border-color: rgb(201,143,221); }
td.TdClassName
{
border-color: #C98FDD;
}
.TagClassName
{
border-color: #C98FDD;
}
</style>