Shades of Wisteria #C392E4
Tints of Wisteria #C392E4
RGB
CMYK
RGB Variations
Color information
#C392E4 (or 0xC392E4) is known color: Wisteria. HEX triplet: C3, 92 and E4. RGB value is (195,146,228). Sum of RGB (Red+Green+Blue) = 195+146+228=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #C392E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392E4 is #3C6D1B. Grayscale: #A9A9A9. Windows color (decimal): -3960092 or 14979779. OLE color: 14979779.
HSL color Cylindrical-coordinate representation of color #C392E4: hue angle of 275.85º 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 #C392E4 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 146 | 228 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.11 |
| HSL | 275.85º | 0.6% | 0.73% | - |
| HSV(B) | 275.85º | 0.36% | 0.89% | - |
| XYZ | 46.79 | 37.76 | 78.22 | - |
| YUV | 170 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 228 | 0.14 | 0.36 | 0 | 0.11 | 275.85 | 0.6 | 0.73 |
| Hex | C3 | 92 | E4 | E | 24 | 0 | B | 114 | 3C | 49 |
| Octal | 303 | 222 | 344 | 16 | 44 | 0 | 13 | 424 | 74 | 111 |
| Binary | 11000011 | 10010010 | 11100100 | 1110 | 100100 | 0 | 1011 | 100010100 | 111100 | 1001001 |
Color Harmonies of #C392E4
Complementary color
Monochromatic Colors of #C392E4
Black with #C392E4
Text Example
Text Example
White with #C392E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392E4; }
p { color: rgb(195,146,228); }
H1.HeaderClassName
{
color: #C392E4;
}
.AnyTagClassName
{
color: #C392E4;
}
</style>
background-color css
<style>
a { background-color: #C392E4; }
a { background-color: rgb(195,146,228); }
div.DivClassName
{
background-color: #C392E4;
}
.BgClassName
{
background-color: #C392E4;
}
</style>
border-color css
<style>
span { border-color: #C392E4; }
span { border-color: rgb(195,146,228); }
td.TdClassName
{
border-color: #C392E4;
}
.TagClassName
{
border-color: #C392E4;
}
</style>