Shades of Wisteria #C492ED
Tints of Wisteria #C492ED
RGB
CMYK
RGB Variations
Color information
#C492ED (or 0xC492ED) is known color: Wisteria. HEX triplet: C4, 92 and ED. RGB value is (196,146,237). Sum of RGB (Red+Green+Blue) = 196+146+237=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C492ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492ED is #3B6D12. Grayscale: #ABABAB. Windows color (decimal): -3894547 or 15569604. OLE color: 15569604.
HSL color Cylindrical-coordinate representation of color #C492ED: hue angle of 272.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C492ED is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 146 | 237 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.07 |
| HSL | 272.97º | 0.72% | 0.75% | - |
| HSV(B) | 272.97º | 0.38% | 0.93% | - |
| XYZ | 48.33 | 38.41 | 84.99 | - |
| YUV | 171.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 237 | 0.17 | 0.38 | 0 | 0.07 | 272.97 | 0.72 | 0.75 |
| Hex | C4 | 92 | ED | 11 | 26 | 0 | 7 | 111 | 48 | 4B |
| Octal | 304 | 222 | 355 | 21 | 46 | 0 | 7 | 421 | 110 | 113 |
| Binary | 11000100 | 10010010 | 11101101 | 10001 | 100110 | 0 | 111 | 100010001 | 1001000 | 1001011 |
Color Harmonies of #C492ED
Complementary color
Monochromatic Colors of #C492ED
Black with #C492ED
Text Example
Text Example
White with #C492ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492ED; }
p { color: rgb(196,146,237); }
H1.HeaderClassName
{
color: #C492ED;
}
.AnyTagClassName
{
color: #C492ED;
}
</style>
background-color css
<style>
a { background-color: #C492ED; }
a { background-color: rgb(196,146,237); }
div.DivClassName
{
background-color: #C492ED;
}
.BgClassName
{
background-color: #C492ED;
}
</style>
border-color css
<style>
span { border-color: #C492ED; }
span { border-color: rgb(196,146,237); }
td.TdClassName
{
border-color: #C492ED;
}
.TagClassName
{
border-color: #C492ED;
}
</style>