Shades of Wisteria #C392E9
Tints of Wisteria #C392E9
RGB
CMYK
RGB Variations
Color information
#C392E9 (or 0xC392E9) is known color: Wisteria. HEX triplet: C3, 92 and E9. RGB value is (195,146,233). Sum of RGB (Red+Green+Blue) = 195+146+233=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #C392E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392E9 is #3C6D16. Grayscale: #AAAAAA. Windows color (decimal): -3960087 or 15307459. OLE color: 15307459.
HSL color Cylindrical-coordinate representation of color #C392E9: hue angle of 273.79º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C392E9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 146 | 233 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.09 |
| HSL | 273.79º | 0.66% | 0.74% | - |
| HSV(B) | 273.79º | 0.37% | 0.91% | - |
| XYZ | 47.49 | 38.04 | 81.93 | - |
| YUV | 170.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 233 | 0.16 | 0.37 | 0 | 0.09 | 273.79 | 0.66 | 0.74 |
| Hex | C3 | 92 | E9 | 10 | 25 | 0 | 9 | 112 | 42 | 4A |
| Octal | 303 | 222 | 351 | 20 | 45 | 0 | 11 | 422 | 102 | 112 |
| Binary | 11000011 | 10010010 | 11101001 | 10000 | 100101 | 0 | 1001 | 100010010 | 1000010 | 1001010 |
Color Harmonies of #C392E9
Complementary color
Monochromatic Colors of #C392E9
Black with #C392E9
Text Example
Text Example
White with #C392E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392E9; }
p { color: rgb(195,146,233); }
H1.HeaderClassName
{
color: #C392E9;
}
.AnyTagClassName
{
color: #C392E9;
}
</style>
background-color css
<style>
a { background-color: #C392E9; }
a { background-color: rgb(195,146,233); }
div.DivClassName
{
background-color: #C392E9;
}
.BgClassName
{
background-color: #C392E9;
}
</style>
border-color css
<style>
span { border-color: #C392E9; }
span { border-color: rgb(195,146,233); }
td.TdClassName
{
border-color: #C392E9;
}
.TagClassName
{
border-color: #C392E9;
}
</style>