Shades of Wisteria #C98AED
Tints of Wisteria #C98AED
RGB
CMYK
RGB Variations
Color information
#C98AED (or 0xC98AED) is known color: Wisteria. HEX triplet: C9, 8A and ED. RGB value is (201,138,237). Sum of RGB (Red+Green+Blue) = 201+138+237=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #C98AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AED is #367512. Grayscale: #A7A7A7. Windows color (decimal): -3568915 or 15567561. OLE color: 15567561.
HSL color Cylindrical-coordinate representation of color #C98AED: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98AED is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 138 | 237 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.07 |
| HSL | 278.18º | 0.73% | 0.74% | - |
| HSV(B) | 278.18º | 0.42% | 0.93% | - |
| XYZ | 48.46 | 36.71 | 84.65 | - |
| YUV | 168.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 237 | 0.15 | 0.42 | 0 | 0.07 | 278.18 | 0.73 | 0.74 |
| Hex | C9 | 8A | ED | F | 2A | 0 | 7 | 116 | 49 | 4A |
| Octal | 311 | 212 | 355 | 17 | 52 | 0 | 7 | 426 | 111 | 112 |
| Binary | 11001001 | 10001010 | 11101101 | 1111 | 101010 | 0 | 111 | 100010110 | 1001001 | 1001010 |
Color Harmonies of #C98AED
Complementary color
Monochromatic Colors of #C98AED
Black with #C98AED
Text Example
Text Example
White with #C98AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AED; }
p { color: rgb(201,138,237); }
H1.HeaderClassName
{
color: #C98AED;
}
.AnyTagClassName
{
color: #C98AED;
}
</style>
background-color css
<style>
a { background-color: #C98AED; }
a { background-color: rgb(201,138,237); }
div.DivClassName
{
background-color: #C98AED;
}
.BgClassName
{
background-color: #C98AED;
}
</style>
border-color css
<style>
span { border-color: #C98AED; }
span { border-color: rgb(201,138,237); }
td.TdClassName
{
border-color: #C98AED;
}
.TagClassName
{
border-color: #C98AED;
}
</style>