Shades of Wisteria #C891D2
Tints of Wisteria #C891D2
RGB
CMYK
RGB Variations
Color information
#C891D2 (or 0xC891D2) is known color: Wisteria. HEX triplet: C8, 91 and D2. RGB value is (200,145,210). Sum of RGB (Red+Green+Blue) = 200+145+210=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #C891D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891D2 is #376E2D. Grayscale: #A8A8A8. Windows color (decimal): -3632686 or 13799880. OLE color: 13799880.
HSL color Cylindrical-coordinate representation of color #C891D2: hue angle of 290.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C891D2 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 145 | 210 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.18 |
| HSL | 290.77º | 0.42% | 0.7% | - |
| HSV(B) | 290.77º | 0.31% | 0.82% | - |
| XYZ | 45.58 | 37.18 | 65.75 | - |
| YUV | 168.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 210 | 0.05 | 0.31 | 0 | 0.18 | 290.77 | 0.42 | 0.7 |
| Hex | C8 | 91 | D2 | 5 | 1F | 0 | 12 | 123 | 2A | 46 |
| Octal | 310 | 221 | 322 | 5 | 37 | 0 | 22 | 443 | 52 | 106 |
| Binary | 11001000 | 10010001 | 11010010 | 101 | 11111 | 0 | 10010 | 100100011 | 101010 | 1000110 |
Color Harmonies of #C891D2
Complementary color
Monochromatic Colors of #C891D2
Black with #C891D2
Text Example
Text Example
White with #C891D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891D2; }
p { color: rgb(200,145,210); }
H1.HeaderClassName
{
color: #C891D2;
}
.AnyTagClassName
{
color: #C891D2;
}
</style>
background-color css
<style>
a { background-color: #C891D2; }
a { background-color: rgb(200,145,210); }
div.DivClassName
{
background-color: #C891D2;
}
.BgClassName
{
background-color: #C891D2;
}
</style>
border-color css
<style>
span { border-color: #C891D2; }
span { border-color: rgb(200,145,210); }
td.TdClassName
{
border-color: #C891D2;
}
.TagClassName
{
border-color: #C891D2;
}
</style>