Shades of Wisteria #C295EB
Tints of Wisteria #C295EB
RGB
CMYK
RGB Variations
Color information
#C295EB (or 0xC295EB) is known color: Wisteria. HEX triplet: C2, 95 and EB. RGB value is (194,149,235). Sum of RGB (Red+Green+Blue) = 194+149+235=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C295EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295EB is #3D6A14. Grayscale: #ABABAB. Windows color (decimal): -4024853 or 15439298. OLE color: 15439298.
HSL color Cylindrical-coordinate representation of color #C295EB: hue angle of 271.4º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C295EB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 149 | 235 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.08 |
| HSL | 271.4º | 0.68% | 0.75% | - |
| HSV(B) | 271.4º | 0.37% | 0.92% | - |
| XYZ | 47.99 | 38.96 | 83.59 | - |
| YUV | 172.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 235 | 0.17 | 0.37 | 0 | 0.08 | 271.4 | 0.68 | 0.75 |
| Hex | C2 | 95 | EB | 11 | 25 | 0 | 8 | 10F | 44 | 4B |
| Octal | 302 | 225 | 353 | 21 | 45 | 0 | 10 | 417 | 104 | 113 |
| Binary | 11000010 | 10010101 | 11101011 | 10001 | 100101 | 0 | 1000 | 100001111 | 1000100 | 1001011 |
Color Harmonies of #C295EB
Complementary color
Monochromatic Colors of #C295EB
Black with #C295EB
Text Example
Text Example
White with #C295EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295EB; }
p { color: rgb(194,149,235); }
H1.HeaderClassName
{
color: #C295EB;
}
.AnyTagClassName
{
color: #C295EB;
}
</style>
background-color css
<style>
a { background-color: #C295EB; }
a { background-color: rgb(194,149,235); }
div.DivClassName
{
background-color: #C295EB;
}
.BgClassName
{
background-color: #C295EB;
}
</style>
border-color css
<style>
span { border-color: #C295EB; }
span { border-color: rgb(194,149,235); }
td.TdClassName
{
border-color: #C295EB;
}
.TagClassName
{
border-color: #C295EB;
}
</style>