Shades of Wisteria #C093DF
Tints of Wisteria #C093DF
RGB
CMYK
RGB Variations
Color information
#C093DF (or 0xC093DF) is known color: Wisteria. HEX triplet: C0, 93 and DF. RGB value is (192,147,223). Sum of RGB (Red+Green+Blue) = 192+147+223=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #C093DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093DF is #3F6C20. Grayscale: #A8A8A8. Windows color (decimal): -4156449 or 14652352. OLE color: 14652352.
HSL color Cylindrical-coordinate representation of color #C093DF: hue angle of 275.53º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C093DF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 147 | 223 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.13 |
| HSL | 275.53º | 0.54% | 0.73% | - |
| HSV(B) | 275.53º | 0.34% | 0.87% | - |
| XYZ | 45.49 | 37.4 | 74.63 | - |
| YUV | 169.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 223 | 0.14 | 0.34 | 0 | 0.13 | 275.53 | 0.54 | 0.73 |
| Hex | C0 | 93 | DF | E | 22 | 0 | D | 114 | 36 | 49 |
| Octal | 300 | 223 | 337 | 16 | 42 | 0 | 15 | 424 | 66 | 111 |
| Binary | 11000000 | 10010011 | 11011111 | 1110 | 100010 | 0 | 1101 | 100010100 | 110110 | 1001001 |
Color Harmonies of #C093DF
Complementary color
Monochromatic Colors of #C093DF
Black with #C093DF
Text Example
Text Example
White with #C093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093DF; }
p { color: rgb(192,147,223); }
H1.HeaderClassName
{
color: #C093DF;
}
.AnyTagClassName
{
color: #C093DF;
}
</style>
background-color css
<style>
a { background-color: #C093DF; }
a { background-color: rgb(192,147,223); }
div.DivClassName
{
background-color: #C093DF;
}
.BgClassName
{
background-color: #C093DF;
}
</style>
border-color css
<style>
span { border-color: #C093DF; }
span { border-color: rgb(192,147,223); }
td.TdClassName
{
border-color: #C093DF;
}
.TagClassName
{
border-color: #C093DF;
}
</style>