Shades of Wisteria #C295D5
Tints of Wisteria #C295D5
RGB
CMYK
RGB Variations
Color information
#C295D5 (or 0xC295D5) is known color: Wisteria. HEX triplet: C2, 95 and D5. RGB value is (194,149,213). Sum of RGB (Red+Green+Blue) = 194+149+213=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #C295D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295D5 is #3D6A2A. Grayscale: #A9A9A9. Windows color (decimal): -4024875 or 13997506. OLE color: 13997506.
HSL color Cylindrical-coordinate representation of color #C295D5: hue angle of 282.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C295D5 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 149 | 213 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.16 |
| HSL | 282.19º | 0.43% | 0.71% | - |
| HSV(B) | 282.19º | 0.3% | 0.84% | - |
| XYZ | 45.01 | 37.77 | 67.87 | - |
| YUV | 169.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 213 | 0.09 | 0.30 | 0 | 0.16 | 282.19 | 0.43 | 0.71 |
| Hex | C2 | 95 | D5 | 9 | 1E | 0 | 10 | 11A | 2B | 47 |
| Octal | 302 | 225 | 325 | 11 | 36 | 0 | 20 | 432 | 53 | 107 |
| Binary | 11000010 | 10010101 | 11010101 | 1001 | 11110 | 0 | 10000 | 100011010 | 101011 | 1000111 |
Color Harmonies of #C295D5
Complementary color
Monochromatic Colors of #C295D5
Black with #C295D5
Text Example
Text Example
White with #C295D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295D5; }
p { color: rgb(194,149,213); }
H1.HeaderClassName
{
color: #C295D5;
}
.AnyTagClassName
{
color: #C295D5;
}
</style>
background-color css
<style>
a { background-color: #C295D5; }
a { background-color: rgb(194,149,213); }
div.DivClassName
{
background-color: #C295D5;
}
.BgClassName
{
background-color: #C295D5;
}
</style>
border-color css
<style>
span { border-color: #C295D5; }
span { border-color: rgb(194,149,213); }
td.TdClassName
{
border-color: #C295D5;
}
.TagClassName
{
border-color: #C295D5;
}
</style>