Shades of Wisteria #C890D3
Tints of Wisteria #C890D3
RGB
CMYK
RGB Variations
Color information
#C890D3 (or 0xC890D3) is known color: Wisteria. HEX triplet: C8, 90 and D3. RGB value is (200,144,211). Sum of RGB (Red+Green+Blue) = 200+144+211=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #C890D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890D3 is #376F2C. Grayscale: #A8A8A8. Windows color (decimal): -3632941 or 13865160. OLE color: 13865160.
HSL color Cylindrical-coordinate representation of color #C890D3: hue angle of 290.15º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C890D3 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 144 | 211 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.17 |
| HSL | 290.15º | 0.43% | 0.7% | - |
| HSV(B) | 290.15º | 0.32% | 0.83% | - |
| XYZ | 45.55 | 36.93 | 66.36 | - |
| YUV | 168.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 211 | 0.05 | 0.32 | 0 | 0.17 | 290.15 | 0.43 | 0.7 |
| Hex | C8 | 90 | D3 | 5 | 20 | 0 | 11 | 122 | 2B | 46 |
| Octal | 310 | 220 | 323 | 5 | 40 | 0 | 21 | 442 | 53 | 106 |
| Binary | 11001000 | 10010000 | 11010011 | 101 | 100000 | 0 | 10001 | 100100010 | 101011 | 1000110 |
Color Harmonies of #C890D3
Complementary color
Monochromatic Colors of #C890D3
Black with #C890D3
Text Example
Text Example
White with #C890D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890D3; }
p { color: rgb(200,144,211); }
H1.HeaderClassName
{
color: #C890D3;
}
.AnyTagClassName
{
color: #C890D3;
}
</style>
background-color css
<style>
a { background-color: #C890D3; }
a { background-color: rgb(200,144,211); }
div.DivClassName
{
background-color: #C890D3;
}
.BgClassName
{
background-color: #C890D3;
}
</style>
border-color css
<style>
span { border-color: #C890D3; }
span { border-color: rgb(200,144,211); }
td.TdClassName
{
border-color: #C890D3;
}
.TagClassName
{
border-color: #C890D3;
}
</style>