Shades of Wisteria #C492DF
Tints of Wisteria #C492DF
RGB
CMYK
RGB Variations
Color information
#C492DF (or 0xC492DF) is known color: Wisteria. HEX triplet: C4, 92 and DF. RGB value is (196,146,223). Sum of RGB (Red+Green+Blue) = 196+146+223=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C492DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DF is #3B6D20. Grayscale: #A9A9A9. Windows color (decimal): -3894561 or 14652100. OLE color: 14652100.
HSL color Cylindrical-coordinate representation of color #C492DF: hue angle of 278.96º 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 #C492DF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 146 | 223 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.13 |
| HSL | 278.96º | 0.55% | 0.72% | - |
| HSV(B) | 278.96º | 0.35% | 0.87% | - |
| XYZ | 46.36 | 37.62 | 74.63 | - |
| YUV | 169.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 223 | 0.12 | 0.35 | 0 | 0.13 | 278.96 | 0.55 | 0.72 |
| Hex | C4 | 92 | DF | C | 23 | 0 | D | 117 | 37 | 48 |
| Octal | 304 | 222 | 337 | 14 | 43 | 0 | 15 | 427 | 67 | 110 |
| Binary | 11000100 | 10010010 | 11011111 | 1100 | 100011 | 0 | 1101 | 100010111 | 110111 | 1001000 |
Color Harmonies of #C492DF
Complementary color
Monochromatic Colors of #C492DF
Black with #C492DF
Text Example
Text Example
White with #C492DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492DF; }
p { color: rgb(196,146,223); }
H1.HeaderClassName
{
color: #C492DF;
}
.AnyTagClassName
{
color: #C492DF;
}
</style>
background-color css
<style>
a { background-color: #C492DF; }
a { background-color: rgb(196,146,223); }
div.DivClassName
{
background-color: #C492DF;
}
.BgClassName
{
background-color: #C492DF;
}
</style>
border-color css
<style>
span { border-color: #C492DF; }
span { border-color: rgb(196,146,223); }
td.TdClassName
{
border-color: #C492DF;
}
.TagClassName
{
border-color: #C492DF;
}
</style>