Shades of Wisteria #C094DF
Tints of Wisteria #C094DF
RGB
CMYK
RGB Variations
Color information
#C094DF (or 0xC094DF) is known color: Wisteria. HEX triplet: C0, 94 and DF. RGB value is (192,148,223). Sum of RGB (Red+Green+Blue) = 192+148+223=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C094DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094DF is #3F6B20. Grayscale: #A9A9A9. Windows color (decimal): -4156193 or 14652608. OLE color: 14652608.
HSL color Cylindrical-coordinate representation of color #C094DF: hue angle of 275.2º 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 #C094DF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 148 | 223 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.13 |
| HSL | 275.2º | 0.54% | 0.73% | - |
| HSV(B) | 275.2º | 0.34% | 0.87% | - |
| XYZ | 45.65 | 37.71 | 74.69 | - |
| YUV | 169.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 223 | 0.14 | 0.34 | 0 | 0.13 | 275.2 | 0.54 | 0.73 |
| Hex | C0 | 94 | DF | E | 22 | 0 | D | 113 | 36 | 49 |
| Octal | 300 | 224 | 337 | 16 | 42 | 0 | 15 | 423 | 66 | 111 |
| Binary | 11000000 | 10010100 | 11011111 | 1110 | 100010 | 0 | 1101 | 100010011 | 110110 | 1001001 |
Color Harmonies of #C094DF
Complementary color
Monochromatic Colors of #C094DF
Black with #C094DF
Text Example
Text Example
White with #C094DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094DF; }
p { color: rgb(192,148,223); }
H1.HeaderClassName
{
color: #C094DF;
}
.AnyTagClassName
{
color: #C094DF;
}
</style>
background-color css
<style>
a { background-color: #C094DF; }
a { background-color: rgb(192,148,223); }
div.DivClassName
{
background-color: #C094DF;
}
.BgClassName
{
background-color: #C094DF;
}
</style>
border-color css
<style>
span { border-color: #C094DF; }
span { border-color: rgb(192,148,223); }
td.TdClassName
{
border-color: #C094DF;
}
.TagClassName
{
border-color: #C094DF;
}
</style>