Shades of Wisteria #C890E0
Tints of Wisteria #C890E0
RGB
CMYK
RGB Variations
Color information
#C890E0 (or 0xC890E0) is known color: Wisteria. HEX triplet: C8, 90 and E0. RGB value is (200,144,224). Sum of RGB (Red+Green+Blue) = 200+144+224=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #C890E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890E0 is #376F1F. Grayscale: #A9A9A9. Windows color (decimal): -3632928 or 14717128. OLE color: 14717128.
HSL color Cylindrical-coordinate representation of color #C890E0: hue angle of 282º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C890E0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 144 | 224 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.12 |
| HSL | 282º | 0.56% | 0.72% | - |
| HSV(B) | 282º | 0.36% | 0.88% | - |
| XYZ | 47.25 | 37.61 | 75.29 | - |
| YUV | 169.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 224 | 0.11 | 0.36 | 0 | 0.12 | 282 | 0.56 | 0.72 |
| Hex | C8 | 90 | E0 | B | 24 | 0 | C | 11A | 38 | 48 |
| Octal | 310 | 220 | 340 | 13 | 44 | 0 | 14 | 432 | 70 | 110 |
| Binary | 11001000 | 10010000 | 11100000 | 1011 | 100100 | 0 | 1100 | 100011010 | 111000 | 1001000 |
Color Harmonies of #C890E0
Complementary color
Monochromatic Colors of #C890E0
Black with #C890E0
Text Example
Text Example
White with #C890E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890E0; }
p { color: rgb(200,144,224); }
H1.HeaderClassName
{
color: #C890E0;
}
.AnyTagClassName
{
color: #C890E0;
}
</style>
background-color css
<style>
a { background-color: #C890E0; }
a { background-color: rgb(200,144,224); }
div.DivClassName
{
background-color: #C890E0;
}
.BgClassName
{
background-color: #C890E0;
}
</style>
border-color css
<style>
span { border-color: #C890E0; }
span { border-color: rgb(200,144,224); }
td.TdClassName
{
border-color: #C890E0;
}
.TagClassName
{
border-color: #C890E0;
}
</style>