Shades of Wisteria #C886E9
Tints of Wisteria #C886E9
RGB
CMYK
RGB Variations
Color information
#C886E9 (or 0xC886E9) is known color: Wisteria. HEX triplet: C8, 86 and E9. RGB value is (200,134,233). Sum of RGB (Red+Green+Blue) = 200+134+233=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #C886E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886E9 is #377916. Grayscale: #A4A4A4. Windows color (decimal): -3635479 or 15304392. OLE color: 15304392.
HSL color Cylindrical-coordinate representation of color #C886E9: hue angle of 280º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C886E9 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 134 | 233 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.09 |
| HSL | 280º | 0.69% | 0.72% | - |
| HSV(B) | 280º | 0.42% | 0.91% | - |
| XYZ | 47.05 | 35.21 | 81.41 | - |
| YUV | 165.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 233 | 0.14 | 0.42 | 0 | 0.09 | 280 | 0.69 | 0.72 |
| Hex | C8 | 86 | E9 | E | 2A | 0 | 9 | 118 | 45 | 48 |
| Octal | 310 | 206 | 351 | 16 | 52 | 0 | 11 | 430 | 105 | 110 |
| Binary | 11001000 | 10000110 | 11101001 | 1110 | 101010 | 0 | 1001 | 100011000 | 1000101 | 1001000 |
Color Harmonies of #C886E9
Complementary color
Monochromatic Colors of #C886E9
Black with #C886E9
Text Example
Text Example
White with #C886E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886E9; }
p { color: rgb(200,134,233); }
H1.HeaderClassName
{
color: #C886E9;
}
.AnyTagClassName
{
color: #C886E9;
}
</style>
background-color css
<style>
a { background-color: #C886E9; }
a { background-color: rgb(200,134,233); }
div.DivClassName
{
background-color: #C886E9;
}
.BgClassName
{
background-color: #C886E9;
}
</style>
border-color css
<style>
span { border-color: #C886E9; }
span { border-color: rgb(200,134,233); }
td.TdClassName
{
border-color: #C886E9;
}
.TagClassName
{
border-color: #C886E9;
}
</style>