Shades of Wisteria #C392E2
Tints of Wisteria #C392E2
RGB
CMYK
RGB Variations
Color information
#C392E2 (or 0xC392E2) is known color: Wisteria. HEX triplet: C3, 92 and E2. RGB value is (195,146,226). Sum of RGB (Red+Green+Blue) = 195+146+226=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #C392E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392E2 is #3C6D1D. Grayscale: #A9A9A9. Windows color (decimal): -3960094 or 14848707. OLE color: 14848707.
HSL color Cylindrical-coordinate representation of color #C392E2: hue angle of 276.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C392E2 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 146 | 226 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.11 |
| HSL | 276.75º | 0.58% | 0.73% | - |
| HSV(B) | 276.75º | 0.35% | 0.89% | - |
| XYZ | 46.51 | 37.65 | 76.77 | - |
| YUV | 169.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 226 | 0.14 | 0.35 | 0 | 0.11 | 276.75 | 0.58 | 0.73 |
| Hex | C3 | 92 | E2 | E | 23 | 0 | B | 115 | 3A | 49 |
| Octal | 303 | 222 | 342 | 16 | 43 | 0 | 13 | 425 | 72 | 111 |
| Binary | 11000011 | 10010010 | 11100010 | 1110 | 100011 | 0 | 1011 | 100010101 | 111010 | 1001001 |
Color Harmonies of #C392E2
Complementary color
Monochromatic Colors of #C392E2
Black with #C392E2
Text Example
Text Example
White with #C392E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392E2; }
p { color: rgb(195,146,226); }
H1.HeaderClassName
{
color: #C392E2;
}
.AnyTagClassName
{
color: #C392E2;
}
</style>
background-color css
<style>
a { background-color: #C392E2; }
a { background-color: rgb(195,146,226); }
div.DivClassName
{
background-color: #C392E2;
}
.BgClassName
{
background-color: #C392E2;
}
</style>
border-color css
<style>
span { border-color: #C392E2; }
span { border-color: rgb(195,146,226); }
td.TdClassName
{
border-color: #C392E2;
}
.TagClassName
{
border-color: #C392E2;
}
</style>