Shades of Wisteria #C093DC
Tints of Wisteria #C093DC
RGB
CMYK
RGB Variations
Color information
#C093DC (or 0xC093DC) is known color: Wisteria. HEX triplet: C0, 93 and DC. RGB value is (192,147,220). Sum of RGB (Red+Green+Blue) = 192+147+220=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C093DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093DC is #3F6C23. Grayscale: #A8A8A8. Windows color (decimal): -4156452 or 14455744. OLE color: 14455744.
HSL color Cylindrical-coordinate representation of color #C093DC: hue angle of 276.99º 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 #C093DC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 147 | 220 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.14 |
| HSL | 276.99º | 0.51% | 0.72% | - |
| HSV(B) | 276.99º | 0.33% | 0.86% | - |
| XYZ | 45.09 | 37.24 | 72.52 | - |
| YUV | 168.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 220 | 0.13 | 0.33 | 0 | 0.14 | 276.99 | 0.51 | 0.72 |
| Hex | C0 | 93 | DC | D | 21 | 0 | E | 115 | 33 | 48 |
| Octal | 300 | 223 | 334 | 15 | 41 | 0 | 16 | 425 | 63 | 110 |
| Binary | 11000000 | 10010011 | 11011100 | 1101 | 100001 | 0 | 1110 | 100010101 | 110011 | 1001000 |
Color Harmonies of #C093DC
Complementary color
Monochromatic Colors of #C093DC
Black with #C093DC
Text Example
Text Example
White with #C093DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093DC; }
p { color: rgb(192,147,220); }
H1.HeaderClassName
{
color: #C093DC;
}
.AnyTagClassName
{
color: #C093DC;
}
</style>
background-color css
<style>
a { background-color: #C093DC; }
a { background-color: rgb(192,147,220); }
div.DivClassName
{
background-color: #C093DC;
}
.BgClassName
{
background-color: #C093DC;
}
</style>
border-color css
<style>
span { border-color: #C093DC; }
span { border-color: rgb(192,147,220); }
td.TdClassName
{
border-color: #C093DC;
}
.TagClassName
{
border-color: #C093DC;
}
</style>