Shades of Wisteria #C891DD
Tints of Wisteria #C891DD
RGB
CMYK
RGB Variations
Color information
#C891DD (or 0xC891DD) is known color: Wisteria. HEX triplet: C8, 91 and DD. RGB value is (200,145,221). Sum of RGB (Red+Green+Blue) = 200+145+221=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C891DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891DD is #376E22. Grayscale: #A9A9A9. Windows color (decimal): -3632675 or 14520776. OLE color: 14520776.
HSL color Cylindrical-coordinate representation of color #C891DD: hue angle of 283.42º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C891DD is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 145 | 221 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.13 |
| HSL | 283.42º | 0.53% | 0.72% | - |
| HSV(B) | 283.42º | 0.34% | 0.87% | - |
| XYZ | 47 | 37.75 | 73.22 | - |
| YUV | 170.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 221 | 0.10 | 0.34 | 0 | 0.13 | 283.42 | 0.53 | 0.72 |
| Hex | C8 | 91 | DD | A | 22 | 0 | D | 11B | 35 | 48 |
| Octal | 310 | 221 | 335 | 12 | 42 | 0 | 15 | 433 | 65 | 110 |
| Binary | 11001000 | 10010001 | 11011101 | 1010 | 100010 | 0 | 1101 | 100011011 | 110101 | 1001000 |
Color Harmonies of #C891DD
Complementary color
Monochromatic Colors of #C891DD
Black with #C891DD
Text Example
Text Example
White with #C891DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891DD; }
p { color: rgb(200,145,221); }
H1.HeaderClassName
{
color: #C891DD;
}
.AnyTagClassName
{
color: #C891DD;
}
</style>
background-color css
<style>
a { background-color: #C891DD; }
a { background-color: rgb(200,145,221); }
div.DivClassName
{
background-color: #C891DD;
}
.BgClassName
{
background-color: #C891DD;
}
</style>
border-color css
<style>
span { border-color: #C891DD; }
span { border-color: rgb(200,145,221); }
td.TdClassName
{
border-color: #C891DD;
}
.TagClassName
{
border-color: #C891DD;
}
</style>