Shades of Wisteria #C292F9
Tints of Wisteria #C292F9
RGB
CMYK
RGB Variations
Color information
#C292F9 (or 0xC292F9) is known color: Wisteria. HEX triplet: C2, 92 and F9. RGB value is (194,146,249). Sum of RGB (Red+Green+Blue) = 194+146+249=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #C292F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292F9 is #3D6D06. Grayscale: #ABABAB. Windows color (decimal): -4025607 or 16356034. OLE color: 16356034.
HSL color Cylindrical-coordinate representation of color #C292F9: hue angle of 267.96º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C292F9 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 146 | 249 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.02 |
| HSL | 267.96º | 0.9% | 0.77% | - |
| HSV(B) | 267.96º | 0.41% | 0.98% | - |
| XYZ | 49.63 | 38.87 | 94.51 | - |
| YUV | 172.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 249 | 0.22 | 0.41 | 0 | 0.02 | 267.96 | 0.9 | 0.77 |
| Hex | C2 | 92 | F9 | 16 | 29 | 0 | 2 | 10C | 5A | 4D |
| Octal | 302 | 222 | 371 | 26 | 51 | 0 | 2 | 414 | 132 | 115 |
| Binary | 11000010 | 10010010 | 11111001 | 10110 | 101001 | 0 | 10 | 100001100 | 1011010 | 1001101 |
Color Harmonies of #C292F9
Complementary color
Monochromatic Colors of #C292F9
Black with #C292F9
Text Example
Text Example
White with #C292F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292F9; }
p { color: rgb(194,146,249); }
H1.HeaderClassName
{
color: #C292F9;
}
.AnyTagClassName
{
color: #C292F9;
}
</style>
background-color css
<style>
a { background-color: #C292F9; }
a { background-color: rgb(194,146,249); }
div.DivClassName
{
background-color: #C292F9;
}
.BgClassName
{
background-color: #C292F9;
}
</style>
border-color css
<style>
span { border-color: #C292F9; }
span { border-color: rgb(194,146,249); }
td.TdClassName
{
border-color: #C292F9;
}
.TagClassName
{
border-color: #C292F9;
}
</style>