Shades of Wisteria #C392DF
Tints of Wisteria #C392DF
RGB
CMYK
RGB Variations
Color information
#C392DF (or 0xC392DF) is known color: Wisteria. HEX triplet: C3, 92 and DF. RGB value is (195,146,223). Sum of RGB (Red+Green+Blue) = 195+146+223=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C392DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392DF is #3C6D20. Grayscale: #A9A9A9. Windows color (decimal): -3960097 or 14652099. OLE color: 14652099.
HSL color Cylindrical-coordinate representation of color #C392DF: hue angle of 278.18º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C392DF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 146 | 223 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.13 |
| HSL | 278.18º | 0.55% | 0.72% | - |
| HSV(B) | 278.18º | 0.35% | 0.87% | - |
| XYZ | 46.1 | 37.49 | 74.62 | - |
| YUV | 169.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 223 | 0.13 | 0.35 | 0 | 0.13 | 278.18 | 0.55 | 0.72 |
| Hex | C3 | 92 | DF | D | 23 | 0 | D | 116 | 37 | 48 |
| Octal | 303 | 222 | 337 | 15 | 43 | 0 | 15 | 426 | 67 | 110 |
| Binary | 11000011 | 10010010 | 11011111 | 1101 | 100011 | 0 | 1101 | 100010110 | 110111 | 1001000 |
Color Harmonies of #C392DF
Complementary color
Monochromatic Colors of #C392DF
Black with #C392DF
Text Example
Text Example
White with #C392DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392DF; }
p { color: rgb(195,146,223); }
H1.HeaderClassName
{
color: #C392DF;
}
.AnyTagClassName
{
color: #C392DF;
}
</style>
background-color css
<style>
a { background-color: #C392DF; }
a { background-color: rgb(195,146,223); }
div.DivClassName
{
background-color: #C392DF;
}
.BgClassName
{
background-color: #C392DF;
}
</style>
border-color css
<style>
span { border-color: #C392DF; }
span { border-color: rgb(195,146,223); }
td.TdClassName
{
border-color: #C392DF;
}
.TagClassName
{
border-color: #C392DF;
}
</style>