Shades of Wisteria #C292E4
Tints of Wisteria #C292E4
RGB
CMYK
RGB Variations
Color information
#C292E4 (or 0xC292E4) is known color: Wisteria. HEX triplet: C2, 92 and E4. RGB value is (194,146,228). Sum of RGB (Red+Green+Blue) = 194+146+228=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #C292E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292E4 is #3D6D1B. Grayscale: #A9A9A9. Windows color (decimal): -4025628 or 14979778. OLE color: 14979778.
HSL color Cylindrical-coordinate representation of color #C292E4: hue angle of 275.12º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C292E4 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 146 | 228 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.11 |
| HSL | 275.12º | 0.6% | 0.73% | - |
| HSV(B) | 275.12º | 0.36% | 0.89% | - |
| XYZ | 46.53 | 37.63 | 78.21 | - |
| YUV | 169.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 228 | 0.15 | 0.36 | 0 | 0.11 | 275.12 | 0.6 | 0.73 |
| Hex | C2 | 92 | E4 | F | 24 | 0 | B | 113 | 3C | 49 |
| Octal | 302 | 222 | 344 | 17 | 44 | 0 | 13 | 423 | 74 | 111 |
| Binary | 11000010 | 10010010 | 11100100 | 1111 | 100100 | 0 | 1011 | 100010011 | 111100 | 1001001 |
Color Harmonies of #C292E4
Complementary color
Monochromatic Colors of #C292E4
Black with #C292E4
Text Example
Text Example
White with #C292E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292E4; }
p { color: rgb(194,146,228); }
H1.HeaderClassName
{
color: #C292E4;
}
.AnyTagClassName
{
color: #C292E4;
}
</style>
background-color css
<style>
a { background-color: #C292E4; }
a { background-color: rgb(194,146,228); }
div.DivClassName
{
background-color: #C292E4;
}
.BgClassName
{
background-color: #C292E4;
}
</style>
border-color css
<style>
span { border-color: #C292E4; }
span { border-color: rgb(194,146,228); }
td.TdClassName
{
border-color: #C292E4;
}
.TagClassName
{
border-color: #C292E4;
}
</style>