Shades of Wisteria #C891DF
Tints of Wisteria #C891DF
RGB
CMYK
RGB Variations
Color information
#C891DF (or 0xC891DF) is known color: Wisteria. HEX triplet: C8, 91 and DF. RGB value is (200,145,223). Sum of RGB (Red+Green+Blue) = 200+145+223=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C891DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891DF is #376E20. Grayscale: #AAAAAA. Windows color (decimal): -3632673 or 14651848. OLE color: 14651848.
HSL color Cylindrical-coordinate representation of color #C891DF: hue angle of 282.31º 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 #C891DF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 145 | 223 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.13 |
| HSL | 282.31º | 0.55% | 0.72% | - |
| HSV(B) | 282.31º | 0.35% | 0.87% | - |
| XYZ | 47.26 | 37.86 | 74.63 | - |
| YUV | 170.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 223 | 0.10 | 0.35 | 0 | 0.13 | 282.31 | 0.55 | 0.72 |
| Hex | C8 | 91 | DF | A | 23 | 0 | D | 11A | 37 | 48 |
| Octal | 310 | 221 | 337 | 12 | 43 | 0 | 15 | 432 | 67 | 110 |
| Binary | 11001000 | 10010001 | 11011111 | 1010 | 100011 | 0 | 1101 | 100011010 | 110111 | 1001000 |
Color Harmonies of #C891DF
Complementary color
Monochromatic Colors of #C891DF
Black with #C891DF
Text Example
Text Example
White with #C891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891DF; }
p { color: rgb(200,145,223); }
H1.HeaderClassName
{
color: #C891DF;
}
.AnyTagClassName
{
color: #C891DF;
}
</style>
background-color css
<style>
a { background-color: #C891DF; }
a { background-color: rgb(200,145,223); }
div.DivClassName
{
background-color: #C891DF;
}
.BgClassName
{
background-color: #C891DF;
}
</style>
border-color css
<style>
span { border-color: #C891DF; }
span { border-color: rgb(200,145,223); }
td.TdClassName
{
border-color: #C891DF;
}
.TagClassName
{
border-color: #C891DF;
}
</style>