Shades of Wisteria #C292E6
Tints of Wisteria #C292E6
RGB
CMYK
RGB Variations
Color information
#C292E6 (or 0xC292E6) is known color: Wisteria. HEX triplet: C2, 92 and E6. RGB value is (194,146,230). Sum of RGB (Red+Green+Blue) = 194+146+230=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #C292E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292E6 is #3D6D19. Grayscale: #A9A9A9. Windows color (decimal): -4025626 or 15110850. OLE color: 15110850.
HSL color Cylindrical-coordinate representation of color #C292E6: hue angle of 274.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C292E6 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 146 | 230 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.10 |
| HSL | 274.29º | 0.63% | 0.74% | - |
| HSV(B) | 274.29º | 0.37% | 0.9% | - |
| XYZ | 46.81 | 37.74 | 79.68 | - |
| YUV | 169.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 230 | 0.16 | 0.37 | 0 | 0.10 | 274.29 | 0.63 | 0.74 |
| Hex | C2 | 92 | E6 | 10 | 25 | 0 | A | 112 | 3F | 4A |
| Octal | 302 | 222 | 346 | 20 | 45 | 0 | 12 | 422 | 77 | 112 |
| Binary | 11000010 | 10010010 | 11100110 | 10000 | 100101 | 0 | 1010 | 100010010 | 111111 | 1001010 |
Color Harmonies of #C292E6
Complementary color
Monochromatic Colors of #C292E6
Black with #C292E6
Text Example
Text Example
White with #C292E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292E6; }
p { color: rgb(194,146,230); }
H1.HeaderClassName
{
color: #C292E6;
}
.AnyTagClassName
{
color: #C292E6;
}
</style>
background-color css
<style>
a { background-color: #C292E6; }
a { background-color: rgb(194,146,230); }
div.DivClassName
{
background-color: #C292E6;
}
.BgClassName
{
background-color: #C292E6;
}
</style>
border-color css
<style>
span { border-color: #C292E6; }
span { border-color: rgb(194,146,230); }
td.TdClassName
{
border-color: #C292E6;
}
.TagClassName
{
border-color: #C292E6;
}
</style>