Shades of Wisteria #C890E6
Tints of Wisteria #C890E6
RGB
CMYK
RGB Variations
Color information
#C890E6 (or 0xC890E6) is known color: Wisteria. HEX triplet: C8, 90 and E6. RGB value is (200,144,230). Sum of RGB (Red+Green+Blue) = 200+144+230=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #C890E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890E6 is #376F19. Grayscale: #AAAAAA. Windows color (decimal): -3632922 or 15110344. OLE color: 15110344.
HSL color Cylindrical-coordinate representation of color #C890E6: hue angle of 279.07º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C890E6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 144 | 230 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.10 |
| HSL | 279.07º | 0.63% | 0.73% | - |
| HSV(B) | 279.07º | 0.37% | 0.9% | - |
| XYZ | 48.08 | 37.94 | 79.65 | - |
| YUV | 170.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 230 | 0.13 | 0.37 | 0 | 0.10 | 279.07 | 0.63 | 0.73 |
| Hex | C8 | 90 | E6 | D | 25 | 0 | A | 117 | 3F | 49 |
| Octal | 310 | 220 | 346 | 15 | 45 | 0 | 12 | 427 | 77 | 111 |
| Binary | 11001000 | 10010000 | 11100110 | 1101 | 100101 | 0 | 1010 | 100010111 | 111111 | 1001001 |
Color Harmonies of #C890E6
Complementary color
Monochromatic Colors of #C890E6
Black with #C890E6
Text Example
Text Example
White with #C890E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890E6; }
p { color: rgb(200,144,230); }
H1.HeaderClassName
{
color: #C890E6;
}
.AnyTagClassName
{
color: #C890E6;
}
</style>
background-color css
<style>
a { background-color: #C890E6; }
a { background-color: rgb(200,144,230); }
div.DivClassName
{
background-color: #C890E6;
}
.BgClassName
{
background-color: #C890E6;
}
</style>
border-color css
<style>
span { border-color: #C890E6; }
span { border-color: rgb(200,144,230); }
td.TdClassName
{
border-color: #C890E6;
}
.TagClassName
{
border-color: #C890E6;
}
</style>