Shades of Wisteria #C290F4
Tints of Wisteria #C290F4
RGB
CMYK
RGB Variations
Color information
#C290F4 (or 0xC290F4) is known color: Wisteria. HEX triplet: C2, 90 and F4. RGB value is (194,144,244). Sum of RGB (Red+Green+Blue) = 194+144+244=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 244 - color contains mainly: blue. Hex color #C290F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290F4 is #3D6F0B. Grayscale: #AAAAAA. Windows color (decimal): -4026124 or 16027842. OLE color: 16027842.
HSL color Cylindrical-coordinate representation of color #C290F4: hue angle of 270º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C290F4 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 144 | 244 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.04 |
| HSL | 270º | 0.82% | 0.76% | - |
| HSV(B) | 270º | 0.41% | 0.96% | - |
| XYZ | 48.55 | 37.95 | 90.35 | - |
| YUV | 170.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 244 | 0.20 | 0.41 | 0 | 0.04 | 270 | 0.82 | 0.76 |
| Hex | C2 | 90 | F4 | 14 | 29 | 0 | 4 | 10E | 52 | 4C |
| Octal | 302 | 220 | 364 | 24 | 51 | 0 | 4 | 416 | 122 | 114 |
| Binary | 11000010 | 10010000 | 11110100 | 10100 | 101001 | 0 | 100 | 100001110 | 1010010 | 1001100 |
Color Harmonies of #C290F4
Complementary color
Monochromatic Colors of #C290F4
Black with #C290F4
Text Example
Text Example
White with #C290F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290F4; }
p { color: rgb(194,144,244); }
H1.HeaderClassName
{
color: #C290F4;
}
.AnyTagClassName
{
color: #C290F4;
}
</style>
background-color css
<style>
a { background-color: #C290F4; }
a { background-color: rgb(194,144,244); }
div.DivClassName
{
background-color: #C290F4;
}
.BgClassName
{
background-color: #C290F4;
}
</style>
border-color css
<style>
span { border-color: #C290F4; }
span { border-color: rgb(194,144,244); }
td.TdClassName
{
border-color: #C290F4;
}
.TagClassName
{
border-color: #C290F4;
}
</style>