Shades of Wisteria #C898F9
Tints of Wisteria #C898F9
RGB
CMYK
RGB Variations
Color information
#C898F9 (or 0xC898F9) is known color: Wisteria. HEX triplet: C8, 98 and F9. RGB value is (200,152,249). Sum of RGB (Red+Green+Blue) = 200+152+249=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #C898F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898F9 is #376706. Grayscale: #B1B1B1. Windows color (decimal): -3630855 or 16357576. OLE color: 16357576.
HSL color Cylindrical-coordinate representation of color #C898F9: hue angle of 269.69º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C898F9 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 152 | 249 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.02 |
| HSL | 269.69º | 0.89% | 0.79% | - |
| HSV(B) | 269.69º | 0.39% | 0.98% | - |
| XYZ | 52.15 | 41.58 | 94.9 | - |
| YUV | 177.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 249 | 0.20 | 0.39 | 0 | 0.02 | 269.69 | 0.89 | 0.79 |
| Hex | C8 | 98 | F9 | 14 | 27 | 0 | 2 | 10E | 59 | 4F |
| Octal | 310 | 230 | 371 | 24 | 47 | 0 | 2 | 416 | 131 | 117 |
| Binary | 11001000 | 10011000 | 11111001 | 10100 | 100111 | 0 | 10 | 100001110 | 1011001 | 1001111 |
Color Harmonies of #C898F9
Complementary color
Monochromatic Colors of #C898F9
Black with #C898F9
Text Example
Text Example
White with #C898F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898F9; }
p { color: rgb(200,152,249); }
H1.HeaderClassName
{
color: #C898F9;
}
.AnyTagClassName
{
color: #C898F9;
}
</style>
background-color css
<style>
a { background-color: #C898F9; }
a { background-color: rgb(200,152,249); }
div.DivClassName
{
background-color: #C898F9;
}
.BgClassName
{
background-color: #C898F9;
}
</style>
border-color css
<style>
span { border-color: #C898F9; }
span { border-color: rgb(200,152,249); }
td.TdClassName
{
border-color: #C898F9;
}
.TagClassName
{
border-color: #C898F9;
}
</style>