Shades of Wisteria #C898F6
Tints of Wisteria #C898F6
RGB
CMYK
RGB Variations
Color information
#C898F6 (or 0xC898F6) is known color: Wisteria. HEX triplet: C8, 98 and F6. RGB value is (200,152,246). Sum of RGB (Red+Green+Blue) = 200+152+246=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #C898F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898F6 is #376709. Grayscale: #B0B0B0. Windows color (decimal): -3630858 or 16160968. OLE color: 16160968.
HSL color Cylindrical-coordinate representation of color #C898F6: hue angle of 270.64º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C898F6 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 152 | 246 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.04 |
| HSL | 270.64º | 0.84% | 0.78% | - |
| HSV(B) | 270.64º | 0.38% | 0.96% | - |
| XYZ | 51.68 | 41.39 | 92.45 | - |
| YUV | 177.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 246 | 0.19 | 0.38 | 0 | 0.04 | 270.64 | 0.84 | 0.78 |
| Hex | C8 | 98 | F6 | 13 | 26 | 0 | 4 | 10F | 54 | 4E |
| Octal | 310 | 230 | 366 | 23 | 46 | 0 | 4 | 417 | 124 | 116 |
| Binary | 11001000 | 10011000 | 11110110 | 10011 | 100110 | 0 | 100 | 100001111 | 1010100 | 1001110 |
Color Harmonies of #C898F6
Complementary color
Monochromatic Colors of #C898F6
Black with #C898F6
Text Example
Text Example
White with #C898F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898F6; }
p { color: rgb(200,152,246); }
H1.HeaderClassName
{
color: #C898F6;
}
.AnyTagClassName
{
color: #C898F6;
}
</style>
background-color css
<style>
a { background-color: #C898F6; }
a { background-color: rgb(200,152,246); }
div.DivClassName
{
background-color: #C898F6;
}
.BgClassName
{
background-color: #C898F6;
}
</style>
border-color css
<style>
span { border-color: #C898F6; }
span { border-color: rgb(200,152,246); }
td.TdClassName
{
border-color: #C898F6;
}
.TagClassName
{
border-color: #C898F6;
}
</style>