Shades of Wisteria #C292F2
Tints of Wisteria #C292F2
RGB
CMYK
RGB Variations
Color information
#C292F2 (or 0xC292F2) is known color: Wisteria. HEX triplet: C2, 92 and F2. RGB value is (194,146,242). Sum of RGB (Red+Green+Blue) = 194+146+242=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #C292F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292F2 is #3D6D0D. Grayscale: #AAAAAA. Windows color (decimal): -4025614 or 15897282. OLE color: 15897282.
HSL color Cylindrical-coordinate representation of color #C292F2: hue angle of 270º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C292F2 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 146 | 242 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.05 |
| HSL | 270º | 0.79% | 0.76% | - |
| HSV(B) | 270º | 0.4% | 0.95% | - |
| XYZ | 48.55 | 38.44 | 88.86 | - |
| YUV | 171.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 242 | 0.20 | 0.40 | 0 | 0.05 | 270 | 0.79 | 0.76 |
| Hex | C2 | 92 | F2 | 14 | 28 | 0 | 5 | 10E | 4F | 4C |
| Octal | 302 | 222 | 362 | 24 | 50 | 0 | 5 | 416 | 117 | 114 |
| Binary | 11000010 | 10010010 | 11110010 | 10100 | 101000 | 0 | 101 | 100001110 | 1001111 | 1001100 |
Color Harmonies of #C292F2
Complementary color
Monochromatic Colors of #C292F2
Black with #C292F2
Text Example
Text Example
White with #C292F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292F2; }
p { color: rgb(194,146,242); }
H1.HeaderClassName
{
color: #C292F2;
}
.AnyTagClassName
{
color: #C292F2;
}
</style>
background-color css
<style>
a { background-color: #C292F2; }
a { background-color: rgb(194,146,242); }
div.DivClassName
{
background-color: #C292F2;
}
.BgClassName
{
background-color: #C292F2;
}
</style>
border-color css
<style>
span { border-color: #C292F2; }
span { border-color: rgb(194,146,242); }
td.TdClassName
{
border-color: #C292F2;
}
.TagClassName
{
border-color: #C292F2;
}
</style>