Shades of Wisteria #C295CE
Tints of Wisteria #C295CE
RGB
CMYK
RGB Variations
Color information
#C295CE (or 0xC295CE) is known color: Wisteria. HEX triplet: C2, 95 and CE. RGB value is (194,149,206). Sum of RGB (Red+Green+Blue) = 194+149+206=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #C295CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CE is #3D6A31. Grayscale: #A8A8A8. Windows color (decimal): -4024882 or 13538754. OLE color: 13538754.
HSL color Cylindrical-coordinate representation of color #C295CE: hue angle of 287.37º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C295CE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 149 | 206 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.19 |
| HSL | 287.37º | 0.37% | 0.7% | - |
| HSV(B) | 287.37º | 0.28% | 0.81% | - |
| XYZ | 44.14 | 37.42 | 63.29 | - |
| YUV | 168.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 206 | 0.06 | 0.28 | 0 | 0.19 | 287.37 | 0.37 | 0.7 |
| Hex | C2 | 95 | CE | 6 | 1C | 0 | 13 | 11F | 25 | 46 |
| Octal | 302 | 225 | 316 | 6 | 34 | 0 | 23 | 437 | 45 | 106 |
| Binary | 11000010 | 10010101 | 11001110 | 110 | 11100 | 0 | 10011 | 100011111 | 100101 | 1000110 |
Color Harmonies of #C295CE
Complementary color
Monochromatic Colors of #C295CE
Black with #C295CE
Text Example
Text Example
White with #C295CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295CE; }
p { color: rgb(194,149,206); }
H1.HeaderClassName
{
color: #C295CE;
}
.AnyTagClassName
{
color: #C295CE;
}
</style>
background-color css
<style>
a { background-color: #C295CE; }
a { background-color: rgb(194,149,206); }
div.DivClassName
{
background-color: #C295CE;
}
.BgClassName
{
background-color: #C295CE;
}
</style>
border-color css
<style>
span { border-color: #C295CE; }
span { border-color: rgb(194,149,206); }
td.TdClassName
{
border-color: #C295CE;
}
.TagClassName
{
border-color: #C295CE;
}
</style>