Shades of Wisteria #C294EC
Tints of Wisteria #C294EC
RGB
CMYK
RGB Variations
Color information
#C294EC (or 0xC294EC) is known color: Wisteria. HEX triplet: C2, 94 and EC. RGB value is (194,148,236). Sum of RGB (Red+Green+Blue) = 194+148+236=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C294EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294EC is #3D6B13. Grayscale: #ABABAB. Windows color (decimal): -4025108 or 15504578. OLE color: 15504578.
HSL color Cylindrical-coordinate representation of color #C294EC: hue angle of 271.36º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C294EC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 148 | 236 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.07 |
| HSL | 271.36º | 0.7% | 0.75% | - |
| HSV(B) | 271.36º | 0.37% | 0.93% | - |
| XYZ | 47.98 | 38.71 | 84.3 | - |
| YUV | 171.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 236 | 0.18 | 0.37 | 0 | 0.07 | 271.36 | 0.7 | 0.75 |
| Hex | C2 | 94 | EC | 12 | 25 | 0 | 7 | 10F | 46 | 4B |
| Octal | 302 | 224 | 354 | 22 | 45 | 0 | 7 | 417 | 106 | 113 |
| Binary | 11000010 | 10010100 | 11101100 | 10010 | 100101 | 0 | 111 | 100001111 | 1000110 | 1001011 |
Color Harmonies of #C294EC
Complementary color
Monochromatic Colors of #C294EC
Black with #C294EC
Text Example
Text Example
White with #C294EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294EC; }
p { color: rgb(194,148,236); }
H1.HeaderClassName
{
color: #C294EC;
}
.AnyTagClassName
{
color: #C294EC;
}
</style>
background-color css
<style>
a { background-color: #C294EC; }
a { background-color: rgb(194,148,236); }
div.DivClassName
{
background-color: #C294EC;
}
.BgClassName
{
background-color: #C294EC;
}
</style>
border-color css
<style>
span { border-color: #C294EC; }
span { border-color: rgb(194,148,236); }
td.TdClassName
{
border-color: #C294EC;
}
.TagClassName
{
border-color: #C294EC;
}
</style>