Shades of Wisteria #C885EC
Tints of Wisteria #C885EC
RGB
CMYK
RGB Variations
Color information
#C885EC (or 0xC885EC) is known color: Wisteria. HEX triplet: C8, 85 and EC. RGB value is (200,133,236). Sum of RGB (Red+Green+Blue) = 200+133+236=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C885EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885EC is #377A13. Grayscale: #A4A4A4. Windows color (decimal): -3635732 or 15500744. OLE color: 15500744.
HSL color Cylindrical-coordinate representation of color #C885EC: hue angle of 279.03º 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 #C885EC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 133 | 236 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.07 |
| HSL | 279.03º | 0.73% | 0.72% | - |
| HSV(B) | 279.03º | 0.44% | 0.93% | - |
| XYZ | 47.35 | 35.11 | 83.64 | - |
| YUV | 164.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 236 | 0.15 | 0.44 | 0 | 0.07 | 279.03 | 0.73 | 0.72 |
| Hex | C8 | 85 | EC | F | 2C | 0 | 7 | 117 | 49 | 48 |
| Octal | 310 | 205 | 354 | 17 | 54 | 0 | 7 | 427 | 111 | 110 |
| Binary | 11001000 | 10000101 | 11101100 | 1111 | 101100 | 0 | 111 | 100010111 | 1001001 | 1001000 |
Color Harmonies of #C885EC
Complementary color
Monochromatic Colors of #C885EC
Black with #C885EC
Text Example
Text Example
White with #C885EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885EC; }
p { color: rgb(200,133,236); }
H1.HeaderClassName
{
color: #C885EC;
}
.AnyTagClassName
{
color: #C885EC;
}
</style>
background-color css
<style>
a { background-color: #C885EC; }
a { background-color: rgb(200,133,236); }
div.DivClassName
{
background-color: #C885EC;
}
.BgClassName
{
background-color: #C885EC;
}
</style>
border-color css
<style>
span { border-color: #C885EC; }
span { border-color: rgb(200,133,236); }
td.TdClassName
{
border-color: #C885EC;
}
.TagClassName
{
border-color: #C885EC;
}
</style>