Shades of Wisteria #C890F9
Tints of Wisteria #C890F9
RGB
CMYK
RGB Variations
Color information
#C890F9 (or 0xC890F9) is known color: Wisteria. HEX triplet: C8, 90 and F9. RGB value is (200,144,249). Sum of RGB (Red+Green+Blue) = 200+144+249=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #C890F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890F9 is #376F06. Grayscale: #ACACAC. Windows color (decimal): -3632903 or 16355528. OLE color: 16355528.
HSL color Cylindrical-coordinate representation of color #C890F9: hue angle of 272º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C890F9 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 144 | 249 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.02 |
| HSL | 272º | 0.9% | 0.77% | - |
| HSV(B) | 272º | 0.42% | 0.98% | - |
| XYZ | 50.89 | 39.07 | 94.48 | - |
| YUV | 172.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 249 | 0.20 | 0.42 | 0 | 0.02 | 272 | 0.9 | 0.77 |
| Hex | C8 | 90 | F9 | 14 | 2A | 0 | 2 | 110 | 5A | 4D |
| Octal | 310 | 220 | 371 | 24 | 52 | 0 | 2 | 420 | 132 | 115 |
| Binary | 11001000 | 10010000 | 11111001 | 10100 | 101010 | 0 | 10 | 100010000 | 1011010 | 1001101 |
Color Harmonies of #C890F9
Complementary color
Monochromatic Colors of #C890F9
Black with #C890F9
Text Example
Text Example
White with #C890F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890F9; }
p { color: rgb(200,144,249); }
H1.HeaderClassName
{
color: #C890F9;
}
.AnyTagClassName
{
color: #C890F9;
}
</style>
background-color css
<style>
a { background-color: #C890F9; }
a { background-color: rgb(200,144,249); }
div.DivClassName
{
background-color: #C890F9;
}
.BgClassName
{
background-color: #C890F9;
}
</style>
border-color css
<style>
span { border-color: #C890F9; }
span { border-color: rgb(200,144,249); }
td.TdClassName
{
border-color: #C890F9;
}
.TagClassName
{
border-color: #C890F9;
}
</style>