Shades of Wisteria #C891EC
Tints of Wisteria #C891EC
RGB
CMYK
RGB Variations
Color information
#C891EC (or 0xC891EC) is known color: Wisteria. HEX triplet: C8, 91 and EC. RGB value is (200,145,236). Sum of RGB (Red+Green+Blue) = 200+145+236=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C891EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C891EC is #376E13. Grayscale: #ABABAB. Windows color (decimal): -3632660 or 15503816. OLE color: 15503816.
HSL color Cylindrical-coordinate representation of color #C891EC: hue angle of 276.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C891EC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 145 | 236 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.07 |
| HSL | 276.26º | 0.71% | 0.75% | - |
| HSV(B) | 276.26º | 0.39% | 0.93% | - |
| XYZ | 49.09 | 38.59 | 84.22 | - |
| YUV | 171.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 236 | 0.15 | 0.39 | 0 | 0.07 | 276.26 | 0.71 | 0.75 |
| Hex | C8 | 91 | EC | F | 27 | 0 | 7 | 114 | 47 | 4B |
| Octal | 310 | 221 | 354 | 17 | 47 | 0 | 7 | 424 | 107 | 113 |
| Binary | 11001000 | 10010001 | 11101100 | 1111 | 100111 | 0 | 111 | 100010100 | 1000111 | 1001011 |
Color Harmonies of #C891EC
Complementary color
Monochromatic Colors of #C891EC
Black with #C891EC
Text Example
Text Example
White with #C891EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891EC; }
p { color: rgb(200,145,236); }
H1.HeaderClassName
{
color: #C891EC;
}
.AnyTagClassName
{
color: #C891EC;
}
</style>
background-color css
<style>
a { background-color: #C891EC; }
a { background-color: rgb(200,145,236); }
div.DivClassName
{
background-color: #C891EC;
}
.BgClassName
{
background-color: #C891EC;
}
</style>
border-color css
<style>
span { border-color: #C891EC; }
span { border-color: rgb(200,145,236); }
td.TdClassName
{
border-color: #C891EC;
}
.TagClassName
{
border-color: #C891EC;
}
</style>