Shades of Wisteria #C890DE
Tints of Wisteria #C890DE
RGB
CMYK
RGB Variations
Color information
#C890DE (or 0xC890DE) is known color: Wisteria. HEX triplet: C8, 90 and DE. RGB value is (200,144,222). Sum of RGB (Red+Green+Blue) = 200+144+222=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #C890DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890DE is #376F21. Grayscale: #A9A9A9. Windows color (decimal): -3632930 or 14586056. OLE color: 14586056.
HSL color Cylindrical-coordinate representation of color #C890DE: hue angle of 283.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C890DE is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 144 | 222 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.13 |
| HSL | 283.08º | 0.54% | 0.72% | - |
| HSV(B) | 283.08º | 0.35% | 0.87% | - |
| XYZ | 46.98 | 37.5 | 73.87 | - |
| YUV | 169.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 222 | 0.10 | 0.35 | 0 | 0.13 | 283.08 | 0.54 | 0.72 |
| Hex | C8 | 90 | DE | A | 23 | 0 | D | 11B | 36 | 48 |
| Octal | 310 | 220 | 336 | 12 | 43 | 0 | 15 | 433 | 66 | 110 |
| Binary | 11001000 | 10010000 | 11011110 | 1010 | 100011 | 0 | 1101 | 100011011 | 110110 | 1001000 |
Color Harmonies of #C890DE
Complementary color
Monochromatic Colors of #C890DE
Black with #C890DE
Text Example
Text Example
White with #C890DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890DE; }
p { color: rgb(200,144,222); }
H1.HeaderClassName
{
color: #C890DE;
}
.AnyTagClassName
{
color: #C890DE;
}
</style>
background-color css
<style>
a { background-color: #C890DE; }
a { background-color: rgb(200,144,222); }
div.DivClassName
{
background-color: #C890DE;
}
.BgClassName
{
background-color: #C890DE;
}
</style>
border-color css
<style>
span { border-color: #C890DE; }
span { border-color: rgb(200,144,222); }
td.TdClassName
{
border-color: #C890DE;
}
.TagClassName
{
border-color: #C890DE;
}
</style>