Shades of Wisteria #C893D9
Tints of Wisteria #C893D9
RGB
CMYK
RGB Variations
Color information
#C893D9 (or 0xC893D9) is known color: Wisteria. HEX triplet: C8, 93 and D9. RGB value is (200,147,217). Sum of RGB (Red+Green+Blue) = 200+147+217=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #C893D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893D9 is #376C26. Grayscale: #AAAAAA. Windows color (decimal): -3632167 or 14259144. OLE color: 14259144.
HSL color Cylindrical-coordinate representation of color #C893D9: hue angle of 285.43º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C893D9 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 147 | 217 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.15 |
| HSL | 285.43º | 0.48% | 0.71% | - |
| HSV(B) | 285.43º | 0.32% | 0.85% | - |
| XYZ | 46.78 | 38.16 | 70.55 | - |
| YUV | 170.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 217 | 0.08 | 0.32 | 0 | 0.15 | 285.43 | 0.48 | 0.71 |
| Hex | C8 | 93 | D9 | 8 | 20 | 0 | F | 11D | 30 | 47 |
| Octal | 310 | 223 | 331 | 10 | 40 | 0 | 17 | 435 | 60 | 107 |
| Binary | 11001000 | 10010011 | 11011001 | 1000 | 100000 | 0 | 1111 | 100011101 | 110000 | 1000111 |
Color Harmonies of #C893D9
Complementary color
Monochromatic Colors of #C893D9
Black with #C893D9
Text Example
Text Example
White with #C893D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893D9; }
p { color: rgb(200,147,217); }
H1.HeaderClassName
{
color: #C893D9;
}
.AnyTagClassName
{
color: #C893D9;
}
</style>
background-color css
<style>
a { background-color: #C893D9; }
a { background-color: rgb(200,147,217); }
div.DivClassName
{
background-color: #C893D9;
}
.BgClassName
{
background-color: #C893D9;
}
</style>
border-color css
<style>
span { border-color: #C893D9; }
span { border-color: rgb(200,147,217); }
td.TdClassName
{
border-color: #C893D9;
}
.TagClassName
{
border-color: #C893D9;
}
</style>