Shades of Wisteria #C98FFC
Tints of Wisteria #C98FFC
RGB
CMYK
RGB Variations
Color information
#C98FFC (or 0xC98FFC) is known color: Wisteria. HEX triplet: C9, 8F and FC. RGB value is (201,143,252). Sum of RGB (Red+Green+Blue) = 201+143+252=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C98FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFC is #367003. Grayscale: #ACACAC. Windows color (decimal): -3567620 or 16551881. OLE color: 16551881.
HSL color Cylindrical-coordinate representation of color #C98FFC: hue angle of 271.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98FFC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 143 | 252 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.01 |
| HSL | 271.93º | 0.95% | 0.77% | - |
| HSV(B) | 271.93º | 0.43% | 0.99% | - |
| XYZ | 51.48 | 39.09 | 96.93 | - |
| YUV | 172.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 252 | 0.20 | 0.43 | 0 | 0.01 | 271.93 | 0.95 | 0.77 |
| Hex | C9 | 8F | FC | 14 | 2B | 0 | 1 | 110 | 5F | 4D |
| Octal | 311 | 217 | 374 | 24 | 53 | 0 | 1 | 420 | 137 | 115 |
| Binary | 11001001 | 10001111 | 11111100 | 10100 | 101011 | 0 | 1 | 100010000 | 1011111 | 1001101 |
Color Harmonies of #C98FFC
Complementary color
Monochromatic Colors of #C98FFC
Black with #C98FFC
Text Example
Text Example
White with #C98FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FFC; }
p { color: rgb(201,143,252); }
H1.HeaderClassName
{
color: #C98FFC;
}
.AnyTagClassName
{
color: #C98FFC;
}
</style>
background-color css
<style>
a { background-color: #C98FFC; }
a { background-color: rgb(201,143,252); }
div.DivClassName
{
background-color: #C98FFC;
}
.BgClassName
{
background-color: #C98FFC;
}
</style>
border-color css
<style>
span { border-color: #C98FFC; }
span { border-color: rgb(201,143,252); }
td.TdClassName
{
border-color: #C98FFC;
}
.TagClassName
{
border-color: #C98FFC;
}
</style>