Shades of Wisteria #C998F7
Tints of Wisteria #C998F7
RGB
CMYK
RGB Variations
Color information
#C998F7 (or 0xC998F7) is known color: Wisteria. HEX triplet: C9, 98 and F7. RGB value is (201,152,247). Sum of RGB (Red+Green+Blue) = 201+152+247=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #C998F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998F7 is #366708. Grayscale: #B1B1B1. Windows color (decimal): -3565321 or 16226505. OLE color: 16226505.
HSL color Cylindrical-coordinate representation of color #C998F7: hue angle of 270.95º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C998F7 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 152 | 247 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.03 |
| HSL | 270.95º | 0.86% | 0.78% | - |
| HSV(B) | 270.95º | 0.38% | 0.97% | - |
| XYZ | 52.1 | 41.59 | 93.28 | - |
| YUV | 177.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 247 | 0.19 | 0.38 | 0 | 0.03 | 270.95 | 0.86 | 0.78 |
| Hex | C9 | 98 | F7 | 13 | 26 | 0 | 3 | 10F | 56 | 4E |
| Octal | 311 | 230 | 367 | 23 | 46 | 0 | 3 | 417 | 126 | 116 |
| Binary | 11001001 | 10011000 | 11110111 | 10011 | 100110 | 0 | 11 | 100001111 | 1010110 | 1001110 |
Color Harmonies of #C998F7
Complementary color
Monochromatic Colors of #C998F7
Black with #C998F7
Text Example
Text Example
White with #C998F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998F7; }
p { color: rgb(201,152,247); }
H1.HeaderClassName
{
color: #C998F7;
}
.AnyTagClassName
{
color: #C998F7;
}
</style>
background-color css
<style>
a { background-color: #C998F7; }
a { background-color: rgb(201,152,247); }
div.DivClassName
{
background-color: #C998F7;
}
.BgClassName
{
background-color: #C998F7;
}
</style>
border-color css
<style>
span { border-color: #C998F7; }
span { border-color: rgb(201,152,247); }
td.TdClassName
{
border-color: #C998F7;
}
.TagClassName
{
border-color: #C998F7;
}
</style>