Shades of Wisteria #C492DD
Tints of Wisteria #C492DD
RGB
CMYK
RGB Variations
Color information
#C492DD (or 0xC492DD) is known color: Wisteria. HEX triplet: C4, 92 and DD. RGB value is (196,146,221). Sum of RGB (Red+Green+Blue) = 196+146+221=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C492DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DD is #3B6D22. Grayscale: #A9A9A9. Windows color (decimal): -3894563 or 14521028. OLE color: 14521028.
HSL color Cylindrical-coordinate representation of color #C492DD: hue angle of 280º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C492DD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 146 | 221 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.13 |
| HSL | 280º | 0.52% | 0.72% | - |
| HSV(B) | 280º | 0.34% | 0.87% | - |
| XYZ | 46.09 | 37.51 | 73.22 | - |
| YUV | 169.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 221 | 0.11 | 0.34 | 0 | 0.13 | 280 | 0.52 | 0.72 |
| Hex | C4 | 92 | DD | B | 22 | 0 | D | 118 | 34 | 48 |
| Octal | 304 | 222 | 335 | 13 | 42 | 0 | 15 | 430 | 64 | 110 |
| Binary | 11000100 | 10010010 | 11011101 | 1011 | 100010 | 0 | 1101 | 100011000 | 110100 | 1001000 |
Color Harmonies of #C492DD
Complementary color
Monochromatic Colors of #C492DD
Black with #C492DD
Text Example
Text Example
White with #C492DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492DD; }
p { color: rgb(196,146,221); }
H1.HeaderClassName
{
color: #C492DD;
}
.AnyTagClassName
{
color: #C492DD;
}
</style>
background-color css
<style>
a { background-color: #C492DD; }
a { background-color: rgb(196,146,221); }
div.DivClassName
{
background-color: #C492DD;
}
.BgClassName
{
background-color: #C492DD;
}
</style>
border-color css
<style>
span { border-color: #C492DD; }
span { border-color: rgb(196,146,221); }
td.TdClassName
{
border-color: #C492DD;
}
.TagClassName
{
border-color: #C492DD;
}
</style>