Shades of Wisteria #C093DD
Tints of Wisteria #C093DD
RGB
CMYK
RGB Variations
Color information
#C093DD (or 0xC093DD) is known color: Wisteria. HEX triplet: C0, 93 and DD. RGB value is (192,147,221). Sum of RGB (Red+Green+Blue) = 192+147+221=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C093DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093DD is #3F6C22. Grayscale: #A8A8A8. Windows color (decimal): -4156451 or 14521280. OLE color: 14521280.
HSL color Cylindrical-coordinate representation of color #C093DD: hue angle of 276.49º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C093DD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 147 | 221 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.13 |
| HSL | 276.49º | 0.52% | 0.72% | - |
| HSV(B) | 276.49º | 0.33% | 0.87% | - |
| XYZ | 45.22 | 37.29 | 73.22 | - |
| YUV | 168.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 221 | 0.13 | 0.33 | 0 | 0.13 | 276.49 | 0.52 | 0.72 |
| Hex | C0 | 93 | DD | D | 21 | 0 | D | 114 | 34 | 48 |
| Octal | 300 | 223 | 335 | 15 | 41 | 0 | 15 | 424 | 64 | 110 |
| Binary | 11000000 | 10010011 | 11011101 | 1101 | 100001 | 0 | 1101 | 100010100 | 110100 | 1001000 |
Color Harmonies of #C093DD
Complementary color
Monochromatic Colors of #C093DD
Black with #C093DD
Text Example
Text Example
White with #C093DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093DD; }
p { color: rgb(192,147,221); }
H1.HeaderClassName
{
color: #C093DD;
}
.AnyTagClassName
{
color: #C093DD;
}
</style>
background-color css
<style>
a { background-color: #C093DD; }
a { background-color: rgb(192,147,221); }
div.DivClassName
{
background-color: #C093DD;
}
.BgClassName
{
background-color: #C093DD;
}
</style>
border-color css
<style>
span { border-color: #C093DD; }
span { border-color: rgb(192,147,221); }
td.TdClassName
{
border-color: #C093DD;
}
.TagClassName
{
border-color: #C093DD;
}
</style>