Shades of Wisteria #C09ECD
Tints of Wisteria #C09ECD
RGB
CMYK
RGB Variations
Color information
#C09ECD (or 0xC09ECD) is known color: Wisteria. HEX triplet: C0, 9E and CD. RGB value is (192,158,205). Sum of RGB (Red+Green+Blue) = 192+158+205=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C09ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ECD is #3F6132. Grayscale: #ADADAD. Windows color (decimal): -4153651 or 13475520. OLE color: 13475520.
HSL color Cylindrical-coordinate representation of color #C09ECD: hue angle of 283.4º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09ECD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 158 | 205 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.20 |
| HSL | 283.4º | 0.32% | 0.71% | - |
| HSV(B) | 283.4º | 0.23% | 0.8% | - |
| XYZ | 44.98 | 40.07 | 63.12 | - |
| YUV | 173.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 205 | 0.06 | 0.23 | 0 | 0.20 | 283.4 | 0.32 | 0.71 |
| Hex | C0 | 9E | CD | 6 | 17 | 0 | 14 | 11B | 20 | 47 |
| Octal | 300 | 236 | 315 | 6 | 27 | 0 | 24 | 433 | 40 | 107 |
| Binary | 11000000 | 10011110 | 11001101 | 110 | 10111 | 0 | 10100 | 100011011 | 100000 | 1000111 |
Color Harmonies of #C09ECD
Complementary color
Monochromatic Colors of #C09ECD
Black with #C09ECD
Text Example
Text Example
White with #C09ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ECD; }
p { color: rgb(192,158,205); }
H1.HeaderClassName
{
color: #C09ECD;
}
.AnyTagClassName
{
color: #C09ECD;
}
</style>
background-color css
<style>
a { background-color: #C09ECD; }
a { background-color: rgb(192,158,205); }
div.DivClassName
{
background-color: #C09ECD;
}
.BgClassName
{
background-color: #C09ECD;
}
</style>
border-color css
<style>
span { border-color: #C09ECD; }
span { border-color: rgb(192,158,205); }
td.TdClassName
{
border-color: #C09ECD;
}
.TagClassName
{
border-color: #C09ECD;
}
</style>