Shades of Wisteria #C090F3
Tints of Wisteria #C090F3
RGB
CMYK
RGB Variations
Color information
#C090F3 (or 0xC090F3) is known color: Wisteria. HEX triplet: C0, 90 and F3. RGB value is (192,144,243). Sum of RGB (Red+Green+Blue) = 192+144+243=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #C090F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090F3 is #3F6F0C. Grayscale: #A9A9A9. Windows color (decimal): -4157197 or 15962304. OLE color: 15962304.
HSL color Cylindrical-coordinate representation of color #C090F3: hue angle of 269.09º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C090F3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 144 | 243 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.05 |
| HSL | 269.09º | 0.8% | 0.76% | - |
| HSV(B) | 269.09º | 0.41% | 0.95% | - |
| XYZ | 47.89 | 37.62 | 89.53 | - |
| YUV | 169.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 243 | 0.21 | 0.41 | 0 | 0.05 | 269.09 | 0.8 | 0.76 |
| Hex | C0 | 90 | F3 | 15 | 29 | 0 | 5 | 10D | 50 | 4C |
| Octal | 300 | 220 | 363 | 25 | 51 | 0 | 5 | 415 | 120 | 114 |
| Binary | 11000000 | 10010000 | 11110011 | 10101 | 101001 | 0 | 101 | 100001101 | 1010000 | 1001100 |
Color Harmonies of #C090F3
Complementary color
Monochromatic Colors of #C090F3
Black with #C090F3
Text Example
Text Example
White with #C090F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090F3; }
p { color: rgb(192,144,243); }
H1.HeaderClassName
{
color: #C090F3;
}
.AnyTagClassName
{
color: #C090F3;
}
</style>
background-color css
<style>
a { background-color: #C090F3; }
a { background-color: rgb(192,144,243); }
div.DivClassName
{
background-color: #C090F3;
}
.BgClassName
{
background-color: #C090F3;
}
</style>
border-color css
<style>
span { border-color: #C090F3; }
span { border-color: rgb(192,144,243); }
td.TdClassName
{
border-color: #C090F3;
}
.TagClassName
{
border-color: #C090F3;
}
</style>