Shades of Wisteria #C285EC
Tints of Wisteria #C285EC
RGB
CMYK
RGB Variations
Color information
#C285EC (or 0xC285EC) is known color: Wisteria. HEX triplet: C2, 85 and EC. RGB value is (194,133,236). Sum of RGB (Red+Green+Blue) = 194+133+236=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #C285EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285EC is #3D7A13. Grayscale: #A2A2A2. Windows color (decimal): -4028948 or 15500738. OLE color: 15500738.
HSL color Cylindrical-coordinate representation of color #C285EC: hue angle of 275.53º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C285EC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 133 | 236 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.07 |
| HSL | 275.53º | 0.73% | 0.72% | - |
| HSV(B) | 275.53º | 0.44% | 0.93% | - |
| XYZ | 45.78 | 34.3 | 83.56 | - |
| YUV | 162.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 236 | 0.18 | 0.44 | 0 | 0.07 | 275.53 | 0.73 | 0.72 |
| Hex | C2 | 85 | EC | 12 | 2C | 0 | 7 | 114 | 49 | 48 |
| Octal | 302 | 205 | 354 | 22 | 54 | 0 | 7 | 424 | 111 | 110 |
| Binary | 11000010 | 10000101 | 11101100 | 10010 | 101100 | 0 | 111 | 100010100 | 1001001 | 1001000 |
Color Harmonies of #C285EC
Complementary color
Monochromatic Colors of #C285EC
Black with #C285EC
Text Example
Text Example
White with #C285EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285EC; }
p { color: rgb(194,133,236); }
H1.HeaderClassName
{
color: #C285EC;
}
.AnyTagClassName
{
color: #C285EC;
}
</style>
background-color css
<style>
a { background-color: #C285EC; }
a { background-color: rgb(194,133,236); }
div.DivClassName
{
background-color: #C285EC;
}
.BgClassName
{
background-color: #C285EC;
}
</style>
border-color css
<style>
span { border-color: #C285EC; }
span { border-color: rgb(194,133,236); }
td.TdClassName
{
border-color: #C285EC;
}
.TagClassName
{
border-color: #C285EC;
}
</style>