Shades of Wisteria #C890D6
Tints of Wisteria #C890D6
RGB
CMYK
RGB Variations
Color information
#C890D6 (or 0xC890D6) is known color: Wisteria. HEX triplet: C8, 90 and D6. RGB value is (200,144,214). Sum of RGB (Red+Green+Blue) = 200+144+214=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #C890D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890D6 is #376F29. Grayscale: #A8A8A8. Windows color (decimal): -3632938 or 14061768. OLE color: 14061768.
HSL color Cylindrical-coordinate representation of color #C890D6: hue angle of 288º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C890D6 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 144 | 214 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.16 |
| HSL | 288º | 0.46% | 0.7% | - |
| HSV(B) | 288º | 0.33% | 0.84% | - |
| XYZ | 45.93 | 37.08 | 68.35 | - |
| YUV | 168.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 214 | 0.07 | 0.33 | 0 | 0.16 | 288 | 0.46 | 0.7 |
| Hex | C8 | 90 | D6 | 7 | 21 | 0 | 10 | 120 | 2E | 46 |
| Octal | 310 | 220 | 326 | 7 | 41 | 0 | 20 | 440 | 56 | 106 |
| Binary | 11001000 | 10010000 | 11010110 | 111 | 100001 | 0 | 10000 | 100100000 | 101110 | 1000110 |
Color Harmonies of #C890D6
Complementary color
Monochromatic Colors of #C890D6
Black with #C890D6
Text Example
Text Example
White with #C890D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890D6; }
p { color: rgb(200,144,214); }
H1.HeaderClassName
{
color: #C890D6;
}
.AnyTagClassName
{
color: #C890D6;
}
</style>
background-color css
<style>
a { background-color: #C890D6; }
a { background-color: rgb(200,144,214); }
div.DivClassName
{
background-color: #C890D6;
}
.BgClassName
{
background-color: #C890D6;
}
</style>
border-color css
<style>
span { border-color: #C890D6; }
span { border-color: rgb(200,144,214); }
td.TdClassName
{
border-color: #C890D6;
}
.TagClassName
{
border-color: #C890D6;
}
</style>