Shades of Wisteria #C09ED0
Tints of Wisteria #C09ED0
RGB
CMYK
RGB Variations
Color information
#C09ED0 (or 0xC09ED0) is known color: Wisteria. HEX triplet: C0, 9E and D0. RGB value is (192,158,208). Sum of RGB (Red+Green+Blue) = 192+158+208=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C09ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ED0 is #3F612F. Grayscale: #ADADAD. Windows color (decimal): -4153648 or 13672128. OLE color: 13672128.
HSL color Cylindrical-coordinate representation of color #C09ED0: hue angle of 280.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09ED0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 158 | 208 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.18 |
| HSL | 280.8º | 0.35% | 0.72% | - |
| HSV(B) | 280.8º | 0.24% | 0.82% | - |
| XYZ | 45.35 | 40.21 | 65.05 | - |
| YUV | 173.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 208 | 0.08 | 0.24 | 0 | 0.18 | 280.8 | 0.35 | 0.72 |
| Hex | C0 | 9E | D0 | 8 | 18 | 0 | 12 | 119 | 23 | 48 |
| Octal | 300 | 236 | 320 | 10 | 30 | 0 | 22 | 431 | 43 | 110 |
| Binary | 11000000 | 10011110 | 11010000 | 1000 | 11000 | 0 | 10010 | 100011001 | 100011 | 1001000 |
Color Harmonies of #C09ED0
Complementary color
Monochromatic Colors of #C09ED0
Black with #C09ED0
Text Example
Text Example
White with #C09ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ED0; }
p { color: rgb(192,158,208); }
H1.HeaderClassName
{
color: #C09ED0;
}
.AnyTagClassName
{
color: #C09ED0;
}
</style>
background-color css
<style>
a { background-color: #C09ED0; }
a { background-color: rgb(192,158,208); }
div.DivClassName
{
background-color: #C09ED0;
}
.BgClassName
{
background-color: #C09ED0;
}
</style>
border-color css
<style>
span { border-color: #C09ED0; }
span { border-color: rgb(192,158,208); }
td.TdClassName
{
border-color: #C09ED0;
}
.TagClassName
{
border-color: #C09ED0;
}
</style>