Shades of Wisteria #C094D8
Tints of Wisteria #C094D8
RGB
CMYK
RGB Variations
Color information
#C094D8 (or 0xC094D8) is known color: Wisteria. HEX triplet: C0, 94 and D8. RGB value is (192,148,216). Sum of RGB (Red+Green+Blue) = 192+148+216=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #C094D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094D8 is #3F6B27. Grayscale: #A8A8A8. Windows color (decimal): -4156200 or 14193856. OLE color: 14193856.
HSL color Cylindrical-coordinate representation of color #C094D8: hue angle of 278.82º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C094D8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 148 | 216 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.15 |
| HSL | 278.82º | 0.47% | 0.71% | - |
| HSV(B) | 278.82º | 0.31% | 0.85% | - |
| XYZ | 44.72 | 37.34 | 69.82 | - |
| YUV | 168.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 216 | 0.11 | 0.31 | 0 | 0.15 | 278.82 | 0.47 | 0.71 |
| Hex | C0 | 94 | D8 | B | 1F | 0 | F | 117 | 2F | 47 |
| Octal | 300 | 224 | 330 | 13 | 37 | 0 | 17 | 427 | 57 | 107 |
| Binary | 11000000 | 10010100 | 11011000 | 1011 | 11111 | 0 | 1111 | 100010111 | 101111 | 1000111 |
Color Harmonies of #C094D8
Complementary color
Monochromatic Colors of #C094D8
Black with #C094D8
Text Example
Text Example
White with #C094D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094D8; }
p { color: rgb(192,148,216); }
H1.HeaderClassName
{
color: #C094D8;
}
.AnyTagClassName
{
color: #C094D8;
}
</style>
background-color css
<style>
a { background-color: #C094D8; }
a { background-color: rgb(192,148,216); }
div.DivClassName
{
background-color: #C094D8;
}
.BgClassName
{
background-color: #C094D8;
}
</style>
border-color css
<style>
span { border-color: #C094D8; }
span { border-color: rgb(192,148,216); }
td.TdClassName
{
border-color: #C094D8;
}
.TagClassName
{
border-color: #C094D8;
}
</style>