Shades of Wisteria #C890DF
Tints of Wisteria #C890DF
RGB
CMYK
RGB Variations
Color information
#C890DF (or 0xC890DF) is known color: Wisteria. HEX triplet: C8, 90 and DF. RGB value is (200,144,223). Sum of RGB (Red+Green+Blue) = 200+144+223=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C890DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890DF is #376F20. Grayscale: #A9A9A9. Windows color (decimal): -3632929 or 14651592. OLE color: 14651592.
HSL color Cylindrical-coordinate representation of color #C890DF: hue angle of 282.53º degrees, saturation: 0.55, 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 #C890DF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 144 | 223 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.13 |
| HSL | 282.53º | 0.55% | 0.72% | - |
| HSV(B) | 282.53º | 0.35% | 0.87% | - |
| XYZ | 47.11 | 37.55 | 74.58 | - |
| YUV | 169.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 223 | 0.10 | 0.35 | 0 | 0.13 | 282.53 | 0.55 | 0.72 |
| Hex | C8 | 90 | DF | A | 23 | 0 | D | 11B | 37 | 48 |
| Octal | 310 | 220 | 337 | 12 | 43 | 0 | 15 | 433 | 67 | 110 |
| Binary | 11001000 | 10010000 | 11011111 | 1010 | 100011 | 0 | 1101 | 100011011 | 110111 | 1001000 |
Color Harmonies of #C890DF
Complementary color
Monochromatic Colors of #C890DF
Black with #C890DF
Text Example
Text Example
White with #C890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890DF; }
p { color: rgb(200,144,223); }
H1.HeaderClassName
{
color: #C890DF;
}
.AnyTagClassName
{
color: #C890DF;
}
</style>
background-color css
<style>
a { background-color: #C890DF; }
a { background-color: rgb(200,144,223); }
div.DivClassName
{
background-color: #C890DF;
}
.BgClassName
{
background-color: #C890DF;
}
</style>
border-color css
<style>
span { border-color: #C890DF; }
span { border-color: rgb(200,144,223); }
td.TdClassName
{
border-color: #C890DF;
}
.TagClassName
{
border-color: #C890DF;
}
</style>