Shades of Wisteria #C093D3
Tints of Wisteria #C093D3
RGB
CMYK
RGB Variations
Color information
#C093D3 (or 0xC093D3) is known color: Wisteria. HEX triplet: C0, 93 and D3. RGB value is (192,147,211). Sum of RGB (Red+Green+Blue) = 192+147+211=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #C093D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093D3 is #3F6C2C. Grayscale: #A7A7A7. Windows color (decimal): -4156461 or 13865920. OLE color: 13865920.
HSL color Cylindrical-coordinate representation of color #C093D3: hue angle of 282.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C093D3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 147 | 211 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.17 |
| HSL | 282.19º | 0.42% | 0.7% | - |
| HSV(B) | 282.19º | 0.3% | 0.83% | - |
| XYZ | 43.93 | 36.78 | 66.41 | - |
| YUV | 167.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 211 | 0.09 | 0.30 | 0 | 0.17 | 282.19 | 0.42 | 0.7 |
| Hex | C0 | 93 | D3 | 9 | 1E | 0 | 11 | 11A | 2A | 46 |
| Octal | 300 | 223 | 323 | 11 | 36 | 0 | 21 | 432 | 52 | 106 |
| Binary | 11000000 | 10010011 | 11010011 | 1001 | 11110 | 0 | 10001 | 100011010 | 101010 | 1000110 |
Color Harmonies of #C093D3
Complementary color
Monochromatic Colors of #C093D3
Black with #C093D3
Text Example
Text Example
White with #C093D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093D3; }
p { color: rgb(192,147,211); }
H1.HeaderClassName
{
color: #C093D3;
}
.AnyTagClassName
{
color: #C093D3;
}
</style>
background-color css
<style>
a { background-color: #C093D3; }
a { background-color: rgb(192,147,211); }
div.DivClassName
{
background-color: #C093D3;
}
.BgClassName
{
background-color: #C093D3;
}
</style>
border-color css
<style>
span { border-color: #C093D3; }
span { border-color: rgb(192,147,211); }
td.TdClassName
{
border-color: #C093D3;
}
.TagClassName
{
border-color: #C093D3;
}
</style>