Shades of Wisteria #C290FC
Tints of Wisteria #C290FC
RGB
CMYK
RGB Variations
Color information
#C290FC (or 0xC290FC) is known color: Wisteria. HEX triplet: C2, 90 and FC. RGB value is (194,144,252). Sum of RGB (Red+Green+Blue) = 194+144+252=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #C290FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290FC is #3D6F03. Grayscale: #AAAAAA. Windows color (decimal): -4026116 or 16552130. OLE color: 16552130.
HSL color Cylindrical-coordinate representation of color #C290FC: hue angle of 267.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C290FC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 144 | 252 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.01 |
| HSL | 267.78º | 0.95% | 0.78% | - |
| HSV(B) | 267.78º | 0.43% | 0.99% | - |
| XYZ | 49.79 | 38.44 | 96.89 | - |
| YUV | 171.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 252 | 0.23 | 0.43 | 0 | 0.01 | 267.78 | 0.95 | 0.78 |
| Hex | C2 | 90 | FC | 17 | 2B | 0 | 1 | 10C | 5F | 4E |
| Octal | 302 | 220 | 374 | 27 | 53 | 0 | 1 | 414 | 137 | 116 |
| Binary | 11000010 | 10010000 | 11111100 | 10111 | 101011 | 0 | 1 | 100001100 | 1011111 | 1001110 |
Color Harmonies of #C290FC
Complementary color
Monochromatic Colors of #C290FC
Black with #C290FC
Text Example
Text Example
White with #C290FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290FC; }
p { color: rgb(194,144,252); }
H1.HeaderClassName
{
color: #C290FC;
}
.AnyTagClassName
{
color: #C290FC;
}
</style>
background-color css
<style>
a { background-color: #C290FC; }
a { background-color: rgb(194,144,252); }
div.DivClassName
{
background-color: #C290FC;
}
.BgClassName
{
background-color: #C290FC;
}
</style>
border-color css
<style>
span { border-color: #C290FC; }
span { border-color: rgb(194,144,252); }
td.TdClassName
{
border-color: #C290FC;
}
.TagClassName
{
border-color: #C290FC;
}
</style>