Shades of Wisteria #C09DCD
Tints of Wisteria #C09DCD
RGB
CMYK
RGB Variations
Color information
#C09DCD (or 0xC09DCD) is known color: Wisteria. HEX triplet: C0, 9D and CD. RGB value is (192,157,205). Sum of RGB (Red+Green+Blue) = 192+157+205=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C09DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCD is #3F6232. Grayscale: #ACACAC. Windows color (decimal): -4153907 or 13475264. OLE color: 13475264.
HSL color Cylindrical-coordinate representation of color #C09DCD: hue angle of 283.75º 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 #C09DCD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 157 | 205 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.20 |
| HSL | 283.75º | 0.32% | 0.71% | - |
| HSV(B) | 283.75º | 0.23% | 0.8% | - |
| XYZ | 44.81 | 39.73 | 63.06 | - |
| YUV | 172.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 205 | 0.06 | 0.23 | 0 | 0.20 | 283.75 | 0.32 | 0.71 |
| Hex | C0 | 9D | CD | 6 | 17 | 0 | 14 | 11C | 20 | 47 |
| Octal | 300 | 235 | 315 | 6 | 27 | 0 | 24 | 434 | 40 | 107 |
| Binary | 11000000 | 10011101 | 11001101 | 110 | 10111 | 0 | 10100 | 100011100 | 100000 | 1000111 |
Color Harmonies of #C09DCD
Complementary color
Monochromatic Colors of #C09DCD
Black with #C09DCD
Text Example
Text Example
White with #C09DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DCD; }
p { color: rgb(192,157,205); }
H1.HeaderClassName
{
color: #C09DCD;
}
.AnyTagClassName
{
color: #C09DCD;
}
</style>
background-color css
<style>
a { background-color: #C09DCD; }
a { background-color: rgb(192,157,205); }
div.DivClassName
{
background-color: #C09DCD;
}
.BgClassName
{
background-color: #C09DCD;
}
</style>
border-color css
<style>
span { border-color: #C09DCD; }
span { border-color: rgb(192,157,205); }
td.TdClassName
{
border-color: #C09DCD;
}
.TagClassName
{
border-color: #C09DCD;
}
</style>