Shades of Wisteria #C292D5
Tints of Wisteria #C292D5
RGB
CMYK
RGB Variations
Color information
#C292D5 (or 0xC292D5) is known color: Wisteria. HEX triplet: C2, 92 and D5. RGB value is (194,146,213). Sum of RGB (Red+Green+Blue) = 194+146+213=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #C292D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292D5 is #3D6D2A. Grayscale: #A7A7A7. Windows color (decimal): -4025643 or 13996738. OLE color: 13996738.
HSL color Cylindrical-coordinate representation of color #C292D5: hue angle of 282.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C292D5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 146 | 213 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.16 |
| HSL | 282.99º | 0.44% | 0.7% | - |
| HSV(B) | 282.99º | 0.31% | 0.84% | - |
| XYZ | 44.54 | 36.83 | 67.71 | - |
| YUV | 167.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 213 | 0.09 | 0.31 | 0 | 0.16 | 282.99 | 0.44 | 0.7 |
| Hex | C2 | 92 | D5 | 9 | 1F | 0 | 10 | 11B | 2C | 46 |
| Octal | 302 | 222 | 325 | 11 | 37 | 0 | 20 | 433 | 54 | 106 |
| Binary | 11000010 | 10010010 | 11010101 | 1001 | 11111 | 0 | 10000 | 100011011 | 101100 | 1000110 |
Color Harmonies of #C292D5
Complementary color
Monochromatic Colors of #C292D5
Black with #C292D5
Text Example
Text Example
White with #C292D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292D5; }
p { color: rgb(194,146,213); }
H1.HeaderClassName
{
color: #C292D5;
}
.AnyTagClassName
{
color: #C292D5;
}
</style>
background-color css
<style>
a { background-color: #C292D5; }
a { background-color: rgb(194,146,213); }
div.DivClassName
{
background-color: #C292D5;
}
.BgClassName
{
background-color: #C292D5;
}
</style>
border-color css
<style>
span { border-color: #C292D5; }
span { border-color: rgb(194,146,213); }
td.TdClassName
{
border-color: #C292D5;
}
.TagClassName
{
border-color: #C292D5;
}
</style>