Shades of Wisteria #C891DC
Tints of Wisteria #C891DC
RGB
CMYK
RGB Variations
Color information
#C891DC (or 0xC891DC) is known color: Wisteria. HEX triplet: C8, 91 and DC. RGB value is (200,145,220). Sum of RGB (Red+Green+Blue) = 200+145+220=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C891DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891DC is #376E23. Grayscale: #A9A9A9. Windows color (decimal): -3632676 or 14455240. OLE color: 14455240.
HSL color Cylindrical-coordinate representation of color #C891DC: hue angle of 284º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C891DC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 145 | 220 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.14 |
| HSL | 284º | 0.52% | 0.72% | - |
| HSV(B) | 284º | 0.34% | 0.86% | - |
| XYZ | 46.86 | 37.7 | 72.52 | - |
| YUV | 170 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 220 | 0.09 | 0.34 | 0 | 0.14 | 284 | 0.52 | 0.72 |
| Hex | C8 | 91 | DC | 9 | 22 | 0 | E | 11C | 34 | 48 |
| Octal | 310 | 221 | 334 | 11 | 42 | 0 | 16 | 434 | 64 | 110 |
| Binary | 11001000 | 10010001 | 11011100 | 1001 | 100010 | 0 | 1110 | 100011100 | 110100 | 1001000 |
Color Harmonies of #C891DC
Complementary color
Monochromatic Colors of #C891DC
Black with #C891DC
Text Example
Text Example
White with #C891DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891DC; }
p { color: rgb(200,145,220); }
H1.HeaderClassName
{
color: #C891DC;
}
.AnyTagClassName
{
color: #C891DC;
}
</style>
background-color css
<style>
a { background-color: #C891DC; }
a { background-color: rgb(200,145,220); }
div.DivClassName
{
background-color: #C891DC;
}
.BgClassName
{
background-color: #C891DC;
}
</style>
border-color css
<style>
span { border-color: #C891DC; }
span { border-color: rgb(200,145,220); }
td.TdClassName
{
border-color: #C891DC;
}
.TagClassName
{
border-color: #C891DC;
}
</style>