Shades of Wisteria #C893DC
Tints of Wisteria #C893DC
RGB
CMYK
RGB Variations
Color information
#C893DC (or 0xC893DC) is known color: Wisteria. HEX triplet: C8, 93 and DC. RGB value is (200,147,220). Sum of RGB (Red+Green+Blue) = 200+147+220=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C893DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893DC is #376C23. Grayscale: #AAAAAA. Windows color (decimal): -3632164 or 14455752. OLE color: 14455752.
HSL color Cylindrical-coordinate representation of color #C893DC: hue angle of 283.56º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C893DC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 147 | 220 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.14 |
| HSL | 283.56º | 0.51% | 0.72% | - |
| HSV(B) | 283.56º | 0.33% | 0.86% | - |
| XYZ | 47.17 | 38.31 | 72.62 | - |
| YUV | 171.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 220 | 0.09 | 0.33 | 0 | 0.14 | 283.56 | 0.51 | 0.72 |
| Hex | C8 | 93 | DC | 9 | 21 | 0 | E | 11C | 33 | 48 |
| Octal | 310 | 223 | 334 | 11 | 41 | 0 | 16 | 434 | 63 | 110 |
| Binary | 11001000 | 10010011 | 11011100 | 1001 | 100001 | 0 | 1110 | 100011100 | 110011 | 1001000 |
Color Harmonies of #C893DC
Complementary color
Monochromatic Colors of #C893DC
Black with #C893DC
Text Example
Text Example
White with #C893DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893DC; }
p { color: rgb(200,147,220); }
H1.HeaderClassName
{
color: #C893DC;
}
.AnyTagClassName
{
color: #C893DC;
}
</style>
background-color css
<style>
a { background-color: #C893DC; }
a { background-color: rgb(200,147,220); }
div.DivClassName
{
background-color: #C893DC;
}
.BgClassName
{
background-color: #C893DC;
}
</style>
border-color css
<style>
span { border-color: #C893DC; }
span { border-color: rgb(200,147,220); }
td.TdClassName
{
border-color: #C893DC;
}
.TagClassName
{
border-color: #C893DC;
}
</style>