Shades of Wisteria #C290FB
Tints of Wisteria #C290FB
RGB
CMYK
RGB Variations
Color information
#C290FB (or 0xC290FB) is known color: Wisteria. HEX triplet: C2, 90 and FB. RGB value is (194,144,251). Sum of RGB (Red+Green+Blue) = 194+144+251=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C290FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290FB is #3D6F04. Grayscale: #AAAAAA. Windows color (decimal): -4026117 or 16486594. OLE color: 16486594.
HSL color Cylindrical-coordinate representation of color #C290FB: hue angle of 268.04º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C290FB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 144 | 251 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.02 |
| HSL | 268.04º | 0.93% | 0.77% | - |
| HSV(B) | 268.04º | 0.43% | 0.98% | - |
| XYZ | 49.63 | 38.38 | 96.06 | - |
| YUV | 171.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 251 | 0.23 | 0.43 | 0 | 0.02 | 268.04 | 0.93 | 0.77 |
| Hex | C2 | 90 | FB | 17 | 2B | 0 | 2 | 10C | 5D | 4D |
| Octal | 302 | 220 | 373 | 27 | 53 | 0 | 2 | 414 | 135 | 115 |
| Binary | 11000010 | 10010000 | 11111011 | 10111 | 101011 | 0 | 10 | 100001100 | 1011101 | 1001101 |
Color Harmonies of #C290FB
Complementary color
Monochromatic Colors of #C290FB
Black with #C290FB
Text Example
Text Example
White with #C290FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290FB; }
p { color: rgb(194,144,251); }
H1.HeaderClassName
{
color: #C290FB;
}
.AnyTagClassName
{
color: #C290FB;
}
</style>
background-color css
<style>
a { background-color: #C290FB; }
a { background-color: rgb(194,144,251); }
div.DivClassName
{
background-color: #C290FB;
}
.BgClassName
{
background-color: #C290FB;
}
</style>
border-color css
<style>
span { border-color: #C290FB; }
span { border-color: rgb(194,144,251); }
td.TdClassName
{
border-color: #C290FB;
}
.TagClassName
{
border-color: #C290FB;
}
</style>