Shades of Wisteria #C890EF
Tints of Wisteria #C890EF
RGB
CMYK
RGB Variations
Color information
#C890EF (or 0xC890EF) is known color: Wisteria. HEX triplet: C8, 90 and EF. RGB value is (200,144,239). Sum of RGB (Red+Green+Blue) = 200+144+239=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #C890EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890EF is #376F10. Grayscale: #ABABAB. Windows color (decimal): -3632913 or 15700168. OLE color: 15700168.
HSL color Cylindrical-coordinate representation of color #C890EF: hue angle of 275.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C890EF is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 144 | 239 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.06 |
| HSL | 275.37º | 0.75% | 0.75% | - |
| HSV(B) | 275.37º | 0.4% | 0.94% | - |
| XYZ | 49.37 | 38.46 | 86.48 | - |
| YUV | 171.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 239 | 0.16 | 0.40 | 0 | 0.06 | 275.37 | 0.75 | 0.75 |
| Hex | C8 | 90 | EF | 10 | 28 | 0 | 6 | 113 | 4B | 4B |
| Octal | 310 | 220 | 357 | 20 | 50 | 0 | 6 | 423 | 113 | 113 |
| Binary | 11001000 | 10010000 | 11101111 | 10000 | 101000 | 0 | 110 | 100010011 | 1001011 | 1001011 |
Color Harmonies of #C890EF
Complementary color
Monochromatic Colors of #C890EF
Black with #C890EF
Text Example
Text Example
White with #C890EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890EF; }
p { color: rgb(200,144,239); }
H1.HeaderClassName
{
color: #C890EF;
}
.AnyTagClassName
{
color: #C890EF;
}
</style>
background-color css
<style>
a { background-color: #C890EF; }
a { background-color: rgb(200,144,239); }
div.DivClassName
{
background-color: #C890EF;
}
.BgClassName
{
background-color: #C890EF;
}
</style>
border-color css
<style>
span { border-color: #C890EF; }
span { border-color: rgb(200,144,239); }
td.TdClassName
{
border-color: #C890EF;
}
.TagClassName
{
border-color: #C890EF;
}
</style>