Shades of Wisteria #C98CFA
Tints of Wisteria #C98CFA
RGB
CMYK
RGB Variations
Color information
#C98CFA (or 0xC98CFA) is known color: Wisteria. HEX triplet: C9, 8C and FA. RGB value is (201,140,250). Sum of RGB (Red+Green+Blue) = 201+140+250=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFA is #367305. Grayscale: #AAAAAA. Windows color (decimal): -3568390 or 16420041. OLE color: 16420041.
HSL color Cylindrical-coordinate representation of color #C98CFA: hue angle of 273.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98CFA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 140 | 250 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 273.27º | 0.92% | 0.76% | - |
| HSV(B) | 273.27º | 0.44% | 0.98% | - |
| XYZ | 50.72 | 38.08 | 95.12 | - |
| YUV | 170.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 250 | 0.20 | 0.44 | 0 | 0.02 | 273.27 | 0.92 | 0.76 |
| Hex | C9 | 8C | FA | 14 | 2C | 0 | 2 | 111 | 5C | 4C |
| Octal | 311 | 214 | 372 | 24 | 54 | 0 | 2 | 421 | 134 | 114 |
| Binary | 11001001 | 10001100 | 11111010 | 10100 | 101100 | 0 | 10 | 100010001 | 1011100 | 1001100 |
Color Harmonies of #C98CFA
Complementary color
Monochromatic Colors of #C98CFA
Black with #C98CFA
Text Example
Text Example
White with #C98CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CFA; }
p { color: rgb(201,140,250); }
H1.HeaderClassName
{
color: #C98CFA;
}
.AnyTagClassName
{
color: #C98CFA;
}
</style>
background-color css
<style>
a { background-color: #C98CFA; }
a { background-color: rgb(201,140,250); }
div.DivClassName
{
background-color: #C98CFA;
}
.BgClassName
{
background-color: #C98CFA;
}
</style>
border-color css
<style>
span { border-color: #C98CFA; }
span { border-color: rgb(201,140,250); }
td.TdClassName
{
border-color: #C98CFA;
}
.TagClassName
{
border-color: #C98CFA;
}
</style>